Closed
Bug 9973
Opened 26 years ago
Closed 26 years ago
If URL entered while page is loading, it is deleted upon load
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: cpratt, Assigned: radha)
Details
Build ID: 1999071417
Platform: Windows 98 (will test Mac OS and Linux later)
To reproduce:
- Using a slow (modem) link, launch apprunner
- Type 'http://www.yahoo.com' into the Location: control; press Enter
- While Yahoo! is loading, click into the Location: control and type
'http://www.mozilla.org'; do not press Enter
Result: When Yahoo! finishes loading, the Location: control is updated with
'http://www.yahoo.com', overwriting the 'http://www.mozilla.org' you just
entered manually
Expected result: The Location: control's contents should not be changed.
Updated•26 years ago
|
Assignee: waterson → don
Comment 1•26 years ago
|
||
This is really more of a timing issue with the browser chrome. Seems like what
should be happening is that we need to make sure that the URL bar's key handler
should top the current load, and re-start the load to the newly specified URL.
Reassigning to don to parcel out as appropriate.
Assignee: don → radha
Component: RDF → XPApps
Priority: P3 → P2
Target Milestone: M11
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Priority: P2 → P1
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Url is no more updated when page finishes loading. That takes care of this
problem. Marking Fixed.
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•