Side navigation
#4412 closed bug (worksforme)
Opened March 24, 2009 07:12PM UTC
Closed August 13, 2010 01:17AM UTC
hide and ie bug (height < 1px)
Reported by: | x-yuri | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
as a result of code
#!js $('#el')[0].style.overflow = 'hidden'; $('#el')[0].style.height = '0.1px';
element's height fits its content in ie
Hence, during hide:
1. element's height decreases to approximately 1px
2. element fits its content (only in ie)
3. element gets hidden (display: none)
it turned out that bug takes place only in quirks mode