#6954 closed bug (duplicate)
The selector a[href=""] selects anchors without href attributes in IE, but not Chrome/Firefox
Reported by: | zacherates | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.4 |
Component: | selector | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The title says it all:
$("a[href=]) selects both <a href=""> and <a> nodes in IE, but not on FireFox or Chrome. I reproduced this with the nightly as of August 26th, 2010.
Attachments (2)
Change History (8)
Changed 12 years ago by
Attachment: | empty-nightly.png added |
---|
comment:1 Changed 12 years ago by
I've attached a screenshot of the behavior as well as an html page that reproduces the behavior.
comment:2 Changed 12 years ago by
Component: | unfiled → selector |
---|
comment:3 Changed 12 years ago by
need: | Review → Patch |
---|---|
Priority: | → undecided |
I am able to reproduce this issue in IE7 only. IE8 works properly. Live test case
comment:4 Changed 12 years ago by
Blocked by: | 7128 added |
---|---|
Milestone: | 1.4.3 → 1.next |
Status: | new → open |
Version: | 1.4.2 → 1.4.3 |
comment:5 Changed 12 years ago by
Blocked by: | 7128 removed |
---|---|
Resolution: | → duplicate |
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Screenshot demonstrating the behavior