Closed
Bug 157083
Opened 23 years ago
Closed 23 years ago
Autocomplete advanced window too small if none of the checkboxes are checked
Categories
(SeaMonkey :: Preferences, defect, P3)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.1beta
People
(Reporter: sicking, Assigned: caillon)
References
Details
Attachments
(1 file)
944 bytes,
patch
|
bzbarsky
:
review+
bugzilla
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Go to Preferences->Navigator->Smart Browsing
2. Click "Advanced..."
3. Uncheck *all* checkboxes
4. Restart browser
5. Go to Preferences->Navigator->Smart Browsing
6. Click "Advanced..."
The advanced dialog will now be too small
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
OS: Windows 2000 → All
Priority: -- → P3
Target Milestone: --- → mozilla1.1beta
Assignee | ||
Comment 1•23 years ago
|
||
I've got a patch for this which I'll upload shortly.
Assignee | ||
Comment 2•23 years ago
|
||
So what happens is when no items are checked, our vbox initially starts out
with an image with no src attribute, and 2 hidden images since we end up hiding
them via JS. We then apply the image src after we load the page, but by then
the dialog is already sized wrongly. Placing an explicit min-width style here
will work. The image is 401px wide so that's what I set min-width to.
![]() |
||
Comment 3•23 years ago
|
||
Comment on attachment 91163 [details] [diff] [review]
Fix v1
r=bzbarsky
Attachment #91163 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 91163 [details] [diff] [review]
Fix v1
sr=blake
Attachment #91163 -
Flags: superreview+
Comment 5•23 years ago
|
||
Comment on attachment 91163 [details] [diff] [review]
Fix v1
a=asa (on behalf of drivers) for checkin to the 1.1 trunk.
Attachment #91163 -
Flags: approval+
Comment 6•23 years ago
|
||
*** Bug 102692 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•23 years ago
|
||
Fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
vrfy'd fixed with 2002.09.16.08 comm trunk builds.
Status: RESOLVED → VERIFIED
Hardware: PC → All
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•