Closed
Bug 238064
Opened 21 years ago
Closed 19 years ago
{inc} tables grows with font size changes
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ajschult784, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
after forcing an incremental reflow via font size change (Ctrl +/-), the table
increases in width, even when the font is made smaller. At the URL, the
"express tools" dialog box (lower-left hand) is what became the testcase I'll
attach. It exhibitted a couple different behaviors as I reduced the testcase,
so fixing the testcase might not fix the URL.
this regressed between linux trunk build 2004020207 and 2004020308, but I don't
see anything in that range that is directly related to this bug. here's a link:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=02%2F02%2F2004+06%3A00%3A00&maxdate=02%2F03%2F2004+08%3A00%3A00&cvsroot=%2Fcvsroot
backing out bug 197919 didn't help and the only other thing touching layout was
bug 229371.
Reporter | ||
Comment 1•21 years ago
|
||
make the fonts bigger/smaller via Ctrl +/-. the table gets wider every time.
<table border="1"><tr><td>
<div style="width: 100%; padding-left: 15px; overflow: auto;">
Express Tools
</div>
</td></tr></table>
Comment 2•21 years ago
|
||
This problem also occurs on Windows 2000 Mozilla Nightly 2004031616
Reporter | ||
Updated•21 years ago
|
OS: Linux → All
A bit different testcase
http://www.cs.helsinki.fi/u/pettay/moztests/table_div.html
Comment 4•20 years ago
|
||
Mozilla Nightly 2004091804 on Windows XP
The behavior of the testcase changed recently. 'Ctrl+' now shrinks width to
near zero, and expands height. Usability wise, this behavior is much worse than
the prior bad behavior.
I guess it was bug 246999 which regressed this
the maximum width is completely horked for xul frames:
text 02380FEC d=1176,552 me=1056
area 0237B124 d=1680,1152 me=1680
scroll 0237B178 d=1392,1392 me=0 m=0 <------------ Arrrrgh
scroll 0237B178 d=1392,1392 me=0 m=0
text 023803A4 r=3 a=UC,UC c=UC,UC cnt=920
text 023803A4 d=0,0 me=0
text 023803A4 r=3 a=1212,UC c=UC,UC cnt=921
text 023803A4 d=0,0 me=0
block 0237A6C4 d=1212,1392 me=0 m=0 o=(0,0) 1392 x 1392
Comment 7•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050521
Both Testcases WFM using Windows Mozilla Suite Trunk Nightly Build ID:
2005052105 on Windows XP.
Reporter | ||
Comment 8•19 years ago
|
||
worksforme too with linux suite trunk 2005052105
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•