Closed
Bug 122055
Opened 23 years ago
Closed 23 years ago
Page info/Media/size of the URL listbox shrinks and grows
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: Matti, Assigned: db48x)
References
()
Details
Attachments
(1 file, 3 obsolete files)
2.46 KB,
patch
|
Details | Diff | Splinter Review |
win2k build 20020126..
1. go to the URL
2. Select Page Info/Media
3. select different image URLs
What you see : The size of the URL Listbox grows and shrinks
Exptected result: Should not change the size
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
However, if you move the grippie even once, this shrinking/growing behavior
stops. Some kind of uninitialized variable, maybe?
Assignee | ||
Comment 2•23 years ago
|
||
yes, that's essentially correct. basically the heights start out as unspecified,
but some of the parts of the window are told that they should share the space,
growing until the size of the children is the same as the size of the container.
Unfortunatly, this means that mozilla just sorta gives out space randomly (the
system is underspecified.) Also unfortunatly there doesn't seem to be a way to
specify that one part should take up a percentage of the available space, though
you can tell it to be a certain number of ems or pixels high, neither of which
are terribly useful. If I could tell the image list to be 33% of the available
height, the rest would work perfectly.
Assignee | ||
Comment 3•23 years ago
|
||
which gives me an idea. Specifing the height in pixels is obviously out, but
using ems might be ok. Afterall, since an em corresponds to the height of a line
of text, and since the image list comprises of lines of text, it won't be so bad
to use ems. Not as good as a percentage though, in my opinion.
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•23 years ago
|
||
and after getting distracted by other things, here is a patch
Assignee | ||
Comment 5•23 years ago
|
||
and a version that ignores the whitespace changes I made
Attachment #66660 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
*** Bug 126926 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 7•23 years ago
|
||
*** Bug 125201 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 8•23 years ago
|
||
*** Bug 121780 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•23 years ago
|
Severity: minor → critical
OS: Windows 2000 → All
Hardware: PC → All
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 9•23 years ago
|
||
*** Bug 127478 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 10•23 years ago
|
||
Attachment #66659 -
Attachment is obsolete: true
Attachment #66660 -
Attachment is obsolete: true
Comment 11•23 years ago
|
||
Comment on attachment 71165 [details] [diff] [review]
also fixes form tab
sr=alecf
Attachment #71165 -
Flags: superreview+
Comment 12•23 years ago
|
||
*** Bug 128976 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
*** Bug 130081 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
Adding a dependency on bug 121583, although this bug can be worked around
without 121583 getting fixed.
Depends on: 121583
Comment 15•23 years ago
|
||
*** Bug 127481 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
*** Bug 123387 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
*** Bug 130357 has been marked as a duplicate of this bug. ***
Comment 18•23 years ago
|
||
Comment on attachment 71165 [details] [diff] [review]
also fixes form tab
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #71165 -
Flags: approval+
Reporter | ||
Comment 19•23 years ago
|
||
*** Bug 131039 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 20•23 years ago
|
||
*** Bug 131055 has been marked as a duplicate of this bug. ***
Comment 21•23 years ago
|
||
Sorry for the dupe. I did see this one, but it didn't sound like quite the same
thing.
Assignee | ||
Comment 22•23 years ago
|
||
Attachment #71165 -
Attachment is obsolete: true
Assignee | ||
Comment 23•23 years ago
|
||
stephend just checked this in :)
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 24•23 years ago
|
||
*** Bug 130754 has been marked as a duplicate of this bug. ***
Comment 25•23 years ago
|
||
*** Bug 132303 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
verified on windows and linux (commercial netscape build: 2002-03-26-05-TRUNK)
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•