When the user performs a Zillow search based on their location, then scrolls or pinches on the map, the page will freeze.
<rdar://problem/102120764>
Pull request: https://github.com/WebKit/WebKit/pull/6647
Committed 256851@main (70352065621e): <https://commits.webkit.org/256851@main> Reviewed commits have been landed. Closing PR #6647 and removing active labels.
Re-opened since this is blocked by bug 248259
Real regression commit is bug 246202 255288@main
We do have quirk for this website here: https://github.com/WebKit/WebKit/blob/25261a14c658e9a59e15bc264c51ca8043961d01/Source/WebCore/page/Quirks.cpp#L762 Is this quirk causing conflict?
No, I think
This bug was opened for a revert that turned out to be not the root cause. IIUC the root cause was originally bug 248453 and fixes were bug 246422, bug 246202.
(In reply to Kimmo Kinnunen from comment #8) > This bug was opened for a revert that turned out to be not the root cause. > IIUC the root cause was originally bug 248453 and fixes were bug 246422, bug > 246202. Nice! Just thought to mention since the quirk is related to selection etc. Here is commit link (just if you want to see any background) - https://github.com/WebKit/WebKit/commit/ee27b00f4d2c6c0b173beef22982b775417787d9
Correction: the root cause bug 246202, fixes: bug 248453 and bug 246422