Bug 247783
| Summary: | Janky interaction with the page for large Google Colab notebooks | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vladimir Prelovac <vprelovac> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 16 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vladimir Prelovac
Load:
https://colab.research.google.com/drive/1qA_xbKQl8xZH_oqXwjywkI8spiD2vgE2
Try fast scrolling the page. It will be very janky and uncomfortable.
In general working with large Colabs is very slow.
On Firefox (and Chrome) it is sikly smooth.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102242844>
Simon Fraser (smfr)
Looks like layout thrash (triggered by getBoundingClientRect()) and some expensive layouts.
Page doesn't seem to be using content-visibility.