Closed
Bug 441752
Opened 17 years ago
Closed 17 years ago
DIV within A anchor do not render correct by random
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 414418
People
(Reporter: eckounlimited, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0
<a><div title="Show xfig.png" onDblClick="window.location.href='index.php?method=getfile&dir=%2Fres%2Fmime&file=xfig.png'" class='file '>
<div class='icon'><img border='0' src='/index.php?img=png.png'></div>
<div class='name'>xfig.png</div>
</div>
</a>
This snippet of code (in a larger amount) renders wrong with fifo 2 AND 3 under Windows Vista. Usualy the second construct gets miss-rendered, but by pressing F5 to reload the page, the problem switches between the elements.
Quite hard to describe, please take a look at my demonstration at http://files.rolltogether.de
Reproducible: Sometimes
Steps to Reproduce:
1. Please visit files.rolltogether.de step through the "folder" and watch for miss-rendered elements. There are also some screenshots.
2. Go to res/mime by doubleclicking the folder...
Actual Results:
You will see a filelist with icons as expected. By random, they are totally wrong displayed without any reason. -> Take a look at the sourcecode there.
Expected Results:
Fifo should render the items as expected or at least like the Internet Explorer ;-) Sorry ;-)
Fifo should behave on Vista (32bit), like on Windows XP.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•