z-index ordering paint glitches when dragging img's
Categories
(Core :: Web Painting, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | verified |
firefox62 | --- | verified |
firefox63 | --- | verified |
People
(Reporter: robert, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
mikokm
:
review+
lizzard
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-release+
|
Details |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Comment hidden (mozreview-request) |
Reporter | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
mozreview-review |
Updated•6 years ago
|
Comment 9•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
bugherder uplift |
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Reporter | ||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Comment 20•6 years ago
|
||
Comment 21•5 years ago
|
||
(In reply to Robert Schultz from comment #0)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/68.0.3440.17 Safari/537.36Steps to reproduce:
Visit: https://worldofsolitaires.com
Click and drag a card around the screen.Actual results:
Starting with Firefox 61, some times the painting glitches and the card
appears underneath other cards. A moment later the screen paints correctly.Expected results:
The dragged card should remain above all other cards as it's z-index is
higher.Happens for me with Firefox 61.0.1 64-bit on Windows 7. Oddly it doesn't
appear to be happening on my Mac box or Windows 10 box.A simplified codepen/jsbin test case that shows the problem is forthcoming,
but first I need to come up with a hack/workaround so my Firefox users don't
see the problem anymore.
hey guys,
i already had this on my h4 in my CSS, so i get that you need to use position on it as i was using it!:
position:relative;z-index:100;so this edit didnt help…:
.producthome h4 {position:relative;z-index:100;}
ralphs edit did though! the top -50px worked :wink: thanks!!
what would one do if they want the img to centre horizontally and vertically?
Ps RE - IE8
by the way its not the RGBA value that i am trying to get working in IE8 -
i have already got that working ( you can use a conditional statement- look at my code at the top - do you see my header has an RGBA value and its transparent in IE8?
:wink:
Description
•