Closed
Bug 5690
Opened 26 years ago
Closed 26 years ago
opening local file displays nothing
Categories
(Core Graveyard :: Tracking, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: cpratt, Assigned: law)
Details
build 1999042908
to reproduce: select file | open and navigate to a local file. open the file.
result: blank browser window. expected result: the file's contents are displayed
in the new window.
Bill, any idea what's causing this? I don't think it's really our bug ...
I know precisely what's causing it: the "window.open" stuff dave hyatt recently
did broke file->open (as conveyed in last week's status report, where I
predicted that I'd suffer the consequences).
Dave says *I* can go back and fix it, now that we've finessed the "shared XUL
document" business. Gee, thanks. I guess I'll try to go do that.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
OK, we hashed it out and came up with a scheme (hardly a hack at all) that makes
all 4 situations work. The 4 situations being:
1. Normal load (goes to "Gecko welcome" page
2. File->open
3. apprunner -url http://foo.bar
4. window.open("http://foo.bar"); from JS
looks like it's fixed on the 1999043008 build using NT. will wait for linux and
mac os builds to verify today.
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•