Closed
Bug 707303
Opened 14 years ago
Closed 13 years ago
Text rendering glitch, string not displayed
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
DUPLICATE
of bug 698185
People
(Reporter: dvander, Unassigned)
References
Details
Attachments
(1 file)
|
672 bytes,
text/html
|
Details |
This test case was submitted to me by a user. It's trying to print a string to a canvas. Only one character of the string appears on Firefox, but the whole string appears on Chrome and Opera (I can't test Safari or IE right now).
The use-case behind this test is, the web app is displaying a live feed from an external data source onto a canvas. On Firefox, some of the strings aren't appearing.
Comment 1•14 years ago
|
||
Seeing this on Mac, for sure.
We get a bunch of calls to nsCanvasBidiProcessor::DrawText but only the first run seems to be showing up?
Comment 2•14 years ago
|
||
Is this bug 698185?
| Reporter | ||
Comment 4•13 years ago
|
||
Yup, this was a dupe - thanks!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•