Skip to main content

Bug Tracker

Side navigation

#4703 closed bug (duplicate)

Opened May 30, 2009 11:59AM UTC

Closed March 31, 2011 04:55AM UTC

Last modified March 31, 2011 04:55AM UTC

Selector does not work when some specific characters are present

Reported by: munim Owned by: john
Priority: low Milestone:
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Step to reproduce:

1. define a tag with id "View2_sspTree_dc2LbKAoDspn3BGLFdI3NA=="

2. Using jQuery try $("#View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==").hide();

Expected result:

Tag with id = View2_sspTree_dc2LbKAoDspn3BGLFdI3NA== should be hidden.

NOTE: document.getElementById("View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==") works perfectly.

PS: Please look at the html file provided.

Attachments (1)
  • test.html (0.4 KB) - added by munim May 30, 2009 12:00PM UTC.

    Test HTML file

Change History (3)

Changed October 29, 2010 04:09AM UTC by rwaldron comment:1

milestone: 1.4
priority: criticallow
status: newopen

Changed March 31, 2011 04:55AM UTC by danheberden comment:2

resolution: → duplicate
status: openclosed

Changed March 31, 2011 04:55AM UTC by danheberden comment:3

Duplicate of #4120.