Opened 14 years ago
Closed 12 years ago
#4587 closed bug (fixed)
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 (2)
Changed 14 years ago by
comment:1 Changed 12 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Use this HTM file to reproduce the possible bug. Don't forget to include jQuery!