Closed
Bug 299475
Opened 19 years ago
Closed 19 years ago
Layout regression at www.centrum.cz
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pavel.penaz, Unassigned)
References
()
Details
Attachments
(1 file)
|
244.19 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050629 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050629 Firefox/1.0+ I have found a rendering issue at http://www.centrum.cz. It seems that something has changed since 20050607. Before that the page rendered nicely, now the catalog div (id="lc") shows up for a short while only to disappear again. Beast build 20050606 works nicely, build 20050607 has this bug. The page loads nicely in both Opera 8.01 and IE60SP2. Reproducible: Always Steps to Reproduce: 1. go to http://www.centrum.cz 2. watch the catalog div id="lc" disappear Actual Results: The catalog div appears only for a short while and then disappears.. Expected Results: The catalog div should stay visible on the screen..
Comment 2•19 years ago
|
||
Build: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050702 I can reproduce this bug in the build above.
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b2) Gecko/20050702 This bug is seen only if JS is enabled. The vanishing DIV is shown just about short before end of loading of the page. I'm on a slow 64 kbit/sec ISDN connection with a slow Celeron 333, so loading of the page takes some seconds. I`m changing the component to DOM, as JS is involved. DOM Level 0?
Status: UNCONFIRMED → NEW
Component: Layout → DOM
Ever confirmed: true
| Reporter | ||
Comment 4•19 years ago
|
||
www.centrum.cz is the number two web portal in Czech Republic -> nominating for blocking 1.1 and 1.8b3. Also I've tried to come up with a reduced testcase but without success so far.
Keywords: qawanted
| Reporter | ||
Updated•19 years ago
|
Flags: blocking1.8b3?
Flags: blocking-aviary1.1?
Comment 5•19 years ago
|
||
The div id="lc" is getting z-index:-1000 every 2000ms. http://ad2.bbmedia.cz/please/showit/402/1/16/7/?typkodu=js in function hpo_load. getEl("hpo_layer") is returning 0 for me, so the if(hpo_pom&&hpo_layer) is not getting executed. hpo_layer is created in function hpo_create_opona(). It only is created when hpo_flash is true (or 1). var hpo_flash=checkFlash(hpo_flashver); So the function checkFlash has to return 1. Maybe that is something that has changed?
| Reporter | ||
Comment 6•19 years ago
|
||
Probably no point in keeping this bug open since the page has changed, the bug is no longer visible and we have no testcase. Because of that I am marking this bug as WFM.
| Reporter | ||
Updated•19 years ago
|
Flags: blocking1.8b3?
Flags: blocking-aviary1.1?
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•