Bug 247798
Summary: | Remove LTR scrollbar padding hack | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
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 Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
Hi Team,
I came across another Blink commit, which removed some quirk / hack we added for LTR Scrollbar, I don't know whether Webkit can remove it as of right now or not but it is something better to track here on bugzilla for future.
Blink Commit - https://chromium.googlesource.com/chromium/blink/+/0e054f07273d9f5104b4b3926dc438fa794436fe
Webkit GitHub Code - https://github.com/WebKit/WebKit/blob/f0c32585c22cc6c30895d62606a1dc52d1800c41/Source/WebCore/rendering/LegacyLineLayout.cpp#L2156
_____
Just wanted to raise this bug for future tracking and if Line Layout is progressed that we can remove this then just to have bug for this purposes.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102510754>
Ahmad Saleem
@Alan - do we have to do this or IFC will take care of this and will remove this hack?
alan
We do this in IFC too (mostly to be inline with legacy line layout).