VERIFIED FIXED Bug 6149
REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border doesn't receive mouse events
https://bugs.webkit.org/show_bug.cgi?id=6149
Summary REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border ...
mitz
Reported 2005-12-19 09:53:45 PST
Summary: hit-testing for the horizontal scroll bar of an overflow is off by by the width of the top border. To reproduce: open the testcase. The horizontal scrollbar doesn't respond to clicking and dragging. Clicking inside the blue rect just below the scrollbar gives this error in the console (if running a debug build): ERROR: KHTML says we hit a RenderWidget, but AppKit doesn't agree we hit the corresponding NSView. I have a patch, but like with bug 5829, I don't know how to make an automated test.
Attachments
Testcase (913 bytes, text/html)
2005-12-19 09:58 PST, mitz
no flags
Remove borderTop() from horizontal scrollbar rect computation (3.11 KB, patch)
2005-12-19 10:15 PST, mitz
bdakin: review+
mitz
Comment 1 2005-12-19 09:58:09 PST
Created attachment 5152 [details] Testcase
mitz
Comment 2 2005-12-19 10:15:01 PST
Created attachment 5153 [details] Remove borderTop() from horizontal scrollbar rect computation
Joost de Valk (AlthA)
Comment 3 2006-01-22 04:52:56 PST
Removing keyword(s) cause bug is closed.
Joost de Valk (AlthA)
Comment 4 2006-01-22 04:56:02 PST
Removing keyword(s) since bug is fixed.
Joost de Valk (AlthA)
Comment 5 2006-01-22 05:00:17 PST
Removing keyword(s) since bug is fixed.
Eric Seidel (no email)
Comment 6 2006-01-31 21:20:51 PST
Removing Regression keyword from bugs already fixed.
Note You need to log in before you can comment on or make changes to this bug.