Closed
Bug 53742
Opened 25 years ago
Closed 25 years ago
open web location dialog has no titlebar / can't be moved
Categories
(SeaMonkey :: General, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: sfraser_bugs)
Details
(Keywords: regression, Whiteboard: [nsbeta3-][p:2][rtm++])
This is a mac-specific bug.
When I choose Open Web Location from the File menu, I get the dialog I expect but
it doesn't have a window title so I can't move the window (perhaps to see the
urlbar in the window beneath it).
This window has a very non-standard appearance and should be fixed asap.
| Reporter | ||
Comment 1•25 years ago
|
||
I'm guessing Simon can fix this bug by changing 2 or fewer lines of code.
add keywords
Target Milestone: --- → M19
Comment 2•25 years ago
|
||
Saw this bug on my machine as well, but the window title was there, and I could
move the window anywhere I wanted.
On my machine, the "Open In" pulldown menu was using the *classic* font, even
though I had the "modern" theme engaged. Curious.
iMac DV, Mac OS 9.0.4, carbon libs 1.0.4, MRJ 2.2.3.
Comment 3•25 years ago
|
||
this is a dup of 50388, which PDT downgraded to a p5, if this impedes your work
or impacts you, please resubmit 50388 for consideration. State your issue in
that bug for the PDT to review.
*** This bug has been marked as a duplicate of 50388 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 5•25 years ago
|
||
Not a dup, because it's a different dialog. This is *such* a trivial fix, and has
quite a big user impact, that I'd like to fix this and 50388 for PR3.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Whiteboard: [nsbeta3-]
| Reporter | ||
Comment 6•25 years ago
|
||
This dialog has a *very* high visibility with our novice and intermediate users.
This must be fixed for rtm and ideally for nsbeta3. The fix is very simple and
straightforward.
Comment 7•25 years ago
|
||
will consider for rtm+ if the patch is attached, the patch is properly reviewed
and approved.
Whiteboard: [nsbeta3-][rtm need patch attached]
Comment 8•25 years ago
|
||
Minor issue: tested today on PM 9500/Newer G3-250 upgrade, Mac OS 9.04,
2000092804-M18 build.
The grayed-out "Open" window is a pixel high. When one enters the first
character of a URL or local file, it jumps into the correct position.
Like I said, a minor thing with this build.
Updated•25 years ago
|
Priority: P3 → P2
Whiteboard: [nsbeta3-][rtm need patch attached] → [nsbeta3-][p:2][rtm+ NEED INFO]
Comment 9•25 years ago
|
||
did this make it into nsbeta3? on windows, still a issue.
| Assignee | ||
Comment 10•25 years ago
|
||
Index: mozilla/editor/ui/composer/content/ComposerCommands.js
===================================================================
RCS file: /cvsroot/mozilla/editor/ui/composer/content/ComposerCommands.js,v
retrieving revision 1.36
diff -r1.36 ComposerCommands.js
437c437
< window.openDialog( "chrome://navigator/content/openLocation.xul",
"_blank", "chrome,modal", 0);
---
> window.openDialog( "chrome://navigator/content/openLocation.xul", "_blank", "chrome,modal,titlebar", 0);
brade, please review.
kin, please super-review
Status: REOPENED → ASSIGNED
| Reporter | ||
Comment 11•25 years ago
|
||
r=brade
Comment 12•25 years ago
|
||
| Assignee | ||
Comment 13•25 years ago
|
||
All ready to go, removing NEED INFO.
Whiteboard: [nsbeta3-][p:2][rtm+ NEED INFO] → [nsbeta3-][p:2][rtm+]
| Assignee | ||
Comment 15•25 years ago
|
||
Fix checked into branch and trunk.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 16•25 years ago
|
||
I have no mac access, and therefore need someone to verify this. Brade?
OS: All
| Reporter | ||
Comment 17•25 years ago
|
||
Mac is ok; Linux is ok
I'm not booted to Windows right now so someone else will need to verify that.
Comment 18•25 years ago
|
||
How did this bug begin w/o an os?
Comment 19•25 years ago
|
||
win98 2000103004 trunk, worksforme. SO, verifying.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•