Skip to main content

Bug Tracker

Side navigation

#11118 closed bug (invalid)

Opened December 30, 2011 06:10AM UTC

Closed December 30, 2011 06:16AM UTC

Field is not found with :input[name="LONG_NAME_WITH_DOTS"] selector

Reported by: bdiang Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Example:

$(":input[name='CashlessPayment.Enrollments[0].Account']")

gives 0 results

$("input[name='CashlessPayment.Enrollments[0].Account']")

gives 1 result

Attachments (0)
Change History (1)

Changed December 30, 2011 06:16AM UTC by rwaldron comment:1

resolution: → invalid
status: newclosed

You'll need to escape those characters.