Closed
Bug 89908
Opened 24 years ago
Closed 18 years ago
Cookie and Image Manager: Bad vertical resizing
Categories
(Core :: Networking: Cookies, defect)
Core
Networking: Cookies
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: benjamin, Unassigned)
References
Details
Attachments
(2 files)
15.91 KB,
image/gif
|
Details | |
5.12 KB,
patch
|
mconnor
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.2) Gecko/20010708
BuildID: 2001070803
The Image manager windows content doesn't resize with the window, the button and
internal "frame" should fallow...
Reproducible: Always
Steps to Reproduce:
1. Reduce the vertical size of the image manager window.
2.
3.
Actual Results: Buttons are inaccessible AFTER resize...
Expected Results: Buttons should be accessible AFTER resize...
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
win98, mozilla 2001070604: The content does resize correctly, but the minimum
vertical size of the list area is rather high, causing the problem as described.
Comment 4•24 years ago
|
||
Same is true for cookie manager (not surprising since they share the same xul
file). But the password manager is working fine. That's a separate xul file
but the two xul's were derived from each other. So it should be a simple thing
to look at the password manager xul to see what it is doing differently.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → mozilla1.0
Comment 5•24 years ago
|
||
Seems the height of the hidden "cookiesTab" is interfering?
Comment 6•24 years ago
|
||
The same is not true for the Password Manager dialog. Perhaps some magic can be
borrowed from that dialog...?
URL: http://-
Comment 7•24 years ago
|
||
Isn't that what I said?
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0.1
Updated•23 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
Updated•23 years ago
|
Component: XP Apps → Cookies
Summary: Image Manager: Bad vertical resizing → Cookie and Image Manager: Bad vertical resizing
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: mozilla1.1alpha → mozilla1.2beta
Comment 8•23 years ago
|
||
Seems related to bug 158761
Comment 9•23 years ago
|
||
reassigning to hewitt since he has bug 128496
Assignee: morse → hewitt
Status: ASSIGNED → NEW
Comment 10•22 years ago
|
||
[Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.3a) Gecko/20021212]
On my test, bottom buttons stay visibles as "long" as they can,
but the list display becomes "messy" asa the list height becomes less than 2 lines.
Comment 11•22 years ago
|
||
*** Bug 213470 has been marked as a duplicate of this bug. ***
Comment 12•21 years ago
|
||
if someone implements a way of enforcing minimum dialog sizes, we can implement
those. But at this point, this is probably as good as its going to get.
dwitte, mvl, we could fix this for image manager if we broke cookie and image
manager into separate files, otherwise this is effectively WONTFIX (or more
accurately CANTFIX)
Assignee: hewitt → mconnor
QA Contact: tpreston → cookieqa
Comment 13•21 years ago
|
||
maybe we can fix it for the image manager by not hiding the unused (cookie
related) tabs, but delete them. I mean, the dom nodes. Or setting display=none
instead of hidden=true.
Comment 14•21 years ago
|
||
By hiding the actual tabpanel resizing works. Actually, by hiding the contents
of the tabpanel. Hiding the panel itself will cause weirdness.
Updated•21 years ago
|
Attachment #145423 -
Flags: superreview?(darin)
Attachment #145423 -
Flags: review?(mconnor)
Comment 15•21 years ago
|
||
Comment on attachment 145423 [details] [diff] [review]
proposed fix for image manager (checked in)
fun with tabpanels!
I don't like the dummySystem name though, maybe something like cookiePanel
would be better?
r=me with that nit
Attachment #145423 -
Flags: review?(mconnor) → review+
Updated•21 years ago
|
Assignee: mconnor → mvl
Comment 16•21 years ago
|
||
It isn't the actual panel. From the xul perspective, the whole added vbox
doesn't make sense. So it is actually a dummy. The only reason it is there is to
hide it.
Comment 17•21 years ago
|
||
dummyBox? dummyContainer? I think its really the system part that doesn't make
sense to me
Comment 18•21 years ago
|
||
well, ok. dummyContainer it is.
Comment 19•21 years ago
|
||
Comment on attachment 145423 [details] [diff] [review]
proposed fix for image manager (checked in)
rs=darin
Attachment #145423 -
Flags: superreview?(darin) → superreview+
Comment 20•21 years ago
|
||
Comment on attachment 145423 [details] [diff] [review]
proposed fix for image manager (checked in)
Patch was checked in.
Leaving bug open for the cookie manager part.
Attachment #145423 -
Attachment description: proposed fix for image manager → proposed fix for image manager (checked in)
Comment 21•21 years ago
|
||
Tabpanels are really a sort of deck, and I'm guessing that the deck frame
twiddles the frames of its children. Now those children with hidden="true" don't
have frames, thus confusing the deck frame into omitting them from its sums.
Setting collapsed="true" on the panel would have worked in this case.
(Note that it's still better to use hidden="true" on the tab.)
Updated•20 years ago
|
Assignee: mvl → darin
Comment 22•19 years ago
|
||
-> default owner
Assignee: darin → nobody
Target Milestone: mozilla1.2beta → ---
Updated•19 years ago
|
Priority: P4 → --
Comment 23•18 years ago
|
||
wfm in firefox 1.5, closing out as wfm.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•