Modify ↓
Ticket #6004 (closed bug: duplicate)
Attribute equals selector doesn't work in IE8 with empty value attribute
| Reported by: | altman | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.next |
| Component: | selector | Version: | 1.4.3 |
| Keywords: | Attribute Equals Selector, IE8 | Cc: | |
| Blocking: | Blocked by: |
Description
The attribute Equals Selector for value = "" does not work in IE8. This works if you change IE8 to IE7 Standards mode. It only happens if you are trying to select inputs with value of blank. If the value is not blank, then it works. See Attachment
Attachments
Change History
comment:2 Changed 3 years ago by snover
- Priority changed from major to high
- Status changed from new to open
- Version changed from 1.4.1 to 1.4.3
- Milestone changed from 1.4.2 to 1.4.5
This appears to be a bug in IE8’s implementation of querySelectorAll. Neat!
comment:3 Changed 3 years ago by snover
- Summary changed from Attribute Equals Selector Doesn't work in IE8 to Attribute equals selector doesn't work in IE8 with empty value attribute
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Test HTML Showing Attribute Selector Bug