Closed
Bug 109650
Opened 23 years ago
Closed 23 years ago
Wrong URI in URI bar with tabbed browsing
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: seb, Assigned: jag+mozilla)
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
bugs
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
The URI in the URI bar isn't properly refreshed.
1. Open a new Mozilla window (named "1")
2. Ctrl+t to open a new tab (named "2"): the URI in the URI bar for "2" is now
the URI from "1".
3. Change the URI in "2" but do not push Enter. Click on "1". The URI in the URI
bar is still the one from "2", and no more the one from "1" (but Mozilla always
displays the content from the original URI from "1").
It occurs with build 2001111108 on W2K.
Comment 1•23 years ago
|
||
jag, would your "do not overwrite text in url bar" fix cause something like
this? Do you keep a single global for the state or one variable per tab?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
Comment on attachment 57434 [details] [diff] [review]
Reset "user typed" flag when switching tabs.
sr=hewitt
Attachment #57434 -
Flags: superreview+
Assignee | ||
Comment 5•23 years ago
|
||
Attachment #57434 -
Attachment is obsolete: true
Comment 6•23 years ago
|
||
Comment on attachment 57498 [details] [diff] [review]
Change to previous patch: only skip actual location setting, we still want to update buttons etc.
Either you forgot to include navigator.js in the diff, or you need to change
line 183 of navigator.js to reflect the change to userTyped.
Assignee | ||
Comment 7•23 years ago
|
||
Attachment #57498 -
Attachment is obsolete: true
Comment 8•23 years ago
|
||
Comment on attachment 57517 [details] [diff] [review]
Doh, forgot to include the change to navigator.xul
sr=hewitt
Attachment #57517 -
Flags: superreview+
Comment 9•23 years ago
|
||
Comment on attachment 57517 [details] [diff] [review]
Doh, forgot to include the change to navigator.xul
r=ben@netscape.com
Attachment #57517 -
Flags: review+
Assignee | ||
Comment 10•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 11•22 years ago
|
||
mass-verifying claudius' Fixed bugs which haven't changed since 2001.12.31.
if you think this particular bug is not fixed, please make sure of the following
before reopening:
a. retest with a *recent* trunk build.
b. query bugzilla to see if there's an existing, open bug (new, reopened,
assigned) that covers your issue.
c. if this does need to be reopened, make sure there are specific steps to
reproduce (unless already provided and up-to-date).
thanks!
[set your search string in mail to "AmbassadorKoshNaranek" to filter out these
messages.]
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•