[Webkit-unassigned] [Bug 21101] REGRESSION: Overflow scrollbar inactive after blurring and focusing the window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 18:05:34 PDT 2008


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





------- Comment #2 from hyatt at apple.com  2008-09-25 18:05 PDT -------
Not the scrollbar's fault.  The focus controller is buggy and lying.

See RenderLayer.cpp:

Page* page = renderer()->document()->frame()->page();
return page && page->focusController()->isActive();

This is a bug that just happens to have been exposed by the scrollbar.


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



More information about the webkit-unassigned mailing list