Opened 12 years ago
Closed 11 years ago
#7336 closed bug (fixed)
CSS width and height of hidden elements is different in opera from all other browsers
Reported by: | jitter | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4.4 |
Component: | offset | Version: | 1.4.2 |
Keywords: | width opera | Cc: | miketaylr |
Blocked by: | Blocking: |
Description
I made a test case on jsfiddle and all Opera versions and jQuery versions seem to be affected by this (excluding 1.4.3 because of the regressions).
Opera returns a different result from all other browsers (although I think returning 0px
is correct when the display: none
is set. No?).
For elements which have a height
set via css and are hidden because of a display: none
on the parent element we get
FF: 10px
, Opera: 0px
For elements which have no css styling and are hidden because of a display: none
on the parent element we get
FF: ''
(previous versions auto
), Opera: 0px
(previous versions also 0px
)
Change History (3)
comment:1 Changed 12 years ago by
Cc: | miketaylr added |
---|---|
Component: | unfiled → offset |
Keywords: | width opera added |
Priority: | undecided → low |
Status: | new → open |
comment:3 Changed 11 years ago by
Milestone: | 1.5 → 1.4.4 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Still valid on 10.70 internal build (the latest I could find) - cc-ing our local opera expert.
Thanks for the nice report jit :)