Closed
Bug 262109
Opened 20 years ago
Closed 16 years ago
Sometimes content disappears. Reload and its back
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: post, Unassigned)
References
()
Details
(Keywords: qawanted)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
I am the developer of the page and knows that content doesn't change.
Sometimes content disappears. If you reload the page its back.
Reproducible: Sometimes
Steps to Reproduce:
1. Goto http://www.eksperten.dk/spm/541731
2. If you see text and an article banner (336*280), there's no problem. Try to
reload the page.
3. When you only see the article banner, the problem is there.
Workaround:
<javascript>
function mozilla_workaround () {
if (navigator.userAgent.indexOf('Gecko') == -1) {
return;
}
for ($n = 0; $s = document.styleSheets[$n]; ++$n) {
$s.disabled = true;
$s.disabled = false;
}
}
</javascript>
Reporter | ||
Comment 1•20 years ago
|
||
This is how it shouldn't look
Reporter | ||
Comment 2•20 years ago
|
||
This is how it should look
Comment 3•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040928
Firefox/0.10
Assignee: firefox → nobody
Component: General → Layout: Tables
Product: Firefox → Browser
QA Contact: firefox.general → core.layout.tables
Version: unspecified → Other Branch
Reporter could you please test with a current trunk build like moz 1.8.4a?
Reporter | ||
Comment 5•20 years ago
|
||
A test with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4)
Gecko/20040927 gives the same result.
We would need a reduced testcase that is reproducible here
(www.mozilla.org/newlayout/bugathon.html)
Keywords: qawanted
Reporter | ||
Comment 7•20 years ago
|
||
I have asked the users to help:
http://www.eksperten.dk/spm/545477
Comment 8•19 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050906
Firefox/1.4 ID:2005090616
Please recheck this bug against a recent nightly build[1] to verify that the
behavior still exists and post the results here.
Thanks.
[1] http://www.mozilla.org/developer/#builds
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•