Closed
Bug 134996
Opened 23 years ago
Closed 23 years ago
Composer uses about:blank as its base URL. which causes errors in nsImageLoader::Load
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 166166
People
(Reporter: kmcclusk, Assigned: kinmoz)
References
Details
this was split off from http://bugzilla.mozilla.org/show_bug.cgi?id=102585
Composer uses about:blank as its base URL. This is not a valid URI for forming
URL's for images. Although we do not crash because we are handling the ERROR
return codes which result from using a bad base URI this problem should really
be fixed.
The composer window will show garbage when switching between modes because the
body is transparent.
Reporter | ||
Comment 1•23 years ago
|
||
See this comment for approaches to solve this bug
http://bugzilla.mozilla.org/show_bug.cgi?id=102585#c14
Comment 3•23 years ago
|
||
In addition, this results in "About: Blank" getting printed as the document
location when printing from Composer.
duping to bug 166166
*** This bug has been marked as a duplicate of 166166 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•