Canvas.measureText returns zeroed actualBoundingBox for emoji
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
People
(Reporter: joaobzzr, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0
Steps to reproduce:
Actual results:
The console.assert lines throw an error.
Expected results:
Program should run without errors.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: Canvas2D' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
Jonathan, is this related to bug 1873708?
Comment 3•1 year ago
|
||
(In reply to Lee Salzman [:lsalzman] from comment #2)
Jonathan, is this related to bug 1873708?
Yes, it sounds like a symptom of the same issue, in which case the patch there should have fixed it.
joaobzzr, can you try this with Firefox Beta (v.123) or Nightly (v.124)?
Indeed this seems to be fixed on Firefox Beta (v.123).
Comment 5•1 year ago
|
||
Great, thanks for confirming that! Let's resolve this as a dupe of bug 1873708, then.
Description
•