Bug 56095 - Web Inspector: [REGRESSION] scroll does not work in source frame when mouse is inside the gutter
Summary: Web Inspector: [REGRESSION] scroll does not work in source frame when mouse i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-10 04:55 PST by Pavel Podivilov
Modified: 2011-03-14 06:41 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2011-03-11 06:35 PST, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-03-10 04:55:05 PST
Web Inspector: [REGRESSION] scroll does not work in source frame when mouse is inside the gutter
Comment 1 Andrey Adaikin 2011-03-11 06:35:12 PST
Created attachment 85469 [details]
Patch
Comment 2 Pavel Feldman 2011-03-11 12:59:47 PST
Comment on attachment 85469 [details]
Patch

Why doesn't it happen by itself?
Comment 3 Andrey Adaikin 2011-03-14 05:08:45 PDT
Because gutter is not scrollable, and even if it were, the scrolling would have happened for gutter only. The main panel is a different DOM element, so why should it happen by itself? :)

BTW, this probably will work only in webkit-based browsers... They say that even FF will not support "event forwarding", although I did not test it.
Comment 4 WebKit Review Bot 2011-03-14 06:23:35 PDT
Comment on attachment 85469 [details]
Patch

Rejecting attachment 85469 [details] from commit-queue.

aandrey@chromium.org does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 5 Pavel Podivilov 2011-03-14 06:41:36 PDT
Comment on attachment 85469 [details]
Patch

Clearing flags on attachment: 85469

Committed r81021: <http://trac.webkit.org/changeset/81021>
Comment 6 Pavel Podivilov 2011-03-14 06:41:45 PDT
All reviewed patches have been landed.  Closing bug.