So, Chrome released a new version of its browser (v95.0.4638.54) adding a new feature than not only I can't use. Its bugged and also cause me a lot of trouble when I'm developing...
This new feature adds the option to change the type of units in dimension. Like for example, from 3px to 3em, 3cm, 3%... I don't really see the point on this, but guess that could be useful for someone if they added that.
So the first and less important problem is that I can't use this feature, cause it uses white background even if you use dark theme and your font is white too...
That's how it looks for me
And now THE REAL TROUBLE. It seems that they didn't tested how it works... It just... It didn't work... Lets say for example that I defined this styles with the Dev Tools:
color: white;
padding: 2em 0 0 2em;
border-radius: 0 0 1em 1em;
When I try to copy the text and paste it on any IDE or text editor, that's what I get now:
color: white;
padding: 2
em
0 0 2
em
;
border-radius: 0 0 1
em
1
em
;
So... Downgrade my browser before this bug is not an option, I have to see what I develop on last version.
Just had the same problem. The window is apparently minimized. On windows, hold the mouse on the chrome icon in the taskbar, when the thumb shows up, right click on it and select maximize window. Solution worked.
Here are the steps. Go down to the Debugging > General option on the left side of the menu. Find and uncheck the Enable Javascript debugging for ASP.NET(Chrome and IE). Now, no new Chrome instance will be launched every time you run or debug your web project.
This feature is reverted in v96 which was published today (nov 15).
I Assume they will test it properly before pushing it in the next version, though I don't see the use of this feature at all
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With