Opened 12 years ago
Closed 12 years ago
#9519 closed bug (invalid)
clearAttributes not defined by DOM
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | manipulation | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I don't get how jQuery works in *any* browser, seeing as this is an IE-specific method. Anyhow, it definitely breaks loading on good old standards-compliant Konqueror. None of these examples render at all, as a result: http://people.iola.dk/olau/flot/examples/basic.html
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → low |
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
There is a feature-detect elsewhere that only calls the cloneCopyEvent function based on the use of attachEvent in IE.
Can you provide a reduced test case and some information on which version of Konqueror?