Timer on google.com is rendered incorrectly
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: oleksandr.vlasiuk, Unassigned)
References
()
Details
(Keywords: webcompat:site-wait, Whiteboard: [webcompat:sightline])
Attachments
(4 files, 1 obsolete file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Open google.com in Firefox.
- Search for "timer". The first result is a frame with timer that has a button to go full screen.
- Press the full screen button.
Actual results:
The timer is rendered incorrectly, see the attached screenshot. This does not occur in the QtWebEngine-based qutebrowser.
Expected results:
The timer should be rendered correctly, as it is in qutebrowser.
Comment 1•5 years ago
|
||
Hello,
I'm unable to reproduce the issue, since I cannot find the "timer" frame you are talking about.
The first link I get from searching "timer" on google is https://www.timeanddate.com/timer/
Can you add the link you get as first result?
Also, could you check how it appears on Chrome ?
Thanks !
Reporter | ||
Comment 3•5 years ago
|
||
Hi Peter,
It is one of the built-in answers google provides, so the link is literally https://www.google.com/search?client=firefox-b-1-d&q=timer
I have attached the source of this frame, as well as the screenshot of what it looks like for me.
Chrome, Chromium, etc. all show the timer as the right half of the screenshot firefox_vs_qutebrowser.png attached previously. qutebrowser is also Blink-based, so this appears to be a Gecko vs Blink issue.
Reporter | ||
Comment 4•5 years ago
|
||
Reporter | ||
Comment 5•5 years ago
|
||
Let me know if I can provide any further information!
Thanks,
-ov
Comment 6•5 years ago
|
||
The built-in timer does not appear for me on Firefox so I cannot confirm the issue, however, I'm going to set a component in order to involve the development team in reviewing it.
Thanks!
Comment 7•5 years ago
|
||
They're using :-webkit-full-screen
in their stylesheets instead of the standard :fullscreen
, so Gecko doesn't understand it.
Ugh, Google. Mike, any chance to contact them? Have we seen a lot of problems with :fullscreen
vs. :-webkit-full-screen
? We could add an alias if we needed to.
Comment 8•5 years ago
|
||
Oh this is a bit worse even. They end up with :full-screen
rules rather than :-webkit-full-screen
in Firefox. That's still invalid of course.
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Yep, sending them an email now.
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Have we seen a lot of problems with :fullscreen vs. :-webkit-full-screen? We could add an alias if we needed to.
I don't think we have that many on file, but it seems like the aliasing ship has sailed.
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Potential fix if Google doesn't fix it on their side.
I don't plan to land this for a couple weeks at least. Not sure if we want to
land this, but lacking Google fixing stuff this might be reasonable...
Updated•5 years ago
|
Comment 12•5 years ago
|
||
I'm not sure how I feel about this, I'd certainly rather not... But we could do this if needed, wdyt Mike?
Updated•5 years ago
|
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Xidorn suggested a web-compat add-on intervention if needed, and I agree that's better.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 14•5 years ago
|
||
146155668 is Google's internal tracking issue for that bug that was reported last month. It didn't get triaged. I'll try to find an owner.
Comment 15•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #13)
Xidorn suggested a web-compat add-on intervention if needed, and I agree that's better.
Agreed.
(In reply to dtapuska from comment #14)
146155668 is Google's internal tracking issue for that bug that was reported last month. It didn't get triaged. I'll try to find an owner.
Thanks Dave.
Ksenia, can we write an intervention for this? I wouldn't consider it a release-driver, but it's simple enough to fix on our end until Google fixes it.
Comment 17•5 years ago
|
||
Looks like this has been fixed by google
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Yup. we weren't certain 100% when rollout would happen but it looks like it happened today as expected.
Updated•16 days ago
|
Description
•