mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2068 - Only wrap the last line of inline elements when positively padding to the right.
This fixes the 21 year old Mozilla bug 122795. Co-authored-by: Jonathan Kew <jfkthame@gmail.com>
This commit is contained in:
parent
704a1bcfab
commit
ca3361fb57
3 changed files with 18 additions and 7 deletions
|
|
@ -677,7 +677,8 @@ protected:
|
|||
bool aCanRollBackBeforeFrame,
|
||||
ReflowOutput& aMetrics,
|
||||
nsReflowStatus& aStatus,
|
||||
bool* aOptionalBreakAfterFits);
|
||||
bool* aOptionalBreakAfterFits,
|
||||
bool aAlreadyOverflowed);
|
||||
|
||||
void PlaceFrame(PerFrameData* pfd,
|
||||
ReflowOutput& aMetrics);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue