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)
Change History (2)
Changed November 12, 2010 02:40AM UTC by comment:1
milestone: | 1.4.3 |
---|
Changed November 19, 2010 09:57PM UTC by 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: | new → closed |
This is a terrible idea that we will never, ever support (except as necessary to comply with the Selectors spec).
Resetting milestone to future.