[ 
https://issues.apache.org/jira/browse/TAPESTRY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589546#action_12589546
 ] 

Christophe Cordenier commented on TAPESTRY-2320:
------------------------------------------------

I have tested the Event.stop() workaround, but it still doesn't work with IE 6.

We have also added something like this to register the "onsubmit" event of the 
form in the linkZone" method :

Event.observe(element, "submit", handler);

With this fix it works

I Hope this can help

> Problem with validations popups on Internet Explorer 7
> ------------------------------------------------------
>
>                 Key: TAPESTRY-2320
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2320
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>         Environment: ie 7, windows xp
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>             Fix For: 5.0.12
>
>
> There's a number of problems.  Validation errors invoke stop() on the DOM 
> event, which works in Firefox but not IE.
> In addition, some of the validation is not showing up correctly; the popups 
> are being truncated unnecessarily.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to