Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ryluis opened this issue Jul 17, 2018 · 2 comments
Assignees
Labels

Comments

@ryluis
Copy link

ryluis commented Jul 17, 2018

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

@solomax
Copy link
Contributor

solomax commented Jul 17, 2018

Thanks a lot!
Will try to take a look ASAP

@solomax
Copy link
Contributor

solomax commented Jul 17, 2018

Should be fixed, please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants