Opened 14 years ago
Closed 13 years ago
#6320 closed bug (wontfix)
attribute selector does not work in IE8 on onmouse*
Reported by: | margate | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | selector | Version: | 1.4.2 |
Keywords: | attribute | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
rel,id and name attributes are selectable in IE8, but all onmouse* I tested fails.
In Firefox,Safari and Chrome the following works fine, but not work in IE8
$("input[onmouseover='newsletter']").next().text("onmouseover attribute found");
Above is only an example, see attached file for more tests
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | attribute.txt added |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Priority: | → undecided |
Resolution: | → wontfix |
Status: | new → closed |
This is a terrible idea that we will never, ever support (except as necessary to comply with the Selectors spec).
Note: See
TracTickets for help on using
tickets.
It is a renamed html file with examples of the problem