Closed Bug 742447 Opened 13 years ago Closed 12 years ago

Scrolling with the keyboard does not work

Categories

(Core :: Widget: Win32, defect)

x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bbondy, Assigned: TimAbraldes)

Details

Page up, Page down, up arrow and down arrow should scroll the page. I verified and the keyboard shortcuts actually do work. I did some preliminary debugging and found that the reason is because of: > nsRect > nsGfxScrollFrameInner::GetScrollRange() const > { > nsRect range = GetScrolledRect(); > range.width -= mScrollPort.width; > range.height -= mScrollPort.height; range == mScrollPort, but that shouldn't be the case. Something isn't setup right but this has nothing to do with keyboard handling.
I'll take a look
Assignee: nobody → tabraldes
Status: NEW → ASSIGNED
This issue doesn't reproduce in my local builds running on this machine: Win8 RTM Built with VS2012 RTM Samsung Series 7 Attached USB keyboard I spoke with bbondy in IRC; he mentioned that a lot of keyboard shortcut fixes and widget keyboard changes have gone in since this bug was filed so it's probably been fixed. Let's reopen if this reappears.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
OS: Windows 8 Metro → Windows 8.1
You need to log in before you can comment on or make changes to this bug.