Opened 13 years ago
Closed 9 years ago
#1923 closed defect
transformToDocument is broken in (at least) IE7
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dojox | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
transformToDocument doesn't return a valid DOM object in IE7 (probably all versions of IE). getIeResultDom() doesn't properly handle the xsltProcessor.output string. Attached is a patch that fixed this for me.
Attachments (1)
Change History (10)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to Tom Trenka |
---|
comment:2 Changed 13 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from Tom Trenka to dylan |
Status: | new → assigned |
comment:3 Changed 13 years ago by
tooker, do we have a cla on file for you? http://dojotoolkit.org/foundation/
comment:4 Changed 12 years ago by
Owner: | changed from dylan to Tom Trenka |
---|---|
Status: | assigned → new |
comment:5 Changed 12 years ago by
Component: | General → Dojox |
---|
comment:6 Changed 12 years ago by
Milestone: | 0.9 |
---|
comment:7 Changed 12 years ago by
Milestone: | → 1.3 |
---|
comment:8 Changed 11 years ago by
Milestone: | 1.3 → future |
---|
comment:9 Changed 9 years ago by
Status: | new → closed |
---|
Some triage, closing old tickets that seem no longer relevant.
Note: See
TracTickets for help on using
tickets.
patch I used to fix this bug