#8419 closed defect (fixed)
ComboBox: input element bleeds though when containing node's style is set to visiblity:hidden
Reported by: | ptwobrussell | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See the attachment for a standalone test case. Seems that the input element is getting set to "visibility: visible !important" in dijit.css and it's been this way for quite some time.
Maybe we should add this as a test case for all of the dijits?
Attachments (1)
Change History (6)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Summary: | ComboBox's input element bleeds though when containing node's style is set to visiblity:hidden → ComboBox: input element bleeds though when containing node's style is set to visiblity:hidden |
---|
IIUC, visibility:hidden on a parent element should hide anything inside regardless of it's visibility settting, so sounds like a browser bug.
So, which browser/version is this failing on?
comment:2 Changed 12 years ago by
Owner: | set to Douglas Hays |
---|
OK, I can reproduce this on FF3, safari, and IE. Guess I was wrong about this being a browser bug.
It's only the text of the input field that's visible, not the combobox down arrow, borders, etc.
Doug, why is that visibility: visible !important; in dijit.css?
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Status: | new → assigned |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
standalone html page for test case