Side navigation
#9519 closed bug (invalid)
Opened June 05, 2011 12:51PM UTC
Closed June 20, 2011 07:46AM UTC
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
Attachments (0)
Change History (3)
Changed June 05, 2011 01:52PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed June 05, 2011 03:36PM UTC by comment:2
component: | unfiled → manipulation |
---|---|
priority: | undecided → low |
Changed June 20, 2011 07:46AM UTC by comment:3
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?