core icon indicating copy to clipboard operation
core copied to clipboard

JGrowlFeedbackPanel break the style and function of another component from wicket-jquery-ui

Open ryluis opened this issue 6 years ago • 2 comments

hi, previously i used the version 7.10.0 on my project, the JGrowlFeedbackPanel component works great with another component from wicket-jquery-ui.

<wicket.version>7.10.0</wicket.version>
<wicket-ext.version>7.10.0</wicket-ext.version>
<wicket-spring.version>7.10.0</wicket-spring.version>
<wicket-auth.version>7.10.0</wicket-auth.version>
<wicket-jquery-ui.version>7.10.0</wicket-jquery-ui.version>
<wicket-jquery-kendo-ui.version>7.10.0</wicket-jquery-kendo-ui.version>
<wicketstuff.version>7.10.0</wicketstuff.version>

Since i upgraded to version 8.0.0

<wicket.version>8.0.0</wicket.version>
<wicket-ext.version>8.0.0</wicket-ext.version>
<wicket-spring.version>8.0.0</wicket-spring.version>
<wicket-auth.version>8.0.0</wicket-auth.version>
<wicket-jquery-ui.version>8.0.0</wicket-jquery-ui.version>
<wicket-jquery-kendo-ui.version>8.0.0</wicket-jquery-kendo-ui.version>
<wicketstuff.version>8.0.0</wicketstuff.version>

The button and menu i used from wicket-jquery-ui is not working. If i disabled the JGrowlFeedbackPanel component, the problem is gone.

I create the quickstart for this problem, and attached some files to replace the generated quickstart files.

mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.0.0 -DgroupId=com.metagens -DartifactId=dummy -DarchetypeRepository=https://repository.apache.org/ -DinteractiveMode=false

Replace the file from 'testing.zip' with the related file from quickstart, and rebuild it with maven

Try to remove the JGrowlFeedbackPanel component from the HomePage to see the differences.

testing.zip

ryluis avatar Jul 17 '18 04:07 ryluis

Thanks a lot! Will try to take a look ASAP

solomax avatar Jul 17 '18 04:07 solomax

Should be fixed, please check

solomax avatar Jul 17 '18 06:07 solomax