You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Kent Tong (JIRA)" <ta...@jakarta.apache.org> on 2006/12/28 17:27:20 UTC

[jira] Created: (TAPESTRY-1217) IE watchInFlight Error when receiving a

IE watchInFlight Error when receiving a <tr>
--------------------------------------------

                 Key: TAPESTRY-1217
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1217
             Project: Tapestry
          Issue Type: Bug
          Components: XHR/dhtml/Ajax
    Affects Versions: 4.1.1
         Environment: WinXP. IE 6.
            Reporter: Kent Tong


1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
2) Click link1. It will fail and the following error will be displayed:
ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
DEBUG:  XMLHttpTransport error callback failed: [object Object]
3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1217) IE watchInFlight Error when receiving a

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1217:
------------------------------------

    Fix Version/s: 4.1.2

> IE watchInFlight Error when receiving a <tr>
> --------------------------------------------
>
>                 Key: TAPESTRY-1217
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1217
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: WinXP. IE 6.
>            Reporter: Kent Tong
>             Fix For: 4.1.2
>
>         Attachments: Test2.html, Test2.java, Test2.page
>
>
> 1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
> 2) Click link1. It will fail and the following error will be displayed:
> ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
> DEBUG:  XMLHttpTransport error callback failed: [object Object]
> 3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1217) IE watchInFlight Error when receiving a

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1217?page=all ]

Kent Tong updated TAPESTRY-1217:
--------------------------------

    Attachment: Test2.page

> IE watchInFlight Error when receiving a <tr>
> --------------------------------------------
>
>                 Key: TAPESTRY-1217
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1217
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: WinXP. IE 6.
>            Reporter: Kent Tong
>         Attachments: Test2.html, Test2.java, Test2.page
>
>
> 1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
> 2) Click link1. It will fail and the following error will be displayed:
> ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
> DEBUG:  XMLHttpTransport error callback failed: [object Object]
> 3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1217) IE watchInFlight Error when receiving a

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert closed TAPESTRY-1217.
-----------------------------------

    Resolution: Invalid

I'd love to fix this one but I'm afraid you'll have to bring it up with the microsoft developers.   They don't allow any updating of table content unless it is a td element or something more all encompassing like tbody or table itself...

> IE watchInFlight Error when receiving a <tr>
> --------------------------------------------
>
>                 Key: TAPESTRY-1217
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1217
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: WinXP. IE 6.
>            Reporter: Kent Tong
>             Fix For: 4.1.2
>
>         Attachments: Test2.html, Test2.java, Test2.page
>
>
> 1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
> 2) Click link1. It will fail and the following error will be displayed:
> ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
> DEBUG:  XMLHttpTransport error callback failed: [object Object]
> 3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1217) IE watchInFlight Error when receiving a

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1217?page=all ]

Kent Tong updated TAPESTRY-1217:
--------------------------------

    Attachment: Test2.java

> IE watchInFlight Error when receiving a <tr>
> --------------------------------------------
>
>                 Key: TAPESTRY-1217
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1217
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: WinXP. IE 6.
>            Reporter: Kent Tong
>         Attachments: Test2.html, Test2.java, Test2.page
>
>
> 1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
> 2) Click link1. It will fail and the following error will be displayed:
> ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
> DEBUG:  XMLHttpTransport error callback failed: [object Object]
> 3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1217) IE watchInFlight Error when receiving a

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1217?page=all ]

Kent Tong updated TAPESTRY-1217:
--------------------------------

    Attachment: Test2.html

> IE watchInFlight Error when receiving a <tr>
> --------------------------------------------
>
>                 Key: TAPESTRY-1217
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1217
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: WinXP. IE 6.
>            Reporter: Kent Tong
>         Attachments: Test2.html, Test2.java, Test2.page
>
>
> 1) Open the page named "Test2" as attached in IE (it works in FireFox). There are two directlinks: link1 and link2. Both are async and have the same listener. The only difference is that one is in a <tr> and will try to upate the <tr>, the other is in a <li> and will try to update the <li>.
> 2) Click link1. It will fail and the following error will be displayed:
> ERROR: 12:17:30 AM: Error received in IO response.  : XMLHttpTransport.watchInFlight Error: [object Error]
> DEBUG:  XMLHttpTransport error callback failed: [object Object]
> 3) Click link2. It will work fine.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org