Closed
Bug 1016590
Opened 11 years ago
Closed 10 years ago
Background image disappears during translational transition.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: astrothayne, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Steps to reproduce:
I created a div with several children, each of which has a background-image with no-repeat, background-size: 180px 30px, height and width of 30px, and various background-positions. The containing div had a "transition: bottom 0.5s" that is triggered on a class change.
You can view the
Actual results:
When the container moved, all of the images disappeared during the transiton.
Expected results:
All of the images in the container should have slid with the container during the transition.
See http://jsfiddle.net/w58G3/1/, and click on the button at the bottom right, and notice how the images disappear.
On further investigation, it appears that this only happens when I include the style for .icon-share.highlight, even though in the sample, that style is never actually used (It is in my actual website).
Flags: needinfo?(thayne)
Comment 3•11 years ago
|
||
I can't reproduce, the slider works fine to me, Ubuntu 13.04, Firefox 29.0.1.
Please check if the issue occurs using Firefox in safe mode (with your addons disabled):
http://support.mozilla.com/kb/Safe+Mode
And on a new, empty profile:
http://support.mozilla.org/en-US/kb/Managing-profiles#w_starting-the-profile-manager
Flags: needinfo?(thayne)
I can reproduce in safe mode and with a new profile. However, when I first load the jsfiddle, it works fine, it only happens after I click "Run" at least once. I have no idea why that would make a difference.
Also, if it helps at all I am using Ubuntu 12.04 with the GNOME shell.
Flags: needinfo?(thayne)
I can reproduce in safe mode and with a new profile. However, when I first load the jsfiddle, it works fine, it only happens after I click "Run" at least once. I have no idea why that would make a difference.
Also, if it helps at all I am using Ubuntu 12.04 with the GNOME shell.
Comment 6•11 years ago
|
||
This is a strange Linux specific issue.
I see it now in FF 29, 30, 31, but seems to be fixed in the latest nightly 32.
Give it a try: http://nightly.mozilla.org/
Comment 8•11 years ago
|
||
So, you can use Nightly for now, until it gets to release in couple of months.
Comment 9•10 years ago
|
||
Based on Comment 6 and Comment 7 I will mark this as Resolved Worksforme. Reporter fell free to reopen it if you still have the issue on latest Firefox versions (e.g. Firefox 43).
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•