Opened 13 years ago
Closed 13 years ago
#6413 closed bug (worksforme)
Has attribute selector in IE8
Reported by: | robothelvete | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | selector | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The selector 'div[contenteditable]' selects all divs in the document, not just those divs that actually have this attribute, making this selector useless for this instance. The attribute exists in the tag, but it has an empty value (example: <div contenteditable="">).This is in IE8 (Browser mode:IE8, Document Mode:IE7). Works fine in FF though.
Note: See
TracTickets for help on using
tickets.
From your description it sounds like the selector is working properly. If there is an attribute named contenteditable then the div is selected. Please reopen with a test case to clarify the problem if I've misunderstood. it.