Opened 13 years ago
Closed 12 years ago
#4412 closed bug (worksforme)
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
$('#el')[0].style.overflow = 'hidden'; $('#el')[0].style.height = '0.1px';
element's height fits its content in ie
Hence, during hide:
- element's height decreases to approximately 1px
- element fits its content (only in ie)
- element gets hidden (display: none)
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
it turned out that bug takes place only in quirks mode