[Webkit-unassigned] [Bug 204382] REGRESSION (iOS 13): Removing an element inside of an iframe breaks the click area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 13:04:36 PST 2019


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

--- Comment #5 from Avram Eisner <avrame at gmail.com> ---
Simon, inspired by your comment, I discovered a JavaScript hack that fixes the issue. Adding

window.scrollTo({top: document.body.scrollTop});

after the element is removed repositions the click areas correctly. Just thought I'd let you know in case it helps fixing the bug in WebKit.

-- 
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/20191120/824f550a/attachment-0001.htm>


More information about the webkit-unassigned mailing list