Closed
Bug 25052
Opened 26 years ago
Closed 26 years ago
Text obscured by resize handle on Mac "Create New Profile"
Categories
(SeaMonkey :: Startup & Profiles, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: n.i.meara, Assigned: racham)
References
Details
Attachments
(1 file)
|
1.38 KB,
image/gif
|
Details |
Overview Description:
The text that describes the current position of the user within the "Create New
Profile" procedure, e.g. 1 of 2 etc., is obscured by the window's resize handle.
Steps to Reproduce:
1) Remove the file "Mozilla Registry" from the Preferences folder to ensure that
the "Create New Profile" wizard is launched.
2) Start Mozilla.
Build Date & Platform:
2000012509 Mac OS 8.6
| Reporter | ||
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
these windows should not be resizable. giving to seth...
Assignee: ben → sspitzer
Comment 4•26 years ago
|
||
racham,
you'll want to tweak line 290 of nsProfile.cpp from
rv = profAppShell->CreateTopLevelWindow(nsnull, profileURL, PR_TRUE, PR_TRUE,
NS_CHROME_ALL_CHROME,
to something like
rv = profAppShell->CreateTopLevelWindow(nsnull, profileURL,
PR_TRUE, PR_TRUE,
NS_CHROME_OPEN_AS_DIALOG | NS_CHROME_WINDOW_CLOSE_ON |
NS_CHROME_WINDOW_BORDERS_ON,
see
http://lxr.mozilla.org/seamonkey/source/webshell/public/nsIBrowserWindow.h#45
for flags to pass in.
but be warned, I think linux has know problems with opening a window and making
it "not resizable". but they may be fixed by now.
Just need to test the suggested fix on Mac. Marking M14. Accepting the bug.
Status: NEW → ASSIGNED
Target Milestone: M14
Comment 7•26 years ago
|
||
that sample code I submitted isn't a fix, it's a suggestion.
you'll need to figure out the right flags.
That's true. However, FYI, those flags provided good exmaple when tried on
windows. I will look for right flags and make the window to take right shape.
| Assignee | ||
Comment 10•26 years ago
|
||
This is a small change to CHROME style. Mac just needed borders.on and
closewindow.on. Windows and Linux are fine. Checked this fix. Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 12•26 years ago
|
||
*** Bug 26099 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•