Closed
Bug 1323769
Opened 8 years ago
Closed 8 years ago
Crash in print dialog, in case of an svg containing text with fill-opacity
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1308394
People
(Reporter: thorsten, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Steps to reproduce:
run the following javascript:
var svg = '<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="sfs0" viewBox="0 0 100 100" width="100px" height="100px"><g fill="#000000" fill-opacity="0.5" font-family="Arial, Helvetica, sans-serif" font-size="36px" font-weight="normal" class=""><text x="50" y="50" text-anchor="middle">AAA</text></g></svg>',
printWin = window.open("", "_blank");
printWin.document.writeln(svg);
printWin.document.close();
printWin.print();
printWin.close();
// click "ok" in the print dialog
Actual results:
Firefox shows a message "Dieser Tab ist abgestürzt" (means "this tab has crashed")
It seems, that the attribute 'fill-opacity="0.5"' is the problem.
Expected results:
Remove the attribute 'fill-opacity="0.5"' and everything works fine.
Reporter | ||
Comment 1•8 years ago
|
||
I hope this is not specific to my printer driver (HP Color LaserJet 3600).
Comment 2•8 years ago
|
||
Do you have a crash report id? something beginning with bp- from about:crashes. Please post it here as a comment.
Flags: needinfo?(thorsten)
Reporter | ||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(thorsten)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•