Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


it turned out that bug takes place only in quirks mode