Bug Tracker

Modify

Ticket #6232 (closed bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

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

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

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

Duplicate of #6233.

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.