Closed
Bug 543652
Opened 15 years ago
Closed 15 years ago
[HTML5] Minefield places the flash game up and to the left when html5.enable = true.
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 510252
People
(Reporter: geeknik, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a1pre) Gecko/20100201 Firefox/3.7a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a1pre) Gecko/20100201 Firefox/3.7a1pre
When you load up http://canabalt.com/ with html5.enable=true, you will see that instead of centered inside of the player, it is placed up and to the left of the player. When you set html5.enable=false, the game is placed where it should be.
Reproducible: Always
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Blocks: html5-parsing
Potentially duplicate of bug 539437.
Priority: -- → P1
Comment 3•15 years ago
|
||
Looks like a duplicate of bug 510252:
<div style="position: absolute; top: 0px; left: 50%; margin-left: -370px; width: 740px; height: 590px; background: url('bg.jpg');"
<div style="position: absolute; top: 95px; left: 129px;">
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•15 years ago
|
||
Just an FYI, but both IE8 and Chrome 5.x display this flash game in the position that it should be.
Comment 6•15 years ago
|
||
IE8.0.6001.18702 renders it incorrectly over here, Chrome does indeed render it as intended.
WebKit's tokenization on this point is like Gecko's old tokenization. HTML5 aligns with IE's tokenizer behavior here.
You need to log in
before you can comment on or make changes to this bug.
Description
•