[Webkit-unassigned] [Bug 112098] Empty span inserted just after a text-wrap point has an offsetTop and offsetHeight of 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 08:59:53 PDT 2022


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

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

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

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
*** Safari Technology Preview 153 ***

brokenStart.offsetTop: 36
brokenStart.offsetHeight: 18
brokenEnd.offsetTop: 36
brokenEnd.offsetHeight: 18
=======
workaroundStart.offsetTop: 90
workaroundStart.offsetHeight: 18
workaroundEnd.offsetTop: 108 <--------- DIFFERENT
workaroundEnd.offsetHeight: 18

*** Chrome Canary 107 ***

brokenStart.offsetTop: 37
brokenStart.offsetHeight: 19
brokenEnd.offsetTop: 37
brokenEnd.offsetHeight: 19
=======
workaroundStart.offsetTop: 93
workaroundStart.offsetHeight: 19
workaroundEnd.offsetTop: 93
workaroundEnd.offsetHeight: 19

*** Firefox Nightly 106 ***

brokenStart.offsetTop: 40
brokenStart.offsetHeight: 16
brokenEnd.offsetTop: 40
brokenEnd.offsetHeight: 16
=======
workaroundStart.offsetTop: 98
workaroundStart.offsetHeight: 16
workaroundEnd.offsetTop: 98
workaroundEnd.offsetHeight: 16

_________

I think now "broken" one is fine but workaround is causing problem. :-p

Just wanted to share updated testing result. 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/20220912/2f577244/attachment.htm>


More information about the webkit-unassigned mailing list