[ 
http://issues.apache.org/jira/browse/TAPESTRY-544?page=comments#action_12319802 
] 

Howard M. Lewis Ship commented on TAPESTRY-544:
-----------------------------------------------

Yep, this seems to happen.  Only in IE.  Once it happens, IE fails to send 
further requests to the server (I see no requests in the NCSA log). Not sure 
how to proceed!

> Unmatched <p> and DatePicker problem in MSIE 6
> ----------------------------------------------
>
>          Key: TAPESTRY-544
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-544
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: MSIE 6.0, Windows XP SP 2
>     Reporter: David Bergman

>
> This concerns all beta versions of 4.0, even including tonight's CVS HEAD, 
> which is supposed to be Beta-4.
> Whenever I use an unmatched <p>, or even a <p/>, without an explicit </p> in 
> a page with a DatePicker, I get a really strange error from MSIE, in that 
> MSIE pops up the error dialog "Operation aborted." It does NOT happen when I 
> match the <p> tag with a </p> or use other components, such as TextField.
> The simplest page yielding this problem:
> <html>
> <body jwcid="@Body">
> <p/>
> <form jwcid="@Form">
> <input jwcid="@DatePicker" value="ognl:theDate" type="text" size="12" />
> </form>
> </body>
> </html>
> Just remove the <p/> and it works. Very absurd. Have tried with a handful of 
> MSIE 6 machines.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to