Zolta / googlebugs

Automatically exported from code.google.com/p/googlebugs
0 stars 1 forks source link

Google Chrome Bug #415

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a bug I noticed where google chrome will completely lock up. If you are 
using the developer tools (f12) and select a font item, or div or anything with 
a size which can be manipulated. If you click into the panel on the right hand 
side of the screen to mess with page settings, say you would like to change a 
<div>'s width or height, height: 20px; if you click on the 20px normally you 
can use the up and down arrows to change the value by 1px at a time. However, 
if you keep holding the key down going from 20 to 100px the developer tools 
will freeze up and you will need to close the page/reload the page to get the 
tools working again. I just noticed this bug after doing a update recently. 

Original issue reported on code.google.com by guyluche...@gmail.com on 16 Jul 2012 at 12:07

GoogleCodeExporter commented 8 years ago
More specifically I see this issue the most when using css sprites. Changing 
the backgroud position in this exact way is what's causing chrome to blow up 
for me... 

Original comment by guyluche...@gmail.com on 16 Jul 2012 at 1:28