Bug 29338 - [Gtk] clicks on in-page widget scrollbars pass through to the webview
Summary: [Gtk] clicks on in-page widget scrollbars pass through to the webview
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-09-17 11:07 PDT by Frederic Peters
Modified: 2010-10-21 17:29 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Peters 2009-09-17 11:07:35 PDT
It looks like clicks on scrollbars of <select> elements (such as the Component field in Bugzilla new bug form) are handled by the scrollbar then passed to the webview.  Thus rapidly clicking on the scrollbar will cause the text of the page to be selected.

(svn revision: 48333)
Comment 1 Jonathon Jongsma (jonner) 2009-09-25 10:42:06 PDT
I can reproduce with epiphany 2.28.0 (using webkit 1.1.15).  I was clicking the 'down' arrow on the scrollbar in a text area, and suddenly the whole thing got selected.
Comment 2 Martin Robinson 2010-10-21 17:29:09 PDT
Clicks are no longer handled this way, since interior scrollbars are "fully-fake." I could no longer reproduce this issue, so I will close it.