core icon indicating copy to clipboard operation
core copied to clipboard

WicketStuff Select2 control does not seem to work inside TabbedPanel element.

Open antonellyb opened this issue 3 years ago • 5 comments

Hi, WicketStuff Select2 control does not seem to work on the first tab of a TabbedPanel with non-default markup.

Here is a mini demo application that shows the issue and can be used for debugging and fixing. https://github.com/antonellyb/select2Bug

antonellyb avatar Jul 16 '21 07:07 antonellyb

Hi @antonellyb ! Thanks for reporting the issue!

Could you please provide a mini demo application that could be used for debugging and fixing the issue ?

martin-g avatar Jul 16 '21 07:07 martin-g

Hi @antonellyb ! Thanks for reporting the issue!

Could you please provide a mini demo application that could be used for debugging and fixing the issue ?

I'm working on this

antonellyb avatar Jul 16 '21 08:07 antonellyb

Hi @martin-g The demo application is finally ready. https://github.com/antonellyb/select2Bug

antonellyb avatar Jul 29 '21 13:07 antonellyb

Hi @martin-g I have made demo-application even simpler. No forms, just a TabbedPanel. I also added pom.xml that was missing in the repository by mistake.

antonellyb avatar Aug 11 '21 12:08 antonellyb

Hello @antonellyb,

so far I see multiple issues with this demo project:

  1. (minor) wicket and wicketstuff are outdated
  2. DictionaryBase is NOT Serializable
  3. ComponentNotFoundException: Component 'tabs:panel:choiceNotWorking' has been removed from page. in the logs

I would say you are doing something unexpected ...

solomax avatar Aug 31 '21 05:08 solomax