CSS Side Effects of Googles Blink Engine - css

today I took a closer look at my website and recognized the some elements were displayed at a wrong position.
After some searching I noticed that my Chrome was in version 30... beta. With this Update the Blink engine also comes along.
Now my question is if someone knows were I can find a complete changelog or if someone has the same problem and is working on it?
Thanks in advance!

Related

Has there been a recent change that is preventing tracked hands from showing in A-Frame VR accessed by Oculus Quest 2?

Or is it just me. My own project using tracked hands was working fine yesterday, then today the hands stopped working. After reversing changes since then and still failing, I rechecked one example that was working correctly on Jan. 20: https://aframe.io/aframe/examples/showcase/hand-tracking/ - now, it is not showing hands, or allowing the controls to be used. The hands do show outside of VR when the controller is set down or inside VR when the Menu is invoked. On my device, Hand tracking is on, and the experimental 'WebXR experiences with hand and joint tracking', in chrome://flags, is enabled, both of which I believe are required and were enabled when this was working previously. Turned everything off and on several times, removed batteries, re-paired controllers and did a factory reset of the headset, all per instructions from Oculus support - to no avail. They said they will contact me after asking for invoice info. However it would be good to know if this is some other issue. Can anyone confirm that the above example is, or is not, failing in Quest 2, or is there some other update or change that might be affecting this?
Same for me on Quest 1.
The Three.js examples with Handtracking are working.
Try https://threejs.org/examples/?q=webxr#webxr_vr_handinput_cubes
I recognized that the oculus browser now says "...wants to enter with handtracking" So something changed in the oculus browser that has to be updated in the jslibraries.
But that will change again with chromium 88
I am on oculus browser 13.4.0.3.15 with chromium 87.0.4280
There must have been one cause I had the same problem.
Found this seemingly related fix in the A-Frame code, mostly bone name changes.
And that's what helped me.
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
I was calling for a previous version of the framework.

AngularJS Glitches

I'm developing a MEAN stack application. I have a very rare glitch that makes my site unusable.
I have make video to illustrate what is happening.
Things to take notes about:
The glitch is solved when I hover over the tab name, or when I move to another chrome tab and I return here.
Could you tell me if you have seen something like this before?
Thanks in advance for your answers and your time.
Here is the video link: https://drive.google.com/file/d/0B0QWPtcmBoNIaVVGMjhubnhQZVU/view?usp=sharing

Weird issue with google maps. It shows wrong tiles

It seems google maps stopped working properly a couple of hours ago. It displays the wrong tiles at the wrong coordinates. I've tried accessing my applications from different physical locations and tried different maps, but nothing helps.
Strange thing is.. it worked perfectly fine till last night and nothing changed in my source.
I'm also experiencing this issue in the basic example: https://developers.google.com/maps/documentation/javascript/examples/map-simple and I'm curious if if works for anyone else.
I wonder if there is some (global) issue or if I somehow missed an important update? I can't find anything relevant using Google, so I hope someone here can help me out.
By the way.. https://maps.google.com works fine.
Kind regards,
Bart
It seems the issue has gone away. All of a sudden a simple map reload (not even clearing the cache) makes the default map load properly.
I still have no idea what happened, but at least I'm glad it's working again.
Google Maps For Business support just let me know that this issue should be fixed now.
It was a problem with "tile caching", they said.
Although it is still broken for someone I am working with

CSS is different after launching Developer Tools?

I'm having a weird problem right now.
I'm trying to iron out a CSS bug in Chrome, but whenever I enter Developer Tools the bug is mysteriously fixed.
How would you go about a situation like this?
And why is the rendering engine playing tricks on me? ;)
This is the bug and it was reported number of times.
It was fixed 6 day ago.
Please wait for the next version of Dev channel build.
I would go with firefox instead.. The developers toolbar works well, and also firebug for firefox is way better for debugging :)

Google Maps V3: Styled maps suddenly lost their styles?

I was working on my site last night and suddenly my styled map went back to the default style. Looking around it seems that the styles on Google's own blog aren't working.
Even the Map style wizard is not working.
I thought this might just be me, but I have looked in both Firefox and Chrome and on two different computers. Strangely, it does seem that there are some maps that are still styled.
Has there been a change in the syntax? None of my code has changed.
My site is here if you want to look for yourself. Can someone confirm this for me? Can you see a problem with my js code?
You are using a deprecated field. Change rules to stylers and it should work fine.
Ive just had the same problem with my implementation, just stopped working in the last 12 hours or so. I am going to try and figure out whats gone wrong because as you said, some are still working.
skarE's post fixed it for me, nice one!

Resources