Side navigation
#4194 closed bug (fixed)
Opened February 19, 2009 04:22PM UTC
Closed October 27, 2010 01:26AM UTC
Last modified December 12, 2012 06:03PM UTC
show() sometimes uses wrong display type
Reported by: | jeremy.cloud | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.4.4 |
Component: | effects | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you call hide() on an element that already has style="display: none", but which has a CSS declared display value that differs from the default, and then later call show() on that element, the resulting display type of the element is the default display value for that element, rather than the display value specified in the CSS rule.
This is a regression in 1.3.*, as it worked correctly in 1.2.6. I have attached a simple test case that demonstrates this bug.
Attachments (1)
Change History (5)
Changed February 19, 2009 04:47PM UTC by comment:1
Changed August 08, 2009 02:30AM UTC by comment:2
component: | unfilled → fx |
---|
Changed October 27, 2010 01:26AM UTC by comment:3
milestone: | 1.3.2 → 1.4.4 |
---|---|
priority: | critical → high |
resolution: | → fixed |
status: | new → closed |
Issue no longer exists:
Changed December 12, 2012 05:55PM UTC by comment:4
I was able to repro - what does that mean?
Changed December 12, 2012 06:03PM UTC by comment:5
Thanks but that test case only proves that doing the wrong thing produces a "broken" result.
This seems to work as a workaround to this bug: