Closed
Bug 8104
Opened 26 years ago
Closed 26 years ago
Profile Manager, application window way too narrow
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: cpratt, Assigned: danm.moz)
References
Details
Build ID: 1999061408
Platform: Windows NT
At first launch of apprunner, the CPM window is far too narrow; it's only as
wide as the word "Communicator".
Summary: Colmmunicator Profile Manager window way too narrow → Profile Manager, application window way too narrow
The same problem exists with the main application window itself.
Updated•26 years ago
|
Assignee: shuang → trudelle
Comment 2•26 years ago
|
||
This is a problem with all apprunner windows in today's build; they come up
normal size, then resize really narrow.
The problem occurs in nsWebShellWindow::SetSizeFromXUL(), where danm is calling
sizeString.ToInteger() on an empty string. Becuase of a bug in nsString2 (on
which I filed bug 8125), the error code is not being propagated back, and
get returned as the result of the function. So we try to set the window width
to a large negative number.
Updated•26 years ago
|
Assignee: trudelle → danm
Comment 3•26 years ago
|
||
reassigning to danm
Comment 4•26 years ago
|
||
rickg is checking in a fix for bug 8125 now, which fill fix the immediate
problem. However, you may wish to investigate why
nsWebShellWindow::SetSizeFromXUL() is now getting empty strings for height and
width, and handle the empty string case more gracefully. Note also the comments
in nsString2::ToInteger about passing in the radix.
Comment 5•26 years ago
|
||
Mass migration of minor danm bugs from M7 -> M8
Fixed the *real* problem which was in nsString2::ToInteger. I inadvertently set
the result value instead of the error code on badly formed input.
Moving UE/UI component bugs over to new User Interface: Design Feedback
component. UE/UI component will be deleted.
Component: UE/UI → User Interface: Design Feedback
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•