Bug Tracker

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 snover)

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)

attribute.txt (3.9 KB) - added by margate 14 years ago.
It is a renamed html file with examples of the problem

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by margate

Attachment: attribute.txt added

It is a renamed html file with examples of the problem

comment:1 Changed 13 years ago by snover

Milestone: 1.4.3

Resetting milestone to future.

comment:2 Changed 13 years ago by snover

Description: modified (diff)
Priority: undecided
Resolution: wontfix
Status: newclosed

This is a terrible idea that we will never, ever support (except as necessary to comply with the Selectors spec).

Last edited 13 years ago by snover (previous) (diff)
Note: See TracTickets for help on using tickets.