Skip to main content

Bug Tracker

Side navigation

#6320 closed bug (wontfix)

Opened March 19, 2010 12:50PM UTC

Closed November 19, 2010 09:57PM UTC

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

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 March 19, 2010 12:51PM UTC.

    It is a renamed html file with examples of the problem

Change History (2)

Changed November 12, 2010 02:40AM UTC by snover comment:1

milestone: 1.4.3

Resetting milestone to future.

Changed November 19, 2010 09:57PM UTC by snover comment:2

_comment0: This is a terrible idea that we will never, ever support.1290203895835655
description: \ 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 \ 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 \
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).