Open
Bug 84011
Opened 23 years ago
Updated 16 years ago
open web location doesn't work if no browser window [Current Navigator Window]
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
NEW
People
(Reporter: Brade, Unassigned)
References
Details
if I have only a composer window (or no windows at all), and choose "Open Web
Location" I can enter a URL and click open but nothing happens. It is trying to
open the url in the "current navigator window" but there isn't a browser window
so nothing happens.
expectation: I think that the option of "current navigator window" should be
disabled unless there is an existing navigator window.
Reporter | ||
Comment 1•23 years ago
|
||
note: it actually *is* disabled but it's still the current option (checked in the
popup)
Comment 2•23 years ago
|
||
This is really a dup of bug 84011. The logic that will fix that will prevent a
disabled item from being selected. Because that's not fixed, we have to
manually set the selected item to the first one. So we could either wait for
that one to get fixed, or, if this is really critical, we could manually write
logic for this dialog. I'd hate to do that, because then we really should be
doing it everywhere else, and that's a fair amount of extra code that shouldn't
be dialog-specific.
Comment 4•23 years ago
|
||
interesting --i can repro this on mac and winnt [2001.06.04.xx comm trunk], but
oddly i cannot on linux [2001.06.04.08 comm trunk], where the "current navigator
window" list item is both greyed out and not selectable.
Comment 5•23 years ago
|
||
Oops, sorry, I meant bug 62185. Pushing this out for now.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Comment 6•23 years ago
|
||
just to clarify (mostly a reminder to self): the New Navigator Window and New
Composer Windows options do work. [tested 2001.07.10.03-branch comm, mac.]
Summary: open web location doesn't work if no browser window → open web location doesn't work if no browser window [Current Navigator Window]
Blake, will that fix cause "Current Navigator Window" to actually appear
disabled as well? (It doesn't, now.)
I don't think I'd say this bug is a duplicate of bug 62185, but I would suggest that this
particular problem does depend on that bug. Would you agree, Blake?
Depends on: 62185
Comment 10•23 years ago
|
||
*** Bug 99307 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
*** Bug 102739 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
mac -->pchen
Assignee: blakeross → pchen
Status: ASSIGNED → NEW
Target Milestone: mozilla1.0 → ---
Comment 15•23 years ago
|
||
moving open bugs pertaining to the Open Web Location dialog to pmac@netscape.com
as qa contact.
to find all bugspam pertaining to this, set your search string to
"GottaGetThisHenOut!"
QA Contact: sairuh → pmac
Comment 17•23 years ago
|
||
nsbeta1+ per Nav triage team. Should disable 'curren't default, and select 'New
nav window" as default for this case.
Comment 18•23 years ago
|
||
Command-N (Open New Window) doesn't work in that case either.
Updated•23 years ago
|
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.2
FWIW, I hear confusion from new users frequently on this one.
Comment 20•22 years ago
|
||
*** Bug 142191 has been marked as a duplicate of this bug. ***
Comment 21•22 years ago
|
||
*** Bug 161750 has been marked as a duplicate of this bug. ***
Comment 22•22 years ago
|
||
*** Bug 161703 has been marked as a duplicate of this bug. ***
Comment 23•22 years ago
|
||
There are several problems here:
1. Your "open in:" selection in the "Open Web Location" dialog is remembered
between products.
2. Because of (1), Ctrl+Shift+L in Composer selects "existing navigator window"
rather than "new composer window" by default. If you don't read everything in
the dialog, File -> Open Web Location in Composer will not do what you expect.
3. "Existing navigator window" can always be the default option even though it
is disabled when no browser windows are open.
4. If "Existing navigator window" is selected but there aren't any navigator
windows open, clicking the "Open" button should act as if you had selected "New
navigator window". Fixing (3) might not fix this automatically, because you
could close navigator windows while the dialog is visible.
The root cause of all of these problems is:
5. The browser's "Open Web Location" dialog has a "new composer window" option,
and Composer's "Open Web Location" dialog has several browser-window options.
I suggest just fixing (5). Or getting rid of the "Open Web Location" dialog in
the browser, like Phoenix did.
OS: Mac System 9.x → All
Hardware: Macintosh → All
Whiteboard: mac and windows only?
Comment 24•21 years ago
|
||
Mass reassign of my non-Firefox bugs to ben_seamonkey@hotmail.com
Assignee: bugs → ben_seamonkey
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Updated•18 years ago
|
Assignee: ben_seamonkey → guifeatures
QA Contact: pmac
Comment 25•17 years ago
|
||
Bug also occurs in SeaMonkey trunk on Linux.
Running "seamonkey -editor" with a fresh profile, the default value
is "Existing Navigator window" even though it's greyed out if you
look in the combobox dropdown menu.
Comment 26•16 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•