Closing ModalWindow makes some form fields unclickable
------------------------------------------------------
Key: WICKET-2957
URL: https://issues.apache.org/jira/browse/WICKET-2957
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4.9
Environment: Windows XP. Firefox 3.6.6.
Reporter: Kent Tong
After closing a ModalWindow, sometimes (1 out of 5-10) some form fields (text,
select) will become unclickable/read-only (but not grayed out), as if the
ModalWindow weren't closed. Those form fields aren't necessarily those covered
by the ModalWindow.
It works fine in IE.
In the error console in Firefox, there are a few errors (the error message has
been translated from Chinese):
Warning: error parsing the value for "height". Call interrupted
Source: http://localhost:8888/?wicket:interface=:12::::
Line: 0
Warning: error parsing the value for "filter". Call interrupted
Source:
http://localhost:8888/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css
Line: 26
Warning: Unknown property "-moz-opacity". Call interrupted
Source:
http://localhost:8888/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css
Line: 24
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.