Skip to main content

Bug Tracker

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)
  • testcase.html (1.4 KB) - added by mjezierski March 05, 2010 11:07AM UTC.

    Test case

Change History (1)

Changed March 05, 2010 03:28PM UTC by john comment:1

resolution: → duplicate
status: newclosed

Duplicate of #6233.