Closed Bug 1871364 Opened 5 months ago Closed 4 months ago

Version 121 has incorrect width calculations and incorrect automatic line breaks.

Categories

(Core :: Layout: Text and Fonts, defect)

Firefox 121
defect

Tracking

()

RESOLVED DUPLICATE of bug 1870973
Tracking Status
firefox-esr115 --- unaffected
firefox121 --- disabled
firefox122 --- disabled
firefox123 --- disabled

People

(Reporter: webst.net, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Attached image WS006648.JPG

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0

Steps to reproduce:

Display this sample HTML.

Example:
<style><!--
div{
display:inline-block;
background-color: #cfc;
margin: 5px;
}
--></style>
<div>あいうえおかきくけこ</div><br>
<div> あいうえおかきくけこ</div><br>
<div>あいうえお かきくけこ</div><br>
<div>あいうえおかきくけこ </div><br>
<div>あいうえおかきくけこ</div><br>

Actual results:

If there is a   (Japanese full-width space) at the beginning or end of a line, the character width of the space character is not calculated correctly.
As a result, lines may be broken at unintended positions or unintended line widths may be calculated.

Expected results:

The displayed result should be the same as the current display in Firefox versions prior to 120.1 or in other browsers

The Bugbug bot thinks this bug should belong to the 'Core::Layout: Text and Fonts' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Layout: Text and Fonts
Product: Firefox → Core
Keywords: regression
Regressed by: 1862249

:jfkthame, since you are the author of the regressor, bug 1862249, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

Flags: needinfo?(jfkthame)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Version 120.1 has incorrect width calculations and incorrect automatic line breaks. → Version 121 has incorrect width calculations and incorrect automatic line breaks.
Version: Firefox 120 → Firefox 121

This was fixed (by backing out the regressor) in bug 1870973.

Status: NEW → RESOLVED
Closed: 4 months ago
Duplicate of bug: 1870973
Flags: needinfo?(jfkthame)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: