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)
Change History (6)
Changed March 05, 2010 03:28PM UTC by comment:1
component: | unfiled → selector |
---|
Changed November 12, 2010 12:44AM UTC by comment:2
milestone: | 1.4.3 |
---|---|
priority: | → low |
status: | new → open |
version: | 1.4.2 → 1.4.4 |
Changed February 11, 2011 09:26PM UTC by comment:3
Also broken: [id="\\\\"]:visible
I don't know if the reason is the same.
Changed March 31, 2011 12:30AM UTC by 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 comment:5
resolution: | → duplicate |
---|---|
status: | open → closed |