mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
217885013a
Instead of using a potentially weird fractional value like 3.2 lets use the floor(ed) value, e.g. 3. Reasoning: These fractions are not from text lines but optional margins between some of the lines. These margins should not be counted. Also increase the cut point from >=3 to >3. This is much closer to the original specification that talked about "2 lines plus x characters". See T273426. These "x characters" are the 3rd line. Bug: T310775 Change-Id: Ib5d1642d7967593dd5f13e556c6244fc44677af4 |
||
---|---|---|
.. | ||
ve.ui.MWExpandableContentElement.js | ||
ve.ui.MWExpandableErrorElement.js | ||
ve.ui.MWFloatingHelpElement.js | ||
ve.ui.MWPreviewElement.js |