Closed
Bug 75610
Opened 24 years ago
Closed 24 years ago
modal dialog windows do not draw properly upon resize
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Assigned: danm.moz)
References
()
Details
BUILD: linux 2001-04-11-08
STEPS TO REPRODUCE:
1) Get the browser to pop up a modal dialog. Examples:
a) Password dialog in mailnews
b) BasicAuth password dialog in the browser
c) PSM's "new certificate" dialog
Item (c) can be gotten at https://www.rsiaa.org/rsiauth/cgi-bin/home.pl
2) Attempt to resize the dialog to make it bigger.
EXPECTED RESULTS:
Dialog resizes and draws the newly visible area with whatever content was hidden
or just with the background.
ACTUAL RESULTS:
Dialog resizes and does not draw the newly visible area -- this area still shows
whatever was in it before the dialog was resized (usually a piece of the window
that was below the dialog).
This makes it impossible to access parts of the content if the dialog is not
sized correctly and in cases like bug 75596 this makes it impossible to close
the modal dialog.
| Reporter | ||
Updated•24 years ago
|
Keywords: mozilla1.0
Comment 1•24 years ago
|
||
i'd call this mozilla0.9, but with the cutoff being close...
| Reporter | ||
Updated•24 years ago
|
Keywords: mozilla0.9.1
| Reporter | ||
Comment 4•24 years ago
|
||
over to hyatt since this is not really Ben's area of work...
Assignee: ben → hyatt
Comment 5•24 years ago
|
||
Hmm, modal windows don't reflow their contents? Sounds more like danm's thang.
(still the case in current 05/07 builds)
Assignee: hyatt → danm
Updated•24 years ago
|
QA Contact: sairuh → jrgm
Comment 10•24 years ago
|
||
No, the above are not duplicates. This bug is about the generic problem
with resizing modal dialogs and reflowing contents.
The bugs that were marked duplicate concern a specific dialog with PSM that
is using a fixed size, and appending more text after the window has been
sized, which causes contents to be placed "outside" the dialogs borders
(where the problem is worse when using larger fonts).
This is all detailed in those other bugs, and this bug was filed for the
generic problem.
Comment 11•24 years ago
|
||
*** Bug 80477 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
*** Bug 81442 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
The new server certificate is no more modal and the other two dialogs reflow
properly on resize. WFM. Linux 2001062021
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 14•24 years ago
|
||
The new non-modal dialog box comes up *behind* the main window in windows2000.
So the main window just sits there throbbing unless you know to move the browser
window to interact with the dialog.
I suppose that's more a symptom of bug 45805 than anything, though.
Comment 15•24 years ago
|
||
Resize also works for me.
However the "The name on this certificate doesn't match the computer" warning
still is initially too small to see the buttons.
that is linux build 2001060713, 1400x1050 resolution.
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•