Side navigation
#4909 closed bug (worksforme)
Opened July 15, 2009 08:52PM UTC
Closed October 29, 2010 06:04AM UTC
$('<input />') is no longer :visible
Reported by: | visionmedia | Owned by: | john |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | hidden visible | Cc: | |
Blocked by: | Blocking: |
Description
Myself and many others were using this 'feature' to test visibility within unit tests.. however in 1.3.1 this works, and in 1.3.2 it does not
here is the example JSpec suite
$('<input />').is(':hidden') is no longer true
Attachments (0)
Change History (1)
Changed October 29, 2010 06:04AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
If you use jQuery 1.4.3 and run your minimal test with it, you'll find that this is working fine now Live Test Case