Bug Tracker

Modify

Ticket #6320 (closed bug: wontfix)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

Description (last modified by snover) (diff)

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

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

Change History

Changed 3 years ago by margate

It is a renamed html file with examples of the problem

comment:1 Changed 3 years ago by snover

  • Milestone 1.4.3 deleted

Resetting milestone to future.

comment:2 Changed 3 years ago by snover

  • Priority set to undecided
  • Status changed from new to closed
  • Resolution set to wontfix
  • Description modified (diff)

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

Last edited 3 years ago by snover (previous) (diff)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.