Skip to main content

Bug Tracker

Side navigation

#6413 closed bug (worksforme)

Opened April 09, 2010 08:16AM UTC

Closed April 10, 2010 11:46PM UTC

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.

Attachments (0)
Change History (1)

Changed April 10, 2010 11:46PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

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.