Closed
Bug 271291
Opened 20 years ago
Closed 20 years ago
local images fail to display within html Editor
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 122022
People
(Reporter: kurt, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.5) Gecko/20041110 Firefox/1.0
In the XUL editor component, when an image tag is added into the HTML for the
contentDocument and the protocol of that image is file:///, the image does not
display and the bounding retangle for the image is set to 32x32. Normal HTTP
protocol works fine. The editor is intended to be used in a stand-alone mode
with or without internet connection.
Reproducible: Always
Steps to Reproduce:
1. Set the documentContent of an editor document to HTML that contains any file
reference (file:///C:/images/foo.jpg) or native app (such as windows
c:\images\foo.jpg).
Actual Results:
An unresized (resizable)image container with no image,
Expected Results:
Display the image at full size.
This occurs with the default theme.
Better ways as comment 3 is to use it only for a particular site, see Bug 233108.
This is not allowed to Bug 69070 for security reasons, see bug 268778 comment 3.
See bug 122022/bug 84128.
*** This bug has been marked as a duplicate of 122022 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Version: unspecified → 1.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•