Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8182 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

[PATCH] Element.update is broken for some table-related elements in IE and Konqueror

Reported by: alar Assigned to: sam
Priority: normal Milestone:
Component: Prototype Version:
Severity: normal Keywords:
Cc: mjs@beebo.org

Description

Prototype 1.5.1_rc3, Konqueror 3.5.5

Konqueror does not support innerHTML modification of TABLE, THEAD, TFOOT, TBODY elements (TR and TD work for me). The error message is "Error: DOM exception 7". Relevant Konqueror bugreports here and here. I haven't tested with Safari.

The workaround that is used for IE also works for Konqueror.

Prototype 1.5.1_rc3, Internet Explorer 6.0

IE 6 does not support innerHTML modification of TABLE, THEAD, TFOOT, TBODY, TR elements (TD works for me), and workaround has already been done for THEAD, TBODY, TR, TD - so it just leaves TABLE and TFOOT elements that are still broken.

Attachments

testcase.html (2.7 kB) - added by alar on 04/25/07 14:25:25.
Testcase for Element.update of table-related elements
prototype-1.5.1-element-update.patch (2.5 kB) - added by alar on 05/04/07 18:20:53.
prototype-1.5.1-element-update.patch

Change History

04/25/07 14:25:25 changed by alar

  • attachment testcase.html added.

Testcase for Element.update of table-related elements

05/04/07 18:20:53 changed by alar

  • attachment prototype-1.5.1-element-update.patch added.

prototype-1.5.1-element-update.patch

10/21/07 20:35:33 changed by mjs

  • cc set to mjs@beebo.org.

01/25/08 16:58:29 changed by kangax

  • summary changed from Element.update is broken for some table-related elements in IE and Konqueror to [PATCH] Element.update is broken for some table-related elements in IE and Konqueror.

01/25/08 18:41:13 changed by Tobie

  • status changed from new to closed.
  • resolution set to fixed.

That should all be fixed in trunk.