You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mikk Lauringson (JIRA)" <ji...@apache.org> on 2010/08/05 17:53:17 UTC

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

     [ https://issues.apache.org/jira/browse/WICKET-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikk Lauringson updated WICKET-2957:
------------------------------------

    Attachment: myproject.zip

I have been having the same problem. I have experienced it in Firefox 3.6.6/4beta and Chrome stable/dev.

Self-made ModalWindow close button seems to cause this more often, but also the built-in ModalWindow close button causes this.


Here's a simple test project based on QuickStart project.
1. Close modal window
2. Try to focus the textfield
3. Repeat steps 1-2 until textfield can't be focused (may take about 10 repeats)

> 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.