Opened 11 years ago
Closed 11 years ago
#11877 closed bug (invalid)
.Show() on select elements adds display: block
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a select without any fancy styling, just plain jane. I hide it with .hide() and show it with .show().
On show() it changes the display to block, which is incorrect for a select element. It should be inline, or detect what the user has set the elements display to before hiding.
This causes issues with elements surrounding the select after you show because it changes the select to display block thus forcing the other elements to drop down, or the select to drop below.
I was able to replicate this inside and outside my code base with chrome (19) and Firefox (13). Haven't tested IE.
Thanks
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
K, can't get it to happen in jsfiddle. Must be something to the environments I tested with. Working good in the test below.
Go ahead and close it.
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Thanks for the confirmation, your contribution is greatly appreciated
I can almost guarantee this is a duplicate - can you provide a test case?