Closed
Bug 227699
Opened 22 years ago
Closed 20 years ago
{inc} Table sizes differently on reload
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hawaii50, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
www.iqexchange.com is one of my projects. I use only HTML tables and no
javascript or plugins.
If you refresh the browser 5 to 10 times on that page, you will see that the
table cell sizes render differently upon some of the refresh results.
Reproducible: Sometimes
Steps to Reproduce:
1. go to www.iqexchange.com
2. look at page, then refresh
3. keep refreshing, within 10 attempts you should see that the table cells are
rendered with slightly different widths sometimes
Actual Results:
sometimes cell widths are rendered differently.
Expected Results:
cell widths should always be rendered the same for a page with static content
Comment 1•22 years ago
|
||
Confirming on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b)
Gecko/20031206 Firebird/0.7+. It works on Seamonkey 2003120606, which is very
odd for this kind of bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Inconsistent HTML Rendering → {inc} Table sizes differently on reload
It may be affected by memory usage.
When I reported the bug I had this page opened on another tab
www.jasonpan.com/china/
By having that page open on one tab and trying the reloading of the
iqexchange.com page on another, you should see the strange behavior on
iqexchange mor easily.
I've rebooted since filing the bug, and it looks like, without heavy memory
usage, it takes about 10 to 20 trys before you can see the strange rendering
behavior.
Comment 3•22 years ago
|
||
this is layout, not Firebird
Component: General → Layout: Tables
Product: Firebird → Browser
Whiteboard: DUPEME
Version: unspecified → Trunk
Updated•22 years ago
|
Assignee: blake → table
Comment 4•22 years ago
|
||
Mike, are you actually seeing this in Seamonkey? I only see it on Firebird.
I see it in Seamonkey.
Comment 7•20 years ago
|
||
The page at the provided URL is not exactly an ideal testcase: 26 css rules, 65
css declarations and definately a complex table structure.
There are 69 occurences of
<td class="listItem"> </td>
in a complex table layout. And the layout problem is supposed to be happening
after "10 refresh" and to cause "slightly different widths sometimes"
In any case, I can't reproduce the layout problem with Seamonkey 1.0a rv: 1.8b4
build 2005080205 nor with Deer Park alpha 2 rv: 1.8b3 build 20050712 under XP
Pro SP2.
WFM
Comment 8•20 years ago
|
||
I'm resolving this bug as WORKSFORME. In any case, if one wishes to reopen this
bug, one should consider bug 275345 which has testcases.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•