Modify ↓
Ticket #6233 (closed bug: duplicate)
Selector [name="person.names[0]"]:visible fails
| Reported by: | mjezierski | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Selector [name="person.names[0]"]:visible fails due to wrong selector split.
Proposed patch:
CLASS: /\.((?:[\w\u00c0-\uFFFF-]|
.)+)/,
change to
CLASS: /[[]*\.((?:[\w\u00c0-\uFFFF_-]|
.)+)/,
Attachments
Change History
Changed 3 years ago by mjezierski
-
attachment
testcase.html
added
comment:2 Changed 3 years ago by snover
- Priority set to low
- Status changed from new to open
- Version changed from 1.4.2 to 1.4.4
- Milestone 1.4.3 deleted
comment:3 Changed 2 years ago by Chealer9
Also broken: [id="
"]:visible
I don't know if the reason is the same.
comment:4 Changed 2 years ago by danheberden
- Milestone set to 1.next
A bit more in-depth of a test-case: http://jsfiddle.net/danheberden/XmymL/1/
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 case