Skip to content

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

Open
@ryluis

Description

@ryluis

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions