Skip to main content

Bug Tracker

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)

Attachments (1)
  • 3.html (0.4 KB) - added by x-yuri March 24, 2009 07:30PM UTC.

    after adding doctype everything works fine

Change History (2)

Changed March 24, 2009 07:25PM UTC by x-yuri comment:1

it turned out that bug takes place only in quirks mode

Changed August 13, 2010 01:17AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed