Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Issue 802083002: Selecting 'alt+left arrow' key in PDF does not move to previous url page. similarly 'alt+right arro… (Closed)

Created:
6 years ago by Deepak
Modified:
6 years ago
Reviewers:
gene, raymes
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Selecting 'alt+left arrow' key in PDF does not move to previous url page. similarly 'alt+right arrow' key in PDF does not move to next url page. Currently alt+arrow, ctrl+arrow,shift+arrow work like when user select just arrow key, so with in the pdf file movement happen. That is wrong. It should be like: 1.Page should move up with in PDF when -Selecting Shift+Spacebar. -Selecting Pageup key. -Selecting only Left Arrow Key. 2.Page should move down with in PDF when -Selecting Spacebar. -Selecting Pagedown key. -Selecting only Right Arrow Key. Changes added so that alt+ arrow key should have default behavior that is moving to previous or next url. BUG=75089 Committed: https://crrev.com/8a480e8350a8f10eaa3052a967c7998a8dadc1f8 Cr-Commit-Position: refs/heads/master@{#308511}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Changes as per review comments. #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M pdf/instance.cc View 1 2 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Deepak
PTAL. Thanks
6 years ago (2014-12-13 06:30:22 UTC) #2
raymes
looks good with a small change https://codereview.chromium.org/802083002/diff/1/pdf/instance.cc File pdf/instance.cc (right): https://codereview.chromium.org/802083002/diff/1/pdf/instance.cc#newcode535 pdf/instance.cc:535: bool is_modifiers = ...
6 years ago (2014-12-14 23:49:08 UTC) #3
Deepak
On 2014/12/14 23:49:08, raymes wrote: > looks good with a small change > > https://codereview.chromium.org/802083002/diff/1/pdf/instance.cc ...
6 years ago (2014-12-15 02:59:50 UTC) #4
raymes
https://codereview.chromium.org/802083002/diff/20001/pdf/instance.cc File pdf/instance.cc (right): https://codereview.chromium.org/802083002/diff/20001/pdf/instance.cc#newcode535 pdf/instance.cc:535: bool is_modifiers = keyboard_event.GetModifiers() != 0; could you rename ...
6 years ago (2014-12-15 05:51:00 UTC) #5
Deepak
On 2014/12/15 05:51:00, raymes wrote: > https://codereview.chromium.org/802083002/diff/20001/pdf/instance.cc > File pdf/instance.cc (right): > > https://codereview.chromium.org/802083002/diff/20001/pdf/instance.cc#newcode535 > ...
6 years ago (2014-12-15 06:48:48 UTC) #6
raymes
lgtm
6 years ago (2014-12-15 23:01:01 UTC) #7
gene
lgtm
6 years ago (2014-12-16 00:12:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802083002/40001
6 years ago (2014-12-16 01:25:17 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years ago (2014-12-16 02:41:06 UTC) #11
commit-bot: I haz the power
6 years ago (2014-12-16 02:42:46 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8a480e8350a8f10eaa3052a967c7998a8dadc1f8
Cr-Commit-Position: refs/heads/master@{#308511}

Powered by Google App Engine
This is Rietveld 408576698