Side navigation
#6232 closed bug (duplicate)
Opened March 05, 2010 11:06AM UTC
Closed March 05, 2010 03:28PM UTC
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)
Change History (1)
Changed March 05, 2010 03:28PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #6233.