Side navigation
#4587 closed bug (fixed)
Opened April 23, 2009 06:18PM UTC
Closed October 29, 2010 03:48PM UTC
Webkit not complying with simple selector
Reported by: | mholt | Owned by: | john |
---|---|---|---|
Priority: | low | Milestone: | 1.4.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | not selector, last selector | Cc: | |
Blocked by: | Blocking: |
Description
I've narrowed down my issues to the selector in this line:
$(".inputbox:not(:last)").attr("readonly", "readonly");
I'm attempting to make every .inputbox except the last one readonly. Firefox and IE comply but Safari and Chrome apply "readonly" to ALL .inputbox elements on the page, even the last one.
This error is reproducible using the test file I have attached.
Attachments (1)
Change History (1)
Changed October 29, 2010 03:48PM UTC by comment:1
milestone: | 1.3.2 → 1.4.4 |
---|---|
priority: | major → low |
resolution: | → fixed |
status: | new → closed |
1.4.4-git
Passes: Supported Versions; Chrome, Safari, FF, IE
Note: IE has weird backspace key/back button behavior in readonly fields.
http://jsfiddle.net/rwaldron/V7PL7/2/