Sentences containing specific characters such as   are line breaks in the middle.
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: info, Unassigned)
References
Details
Attachments
(1 file)
|
112.22 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
The problem occurred from version 121.
The following code inserts a line break in the middle.
Please see the attached image.
<style>
div {
display: inline-block;
}
</style>
<div> A A</div>
<div> B B</div>
Actual results:
Please see the attached image.
Expected results:
Please see the attached image.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Block and Inline' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Likely a regression from bug 1862249, which is backed out from central.
Comment 3•2 years ago
|
||
The severity field is not set for this bug.
:emilio, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•2 years ago
|
||
Yeah, should be fixed with the latest update.
Description
•