Closed
Bug 1301952
Opened 9 years ago
Closed 9 years ago
Google Maps embed: some parts are missing when css filter is applied
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: ondrej.cerman, Unassigned)
Details
(Whiteboard: [bugday-20160912][platform-rel-Google][platform-rel-GoogleMaps])
Attachments
(1 file)
|
375.60 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160726073904
Steps to reproduce:
Create html that contains Google maps embed and apply css filter to it, like this:
https://jsfiddle.net/nrL618ro/
Actual results:
Some elements in Google maps dissappeared, like: zoom-in, zoom-out buttons, Google logo, copyright texts, ....
Expected results:
All components of google map should be fully visible. (check jsfiddle link in Chrome, or in Opera)
Comment 1•9 years ago
|
||
¡Hola Ondrej!
Thanks for your report.
This is reproducible on Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 ID:20160912030421 CSet: cfdb7af3af2e92e95f71ca2f1672bf5433beeb89
This is what shows into the "Browser Console":
Use of getAttributeNode() is deprecated. Use getAttribute() instead. _dist-editor.js:2:25246
ifac initialized! c:1
Strangely Nightly is the only browser that applies the grayscale, IE and Chrome do not.
¡Gracias!
Alex
Status: UNCONFIRMED → NEW
status-firefox48:
--- → affected
status-firefox49:
--- → ?
status-firefox50:
--- → ?
status-firefox51:
--- → affected
Component: Untriaged → CSS Parsing and Computation
Ever confirmed: true
OS: Unspecified → Windows
Product: Firefox → Core
Hardware: Unspecified → All
Whiteboard: [bugday-20160912]
Updated•9 years ago
|
platform-rel: --- → ?
Whiteboard: [bugday-20160912] → [bugday-20160912][platform-rel-Google][platform-rel-GoogleMaps]
Comment 2•9 years ago
|
||
Is this attached image what you expect? I can see the zoom in/out +/-.
Updated•9 years ago
|
Flags: needinfo?(ondrej.cerman)
| Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #2)
> Created attachment 8803470 [details]
> what I see with beta 50 on Windows 10
>
> Is this attached image what you expect? I can see the zoom in/out +/-.
I checked it, yes the screenshot shows the expected results. I also checked the code again in my Firefox 48.0.2 and it is working fine now. Google propably changed the code, because it was not working before.
I guess this issue can be closed.
Comment 4•9 years ago
|
||
Thanks for re-checking!
Status: NEW → RESOLVED
Closed: 9 years ago
platform-rel: ? → +
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(ondrej.cerman)
You need to log in
before you can comment on or make changes to this bug.
Description
•