[
https://issues.apache.org/jira/browse/TAPESTRY-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466279
]
David Davis commented on TAPESTRY-1206:
---------------------------------------
I tested the above patch modification, and it works for me:
{{{
node.outerHTML = selectOuterHtml.replace(/(<SELECT[^<]*>).*(<\/SELECT>)/, '$1'
+ content + '$2');
}}}
Also, FYI: IE on Linux is possible through ies4linux:
http://www.tatanka.com.br/ies4linux/
> Asynchronous Selection Boxes work with Firefox 2.0 but not with Internet
> Explorer 6/7
> -------------------------------------------------------------------------------------
>
> Key: TAPESTRY-1206
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1206
> Project: Tapestry
> Issue Type: Bug
> Components: XHR/dhtml/Ajax
> Affects Versions: 4.1.1
> Environment: We are using the 4.1.1 snapshots of tapestry
> Reporter: Stefan Esterer
> Fix For: 4.1.2
>
> Attachments: screenshot_ie6.jpg, selectAjaxUpdate.zip,
> SelectionTest.html, SelectionTest.java, SelectionTest.page,
> TAPESTRY-1206.patch
>
>
> We have discovered that the use of dependency in selection boxes leads to
> problems, if you use asynchron calls and internet explorer.
> example files are attached below
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://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]