Closed
Bug 4227
Opened 26 years ago
Closed 26 years ago
Can't access Lotus Notes/Domion generated pages
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Fredrik.Stockel, Assigned: gagan)
References
()
Details
Browser: M3 - SeaMonkey
It seems to be a problem displaying Lotus Notes/Domino generated webpages. I
tried to browse www.reston.se (gecko didn't display it at all), www.lotus.com
(Leftframe background didn't show). I don't know if this is a lotus problem or
a gecko problem.
I must say,Im impressed by the work done with mozilla/gecko, its one mean
asskickin browser/layoutengine :) Keep up the _great_ work!
The problem with the background not showing up in the left frame on
www.lotus.com is a known problem that should be fixed soon. The HTML document
has multiple BODY elements, which technically is invalid HTML, but we need to
support this for backwards compatibility reasons
Assignee: troy → karnaze
Component: Layout → HTMLFrames
Summary: Can't access Lotus Notes/Domion generated pages, or displays them incorrect. → Can't access Lotus Notes/Domion generated pages
Chris, the frames in the frameset don't load because of the way the URL is
specified:
<FRAME SRC= \webreston/wwwHome.nsf/WebDocs/Navigator.html
... >
If the '\' is changed to '/', then the page loads correctly.
Updated•26 years ago
|
Assignee: karnaze → gagan
Comment 3•26 years ago
|
||
I could easily fix the problem in nsFrameFrame.cpp but it should be fixed in
netlib's NS_MakeAbsoluteURL because a lot of other code calls
NS_MakeAbsoluteURL. If it is not fixed there, this other code (e.g. forms,
images, parser) will have the same bug as this one, so, I'm reassign this to
Gagan.
Yes this seems like a dup of several MakeAbsURL bugs... Marking assigned for
now.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 5•26 years ago
|
||
nisheeth fixed this.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in April 13th Build.
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•