Skip to main content

Bug Tracker

Side navigation

#6233 closed bug (duplicate)

Opened March 05, 2010 11:09AM UTC

Closed March 31, 2011 04:59AM UTC

Last modified March 31, 2011 04:59AM UTC

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

    Test case

Change History (6)

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

component: unfiledselector

Changed November 12, 2010 12:44AM UTC by snover comment:2

milestone: 1.4.3
priority: → low
status: newopen
version: 1.4.21.4.4

Changed February 11, 2011 09:26PM UTC by Chealer9 comment:3

Also broken: [id="\\\\"]:visible

I don't know if the reason is the same.

Changed March 31, 2011 12:30AM UTC by danheberden comment:4

milestone: → 1.next

A bit more in-depth of a test-case: http://jsfiddle.net/danheberden/XmymL/1/

Changed March 31, 2011 04:59AM UTC by danheberden comment:5

resolution: → duplicate
status: openclosed

Changed March 31, 2011 04:59AM UTC by danheberden comment:6

Duplicate of #5020.