Last modified: 2014-10-29 20:08:05 UTC
Created attachment 16835 [details] Screenshot Steps to reproduce: 1.Open a page with VE 2.Open Link inspector in an empty line Observed Result: A scroll bar is appearing inside the link inspector See the screenshot attached
Proximate cause is https://gerrit.wikimedia.org/r/#/c/167446/ , it was working before that change. What seems to be going on is that there's a browser bug in Chrome that causes the inspector's body to immeasurably have a slightly greater height if the opacity of the Open button is not equal to 1. That's why this bug is only reproducible in creation mode, and the scrollbar goes away as soon as you type: the Open button is initially disabled (opacity:0.5), then enabled when you type something (opacity:1). If you want entertainment, inspect an enabled Open button, add opacity:0.999; to it and toggle it off and on a few times.
Change 168206 had a related patch set uploaded by Esanders: Increase inspector height by 1 to deal with Chrome opacity bug https://gerrit.wikimedia.org/r/168206
Change 168206 merged by jenkins-bot: Increase inspector height by 1 to deal with Chrome opacity bug https://gerrit.wikimedia.org/r/168206
Verified the fix in test2
Verified the fix in production