modal.js conflicts with mootools and possibly other javascript frameworks.
--------------------------------------------------------------------------
Key: WICKET-1249
URL: https://issues.apache.org/jira/browse/WICKET-1249
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.3.0-rc2
Environment: linux / jdk 1.6 etc
Reporter: Victor Igumnov
Fix For: 1.3.0-rc3
Modal.js issues
1. Modal.js defines Class instead of Wicket.Class. Modal.js tries to define new
Wicket classes via Class instead of Wicket.Class.xxx.
2. Object.extend conflicts with mootools, so I created a new Wicket class
Wicket.Object with an extend method.
Here is the patch against wicket-extensions trunk. This works perfectly with
mootools-trunk
http://temp.fabulously40.com/~victori/modalconflictfix.patch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.