Open
Bug 1124886
Opened 10 years ago
Updated 10 months ago
Images in mouseover-preview-transition are jumping
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: elbart, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [gfx-noted])
Attachments
(4 files)
Open URL and hover over the video-previews.
The image will zoom in and start a slideshow of preview-images.
In Firefox, these images are seemingly jumping, maybe due to scaling, the transition or both.
In Chrome, the images are static.
It's most noticeable when the images have captions or subtitles.
Affected: Firefox 35 and up, at least.
As a note: This jump reminds me of the now fixed "jump" when downscaling an image (bug 925611).
It's not happening with HWA off.
Maybe this bugs belongs into Core::CSS or Core::Graphics?
Comment 3•10 years ago
|
||
Sounds like Core::Graphics to me. I'd bet this is a layers issue.
![]() |
||
Comment 4•10 years ago
|
||
Assignee: nobody → alice0775
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•10 years ago
|
Assignee: alice0775 → nobody
Comment 5•10 years ago
|
||
I concur, Matt, do you have an idea?
Component: ImageLib → Graphics: Layers
Flags: needinfo?(matt.woodrow)
Whiteboard: [gfx-noted]
Comment 6•10 years ago
|
||
Looks like the transition between active and inactive layers. We use different scaling algorithms for these, and sometimes the difference is fairly clear.
Flags: needinfo?(matt.woodrow)
Another example: The new Formula1-website:
http://www.formula1.com/content/fom-website/en.html
See below "The latest in Formula 1®"
New Google-recaptcha-method is showing this too:
https://www.google.com/recaptcha/api2/demo
Click on the "reload"-icon until you get to the dialog shown in the attachment, then click on any of the tiles.
Similar problem when changing opacity with transition animation.
Here an example:
http://jsbin.com/dugetebuho/edit?html,css,output
I've fixed jumping by adding `will-change: opacity` on the element with image.
Have tried to fix Formula1-website example above with `will-change: transform` and it didn't help though.
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 10•11 months ago
|
||
Comment 11•11 months ago
|
||
My eyesight isn't very good but it seems like this still reproduces
Severity: S3 → --
Component: Graphics: Layers → Graphics: WebRender
OS: Windows 7 → Unspecified
Priority: P3 → --
Hardware: x86_64 → Unspecified
Comment 12•10 months ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(gwatson)
Updated•10 months ago
|
Severity: -- → S3
Flags: needinfo?(gwatson)
You need to log in
before you can comment on or make changes to this bug.
Description
•