RESOLVED CONFIGURATION CHANGED 187938
Height of element changes when ellipses show on a -webkit-line-clamp element with line-height
https://bugs.webkit.org/show_bug.cgi?id=187938
Summary Height of element changes when ellipses show on a -webkit-line-clamp element ...
thewingthing
Reported 2018-07-23 19:13:17 PDT
When there is an element with -webkit-line-clamp and line-height set, the height of the element is different when the text is just short enough to not warrant ellipses vs when the text is just long enough to warrant ellipses. e.g. With line-height No ellipses: height is 44px With ellipses: height is 42px Without line-height No ellipses: height is 38px With ellipses: height is 38px
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2021-12-02 10:20:03 PST
*** Bug 197525 has been marked as a duplicate of this bug. ***
Sam Sneddon [:gsnedders]
Comment 2 2021-12-02 10:20:36 PST
From the dupe: (In reply to Timothy Armstrong from comment #0) > * What steps will reproduce the problem? > > (1) Visit https://jsfiddle.net/4bzh2rv9/ > (2) Click the toggle button so that the box can no longer contain two lines > of text (and shows an ellipsis). > (3) Note that as soon as the above condition is met, the height of the box > decreases, instead of allowing for the appropriate amount of line-height. > > * What is the expected result? > > The div height should not change once the ellipsis is present. > > * What happens instead? > > The div height shrinks once the ellipsis is present. > > > (See also: crbug.com/937931)
Brent Fulgham
Comment 3 2022-06-30 09:33:26 PDT
This appears to be tracked by this radar: <rdar://50448006>
Ahmad Saleem
Comment 4 2023-02-15 13:09:15 PST
I am not able to reproduce the shrinkage of textarea in height using Safari Technology Preview 163 using testcase from Comment 02. It is reproducible in Safari 16.3 though, can we mark this as "RESOLVED CONFIGURATION CHANGED"? Thanks!
zalan
Comment 5 2023-02-15 13:28:40 PST
This is an IFC progression (with line-clamp support enabled now).
Note You need to log in before you can comment on or make changes to this bug.