Closed
Bug 815351
Opened 12 years ago
Closed 11 years ago
images in divs flicker if inside of an 3d animated div
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox17 | --- | affected |
firefox18 | - | affected |
firefox19 | --- | unaffected |
firefox20 | --- | unaffected |
firefox-esr17 | --- | affected |
People
(Reporter: klaasson, Unassigned)
References
Details
(Keywords: testcase, Whiteboard: [fixed by Bug 806256])
Attachments
(1 file)
13.39 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:15.0) Gecko/20120830 Firefox/15.0
Build ID: 20120830123745
Steps to reproduce:
4 divs arranged to a cube and grouped under a parent div, each containing an image tag. The parent div is rotating around its vertical axis.
Actual results:
The divs containing the images flicker. If the rotation is stopped, flickering stops, but depending on the current rotation angle it may happen, that one of the divs is not displayed at all. This lets me conclude, that there may be a kind of z-buffer problem. The problem does not occur, if background-images are used instead of image tags.
Expected results:
No flickering should appear.
Comment 1•12 years ago
|
||
I can reproduce the flicker in Firefox18.0Beta.
However, I cannot reproduce in Aurora19.0a2 and Nightly20.0a1 anymore.
http://hg.mozilla.org/releases/mozilla-aurora/rev/4e0a8f234a6d
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/19.0 Firefox/19.0 ID:20121126042012
http://hg.mozilla.org/mozilla-central/rev/3c67034ba39c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20.0 Firefox/20.0 ID:20121126030823
Comment 2•12 years ago
|
||
Fixed window:
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/be0d3f1de9c2
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/19.0 Firefox/19.0 ID:20121031180512
Fixed:
http://hg.mozilla.org/integration/mozilla-inbound/rev/01123067aa58
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/19.0 Firefox/19.0 ID:20121031182652
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=be0d3f1de9c2&tochange=01123067aa58
I guess that Bug 806256 fixed this.
Updated•12 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 3•12 years ago
|
||
I guess Bug 806256 won't be uplifted to Beta, no?
Status: UNCONFIRMED → NEW
status-firefox17:
--- → affected
status-firefox18:
--- → affected
status-firefox19:
--- → unaffected
status-firefox20:
--- → unaffected
status-firefox-esr17:
--- → affected
tracking-firefox18:
--- → ?
Depends on: 806256
Ever confirmed: true
Keywords: testcase
Comment 4•12 years ago
|
||
Please re-nominate if this was a regression in FF17.
Keywords: qawanted,
regressionwindow-wanted
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: qawanted,
regressionwindow-wanted
Resolution: --- → FIXED
Whiteboard: [fixed by Bug 806256]
You need to log in
before you can comment on or make changes to this bug.
Description
•