Modify ↓
Ticket #6232 (closed bug: duplicate)
Selector [name="person.names[0]"]:visible fails
| Reported by: | mjezierski | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Selector [name="person.names[0]"]:visible fails due to wrong selector splitting. Quick patch:
CLASS: /\.((?:[\w\u00c0-\uFFFF-]|
.)+)/
to
CLASS: /[[]*\.((?:[\w\u00c0-\uFFFF_-]|
.)+)/,
Test case in attachment.
Attachments
Change History
Changed 3 years ago by mjezierski
-
attachment
testcase.html
added
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