Summary: | Caret Line Height is not matching font size | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | Layout and Rendering | Assignee: | Joone Hur <joone> |
Status: | NEW --- | ||
Severity: | Normal | CC: | bfulgham, just1gb, ktf.kim, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Ahmad Saleem
2022-12-19 17:18:35 PST
Pull request: https://github.com/WebKit/WebKit/pull/16647 Blink Commit - https://chromium.googlesource.com/chromium/blink/+/dd1014b38784779a347f72d4eca818eed3b12ccf Might be potential solution to explore or in addition to current PR? https://searchfox.org/wubkat/rev/ecf416c989d65a6cfed8592f00acadb479ebe334/Source/WebCore/rendering/CaretRectComputation.cpp#117 It looks almost the same to get the caret height from the Chromium implementation and my patch. The problem seems to be that the caret isn't rendering correctly on iOS because the top was calculated incorrectly. So, I've updated the part where the top is calculated. Thanks for the info. *** Bug 13820 has been marked as a duplicate of this bug. *** *** Bug 116424 has been marked as a duplicate of this bug. *** |