#6293 closed bug (wontfix)
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 (4)
Changed 13 years ago by
Attachment: | css.js.patch added |
---|
comment:1 Changed 12 years ago by
Cc: | miketaylr added |
---|---|
Milestone: | 1.4.2 → 1.4.5 |
Priority: | → low |
Status: | new → open |
Looking at http://jsfiddle.net/8R2E8/, IE7,8,9Beta, Operas and Chromes all say that <options> are hidden. Firefox thinks they aren't.
comment:2 Changed 12 years ago by
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.
Patch to fix detection <option> as ":hidden"