Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Repaints on Scroll populating input boxes

I keep getting an orange box that says Repaints on Scroll in my input boxes. I don't know why I am getting it and would like to remove it. I am not sure if it is an issue with chrome. How do I fix this or remove it? I have restarted chrome and it keeps coming back.

enter image description here

like image 662
Seth Avatar asked May 21 '14 21:05

Seth


1 Answers

It's a debug feature of Chrome you seem to have turned on without noticing. In the Developer Tools window look for a tab called 'Rendering' It's down by the console so you'll want to have that visible first. In the rendering tab there are some check boxes, one of which will be 'Show potential scroll bottlenecks' Uncheck that and the boxes will be gone.

like image 86
user3666068 Avatar answered Nov 07 '22 00:11

user3666068