Palette does not render arrows since Wicket 7.x.x
问题 See this minimal demo at GitHub: https://github.com/ErikVerheul/PaletteBugDemo.git I expected that the code line palette.add(new DefaultTheme()); would do the trick. However, it did not. When changing the Wicket version to 6.20.0 all works fine. Did I miss something? help appreciated, Erik 回答1: Short answer : Remove your paragraph <p> and use a <div> instead of the <span> for the palette. Long answer The p paragraph cannot contain other block elements. In Wicket 6.x the palette uses a table