Modify ↓
Opened 17 years ago
Closed 14 years ago
#1839 closed defect (invalid)
script error under ie 7
Reported by: | phpxcache | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | CtxtnavAddPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
old_li.removeAttribute('class');
object is undefined
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 follow-up: 3 Changed 17 years ago by
it seems ie7 use className instead of class, so why not just read obj.className, and remove both using obj.removeAttribute('class'); obj.removeAttribute('className'). it works after i change the code a bit
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to phpxcache@gmail.com:
it seems ie7 use className instead of class, so why not just read obj.className, and remove both using obj.removeAttribute('class'); obj.removeAttribute('className'). it works after i change the code a bit
coderange replied that 0.10 is no longer maintained.
Note: See
TracTickets for help on using
tickets.
The 0.10 version is no longer maintained, please try again with the 0.11 version.