Opened 12 years ago
Closed 12 years ago
#4947 closed defect (fixed)
editor: editor with combobox does not load in IE7
Reported by: | Becky Gibson | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Editor | Version: | 0.9 |
Keywords: | Cc: | bill, Douglas Hays | |
Blocked By: | Blocking: |
Description
There is an error when loading the editor in IE7. I suspect it is the addition of the combobox for font face and size since those do not appear in the third editor example on test_editor.html and the final editor on that page does not load.
Change History (4)
comment:1 Changed 12 years ago by
Priority: | normal → high |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Cc: | bill Douglas Hays added |
---|
crash fixed in [11241] but the issue with the noderef is still there... combobox probably has been picking up the wrong options tags all along, if multiple instances are on the page.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The crash appears to be a regression in query, though the real problem is that we're doing a query without specifying a node -- this may have been a latent bug? it's using this.srcNodeRef, which is null.