Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 2 years ago by rwaldron
- Priority changed from undecided to low
- Component changed from unfiled to manipulation
comment:3 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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?