You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pranav Kacholia (JIRA)" <ji...@apache.org> on 2010/08/23 22:43:18 UTC

[jira] Commented: (WICKET-2957) Closing ModalWindow makes some form fields unclickable

    [ https://issues.apache.org/jira/browse/WICKET-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901579#action_12901579 ] 

Pranav Kacholia commented on WICKET-2957:
-----------------------------------------

Ive had this same problem with firefox 3.6.8 and wicket 1.4.9
Closing a modalwindow by calling close(AjaxRequestTarget target) is the culprit. 
When you look at the ajax debug, it seems it is losing focus. 
I think it may have something to do with the reenableFocus function of the modal window

> 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
>            Priority: Critical
>         Attachments: myproject.zip, testcase.zip
>
>
> 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.