Closed
Bug 281526
Opened 20 years ago
Closed 16 years ago
Same HTML is being rendered differently on page reload (CSS 'display: table' problem)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 148810
People
(Reporter: subscription, Unassigned)
References
()
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0
Here is the complete HTML:
---------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Clarify Case Suite™ 1.01</title>
<style type="text/css">
<!--
html, body, form { margin: 0; padding: 0; width: 100%; font-family: Verdana,
Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; }
html { height: 100%; }
body { position: relative; min-height: 100%; color: #000000; background-color:
#319CCE; scrollbar-face-color: #319CCE; scrollbar-highlight-color: #319CCE;
scrollbar-shadow-color: #A6D3EA; scrollbar-3dlight-color: #A6D3EA;
scrollbar-arrow-color: #A6D3EA; scrollbar-track-color: #A6D3EA;
scrollbar-darkshadow-color: #A6D3EA; }
* html body { height: 100%; }
#header, #footer { position: absolute; width: 100%; margin:0; padding:0;
background-color: #A6D3EA; display: table; white-space: pre; }
#header { top: 0; height: 29px; padding-top: 1px; }
#footer { bottom: 0; padding: 3px 0 2px 0; text-align: right; }
#footer p { display: inline; margin: 0; padding: 0 10px 0 40px; font-family:
Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #000000; font-size: 7pt; }
#footer p.first { padding-left: 0; }
#content { padding: 35px 5px 35px 5px; margin: 0; }
a:link, a:visited { color: #232323; }
a:hover, a:active { color: #555555; }
form { padding: 4px 0 0 0; }
select,input { position: relative; display: inline; margin: 0 0 0 5px; border:
1px solid black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:
8pt; color: #000000; white-space: pre; }
.textbox { padding: 2px 1px 1px 2px; }
.button { padding: 0 5px 1px 5px; margin: 0 0 1px 5px; }
.error { font-size: 10pt; font-weight: bold; }
.warning { color: #FF0000; font-weight: bold; text-decoration: blink; }
.found { padding: 20px 0 0 0; margin: 0; }
#mainframe { margin: 0; padding: 0; border: 0; width: 98%; }
#casehead { width: 100%; margin: 0 0 5px 0; padding: 3px 5px 3px 5px; border:
2px solid black; background-color: #CFFF88; font-family: Verdana, Tahoma, Arial,
Helvetica, sans-serif; color: #000000; font-size: 10pt; font-weight: bold; }
#caseinfo { width: 100%; margin: 0 0 5px 0; padding: 3px 5px 3px 5px; border:
2px solid black; background-color: #FAFAFA; display: table; white-space: pre; }
#caseinfo table { width: 100%; }
#caseinfo table td { padding: 0 5px 0 0; font-family: Verdana, Tahoma, Arial,
Helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: normal;
text-align: left; white-space: pre; }
#history { width: 100%; margin: 0; padding: 10px 5px 15px 5px;
background-color: #FAFAFA; border: 2px solid black; font-family: 'Courier New',
Courier, monospace; color: #000000; font-size: 9pt; font-weight: normal; }
.help { width: 98%; margin: 0 0 25px 0; padding: 0; font-family: Verdana,
Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; }
.help th { text-align: left; font-weight: bold; padding: 2px; }
.help th.heading { font-size: 11pt; border-bottom: 1px solid black; }
.wide th { width: 310px; }
.wide th.heading { width: 100%; }
.heading { color: #000000; font-family: Verdana, Tahoma, Arial, Helvetica,
sans-serif; font-size: 8pt; font-weight: bold; }
.highlight { font-weight: bold; color: #FFFF00; background-color: #333333; }
.big { font-size: 12pt; }
.bold { font-weight: bold; }
.tblq { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; color:
#000000; font-size: 8pt; empty-cells: show; border: outset 0; border-bottom: 1px
solid #444444; border-spacing: 0px; margin: 20px 0 0 0; width: 100%; }
.tblq tr { background-color: #46B1E3; }
.tblq th { font-weight: bold; font-size: 8pt; text-align: center;
background-color: #1C87B9; border: inset 0; padding: 3px 5px 3px 5px; border:
1px solid #444444; border-left: 0; border-top: 2px solid #444444; }
.tblq td { text-align: center; border: inset 0; padding: 4px 5px 4px 5px;
border-right: 1px solid #444444; border-bottom: 1px solid #444444; }
.tblq *.left { border-left: 1px solid #444444; }
.tblq td.lalign { padding: 2px 5px 2px 5px; text-align: left; }
-->
</style>
</head>
<body onload="setSpacing()">
<div id="header"><form name="case_form" method="post" action=""><input
name="cid" type="text" value="Case ID" size="7" maxlength="7" class="textbox"
onfocus="this.select()" /><input name="mid" type="text" value="MBR ID" size="8"
maxlength="6" class="textbox" onfocus="this.select()" /><input name="dbs"
type="text" value="DBS ID" size="8" maxlength="7" class="textbox"
onfocus="this.select()" /><select name="ct">
<option value="none">Case Type</option>
</select><input name="ds" type="text" value="29.02.00" size="9" maxlength="8"
class="textbox" onfocus="this.select()" /> ‑ <input name="de"
type="text" value="08.02.05" size="9" maxlength="8" class="textbox"
onfocus="this.select()" /><select name="st">
<option value="none">Status</option>
<option value="o">Open</option>
<option value="c">Closed</option>
</select><input name="ss" type="text" value="Search String" size="28"
maxlength="90" class="textbox" id="txts" onfocus="this.select()" /><input
name="subm" type="submit" value="Fetch it!" class="button" /></form></div>
<div id="content">
<div style="display: table; white-space: nowrap; width: auto; margin: 10px 10px
10px 5px; padding: 15px; background-color: white; border: 2px solid black;
font-family: 'Courier New', Courier, mono; font-size: 12px;"><br
/>CLARIFY CASE SUITE ™ © 2004-2005 FERM/CTS<br
/>------------------------------------------------------------------------------------------------------------------------<br
/> <br />Release History:<br
/>------------------------------------------------------------------------------------------------------------------------<br
/>v1.01 [07 Feb 2005 16:38] -- Changed SQL to allow cases with missing MEMBER ID/DBS ID (around 4000 cases more) (SQL)<br
/> Tiny fix for missing line breaks in CSS generator code (affecting only HTML source) (PHP)<br
/> Fixed ORACLE->MySQL synchronization code causing a synch without checking 'if newer' (PHP)<br
/> Nicer formatting of the help screen (HTML)<br
/>v1.00 [31 Jan 2005 01:30] -- Full integration with Query Suite™, codesharing and unified look & feel (PHP,CSS)<br
/> As requested, it is now possible to get all cases for certain DBS_ID or LOC_ID (PHP,HTML)<br
/> As requested, the listbox for MEMBER ID has been replaced by a text field (HTML,PHP)<br
/> VASTLY improved results highlighting code logic (PHP)<br
/> If 'case XXXXX' is encountered in the Case History, it becomes an HTML link (PHP)<br
/> Help screen has been updated / new query examples (HTML)<br
/> Output is 100% 'XHTML 1.0 Transitional' compliant (HTML)<br
/>v0.70b [18 Aug 2004 14:19] -- Case Number in the browser window title - nice for bookmarking! (PHP)<br
/> Even better case formatting (PHP)<br
/>v0.60b [18 Aug 2004 12:21] -- Fixed small case history highlighting issues (PHP)<br
/> Swapped `status` and `dates` listboxes on top (HTML)<br
/>v0.50b [13 Aug 2004 15:35] -- Better case history structure highlighting (PHP)<br
/> Exclusion of 'junk' words in case history (PHP)<br
/>v0.40b [13 Aug 2004 10:30] -- Added search words highlighting in the case history (PHP,CSS)<br
/>v0.30b [12 Aug 2004 22:10] -- Beta status. All planned features are implemented (PHP)<br
/>v0.20a [22 Aug 2004 11:45] -- Changed MySQL to FULL TEXT search (boolean mode). It rocks!!! (SQL)<br
/>v0.10a [09 Aug 2004 15:53] -- Initial Alpha Version -- slightly ugly output ;)<br
/> <br /> <br />Known Issues:<br
/>------------------------------------------------------------------------------------------------------------------------<br
/>* Extra line breaks "<br />&nbsp;" are left at the end of case history HTML<br
/>* IE5 does not properly display the footer CSS (probably needs HTML/CSS rewritten specifically for it)
</div></div>
<div id="footer"><p class="first">Generated in 0.0107 sec</p><p>Last updated:
07.02.05 23:35</p><p>Total cases: 48532 Open Cases:
911</p><p>Clarify Case Suite™ v<a
href="/rsm/db/cs.php?show=history">1.01</a> © 2004-2005 FERM/CTS</p></div>
</body>
</html>
Reproducible: Sometimes
Steps to Reproduce:
1. Load the page in FireFox
2. Hit 'Reload' many times
3. Once in a while (about 1 times out of 10) the page will be displayed oddly.
Actual Results:
The text inside <div style="display: table; white-space: nowrap; ..."> ...
</div> gets "truncated" after the line:
"VASTLY improved results highlighting code logic (PHP)"
but the footer is still being displayed below.
Expected Results:
The text should be displayed fully, just as it is most of the times.
Removing the CSS property "display: table;" seems to cure the problem (but the
resulting ouput is not the same as originally intended)| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Comment 2•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050205 Firefox/1.0+ Reloaded page about 20 times and it looked ok every time. closing. Please reopen if you can reproduce with a nightly trunk build.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•20 years ago
|
||
Tested with the 09 Feb 2005 trunk build. The problem with dissapearing text is gone, but not all is perfect either. Just as before, once out of 10-15 times additional *epmty lines* appear in the text in arbitratry places. I am attaching another HTML file to try.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Version: 1.0 Branch → Trunk
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
How about a screenshot that show the issue?
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
| Reporter | ||
Comment 6•20 years ago
|
||
| Reporter | ||
Comment 7•20 years ago
|
||
Comment 9•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 10•16 years ago
|
||
Could be me, but I think this is more frequently happening on trunk.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Status: NEW → RESOLVED
Closed: 20 years ago → 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•