[Webkit-unassigned] [Bug 134786] Web Inspector: Debugger Continue button is incorrectly sized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 17:33:25 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134786





--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2014-07-10 17:33:41 PST ---
So, I still have no clue why this happens.

But I have a better idea of how it happens. I made the debugger controls resume button regenerate every second and played with the inspector.

If the Web Inspector is wide enough to show the full DebuggerDashboardView, and if that full dashboard view is on a call frame with a very large name (like "(anonymous function) - easySlider.min.js)) causing the resume button in the DashboardView to be bad, then when the debugger controls resume button will regenerate incorrectly sized.

If the Web Inspector is narrow, and it gets the narrow DebuggerDashboardView, we will always have a correctly sized button in both places.

So the issue seems to be, when the dashboard view has really long text and has a poor layout, that somehow leaks out and affects the -webkit-canvas in the sidebar.

I can work around this, but there will probably still be an issue in WebCore that will need to be addressed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list