[Webkit-unassigned] [Bug 6693] offsetHeight returns 0, where IE does not.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 06:52:42 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=6693

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #9 from Ahmad Saleem <zlip.792 at gmail.com> ---
On "OffsetHeight test" - all browsers:

*** Safari 15.6 on macOS 12.5 ***

Empty span offsetHeight: 18
Non-empty span offsetHeight: 18

*** Chrome Canary 106 ***

Empty span offsetHeight: 19
Non-empty span offsetHeight: 19

*** Firefox Nightly 105 ***

Empty span offsetHeight: 0
Non-empty span offsetHeight: 16 

_____

On "Prepares..." - all browsers:

*** Safari 15.6 on macOS 12.5 ***

displayCss=[inline]
alteredOffset.top=[427.8125]
offsetAlert(calledBy=[jQuery.ready])
        anchor.offset().top=[427.8125]

subheading.offset().top=[427.8125]

displayCss=[inline]
alteredOffset.top=[427.8125]
offsetAlert(calledBy=[body.onload])
        anchor.offset().top=[427.8125]

subheading.offset().top=[427.8125]

*** Chrome Canary 106 ***

displayCss=[inline]
alteredOffset.top=[437.328125]
offsetAlert(calledBy=[jQuery.ready])
        anchor.offset().top=[437.328125]

subheading.offset().top=[437.328125]

displayCss=[inline]
alteredOffset.top=[437.328125]
offsetAlert(calledBy=[body.onload])
        anchor.offset().top=[437.328125]

subheading.offset().top=[437.328125]

*** Firefox Nightly 105 ***

displayCss=[inline]
alteredOffset.top=[452.6333312988281]
offsetAlert(calledBy=[jQuery.ready])
        anchor.offset().top=[454.23333740234375]

subheading.offset().top=[454.23333740234375]

displayCss=[inline]
alteredOffset.top=[452.6333312988281]
offsetAlert(calledBy=[body.onload])
        anchor.offset().top=[454.23333740234375]

subheading.offset().top=[454.23333740234375]

_________

Just wanted to share updated test results. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220802/c3c1f76c/attachment.htm>


More information about the webkit-unassigned mailing list