Closed
Bug 7040
Opened 26 years ago
Closed 26 years ago
can't load a url from the location editfield
Categories
(Core Graveyard :: Tracking, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M6
People
(Reporter: Brade, Assigned: hyatt)
References
()
Details
(Please fix component if necessary)
I had a tree from yesterday morning but I updated this morning anyways...
Upon launch of apprunner, I enter "cnn" (or any local or complete remote url) into the location edit field.
Result: the mozilla smoketest page is reloaded and its url put in the location editfield rather than loading the url typed in the editfield
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P1
Target Milestone: M6
Reporter | ||
Comment 1•26 years ago
|
||
reset to P1 and M6
Comment 2•26 years ago
|
||
Hmm, I am not sure why the Mac is handling this differently. I will back out my
change until I can figure it out. It's a small change...
Index: navigator.xul
===================================================================
RCS file: /cvsroot/mozilla/xpfe/browser/src/navigator.xul,v
retrieving revision 1.112
diff -r1.112 navigator.xul
605c605
< <html:iframe id="content-frame" src="contentframe.xul" flex="100%" />
---
> <html:iframe id="content-frame" src="contentframe.html" flex="100%" />
Comment 3•26 years ago
|
||
pinkerton backed out my change with the patch above, and the Mac still reloads
the smoketest when a URL is typed into the editfield.
This makes me think that something else is going on. My change only had that one
entry point. I will look through yesterday's checkins to see if anything else
looks like it could have changed.
Mike said that the url field worked fine yesterday morning.
Comment 4•26 years ago
|
||
It looks like the entire chrome is being reloaded on a urlbar return key, causing
it to reload the default page which is the smoketest.
Dunno why, though.
Updated•26 years ago
|
Assignee: slamm → hyatt
Comment 5•26 years ago
|
||
reassigning, we need nsRDFXULBuilder.cpp fixed. (backing it out works, but might
jeopardize the bug that got fixed with the checkin)
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
hack fix is in m6 as a work around.
hyatt to file additional bugs to track the
rest of the problems in this area
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.
URL: cnn → http://cnn.com
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
•