Side navigation
#6293 closed bug (wontfix)
Opened March 15, 2010 09:11PM UTC
Closed July 12, 2011 03:29PM UTC
Last modified March 14, 2012 01:56AM UTC
Selector ":hidden" collects selects options in IE, Opera and maybe Safari.
Reported by: | pyhoster | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.4.2 |
Keywords: | hidden | Cc: | miketaylr |
Blocked by: | Blocking: |
Description
It`s the same problem that was with "tr" tag - browsers (but not FF), calculates <option> size as zero (FF returns actual size of parent <select>). For my opinion "option" is not really hidden tag, so i make a little patch and attached it.
Attachments (1)
Change History (3)
Changed October 26, 2010 05:37PM UTC by comment:1
cc: | → miketaylr |
---|---|
milestone: | 1.4.2 → 1.4.5 |
priority: | → low |
status: | new → open |
Changed July 12, 2011 03:29PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | open → closed |
Considering that every browser but Firefox says that it's hidden - it seems like it's the other way around. That being said, I'm not really sure what you're trying to achieve with :hidden/:visible on option elements. It seems like you should probably be using :selected instead. Don't think this is something that we're going to spend a lot of cycles on.
Looking at http://jsfiddle.net/8R2E8/, IE7,8,9Beta, Operas and Chromes all say that <options> are hidden. Firefox thinks they aren't.