[Webkit-unassigned] [Bug 11313] REGRESSION: Textareas do not respond to scroll wheel/trackpad
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 12 13:27:35 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11313
------- Comment #7 from hlwebkit at gmail.com 2006-12-12 13:27 PDT -------
This appears to be because the code in RenderObject::scroll is not finding the
RenderTextControl's internal m_div's layer, but rather is just seeing that
RenderTextControl itself has no layer and giving up without scrolling.
I'm not sure what the right fix is here - it seems like overriding |scroll| on
RenderTextControl might be safest?
--
Configure bugmail: http://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