#403 closed defect (worksforme)
Images in Button2 do not render if placed on div with style=display: none
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a hidden div (style=display: none) with a couple of static Button2 instances.
When the div is made visible (style=display: inline), the images on the buttons are not rendered.
I have found a work around by calling sizeMyself on the button while setting the display property on the div.
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Added a testcase in [4893] that shows this is no longer an issue.