Closed
Bug 98876
Opened 24 years ago
Closed 24 years ago
Problems with displaying local images
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: jacekf, Assigned: Brade)
Details
(Whiteboard: DUPEME)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3) Gecko/20010801
BuildID: 2001080110
I try to create a new page and insert an image. Composer insists on having the
full LOCAL path of the image in order to display it properly, e.g.
"file:///C:/Programming/FrontPage%20Webs/Content/cogency/cogency_symbol.jpg"
However, this obviously would not work as soon as I upload the page to the
server. SO instead I just want to enter the image name, as it is in the same
directory as the page e.g. "cogency_symbol.jpg"
However, composer does not display the image anymore once I do that, it insists
on having the full local path. It should be smart enough to figure out that
since the page is saved in a particular directory and the image name I specified
has no path before it, it should look for it in the same dir where the page was
saved (just like FrontPage does it). What's worse, pressing the Preview pane
does not display the image either...but if I just open the saved page from
Mozilla separately it of course displays properly.
So, in other words composer does not recognize that the generated tag:
<img align="Left" height="82" width="72" alt="Cogency Systems"
src="cogency_symbol.jpg">
should be interpreted as picking up the image from the same dir.
Reproducible: Always
Steps to Reproduce:
Read the description
Actual Results: Image not displayed
Expected Results: Image should be displayed in both Normal and Preview tabs
![]() |
||
Updated•24 years ago
|
Whiteboard: DUPEME
Reporter | ||
Comment 2•24 years ago
|
||
Yes, it is. Sorry for that, I did a search on bugzilla to find anything like it,
but I must have missed it. I'm flagging it as dup.
*** This bug has been marked as a duplicate of 97852 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•