Bug Tracker

Modify

Ticket #6233 (closed bug: duplicate)

Opened 3 years ago

Last modified 2 years ago

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:
Blocking: Blocked by:

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

testcase.html Download (1.4 KB) - added by mjezierski 3 years ago.
Test case

Change History

Changed 3 years ago by mjezierski

Test case

comment:1 Changed 3 years ago by john

  • Component changed from unfiled to selector

comment:2 Changed 3 years ago by snover

  • Priority set to low
  • Status changed from new to open
  • Version changed from 1.4.2 to 1.4.4
  • Milestone 1.4.3 deleted

comment:3 Changed 2 years ago by Chealer9

Also broken: [id="
"]:visible I don't know if the reason is the same.

comment:4 Changed 2 years ago by danheberden

  • Milestone set to 1.next

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

comment:5 Changed 2 years ago by danheberden

  • Status changed from open to closed
  • Resolution set to duplicate

comment:6 Changed 2 years ago by danheberden

Duplicate of #5020.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.