Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Note: See
TracTickets for help on using
tickets.
Test case