Merge pull request #4341 from Snuffleupagus/issue-4224-followup

Fix spacebar scrolling in Firefox (4224 follow-up)
This commit is contained in:
Tim van der Meij 2014-02-26 20:30:58 +01:00
commit 544dce82e1

View File

@ -2254,7 +2254,7 @@ window.addEventListener('keydown', function keydown(evt) {
}
// 32=Spacebar
if (evt.keyCode === 32 && curElementTagName !== 'BUTTON') {
//#if !(FIREFOX || MOZCENTRAL)
//#if (FIREFOX || MOZCENTRAL)
//// Workaround for issue in Firefox, that prevents scroll keys from working
//// when elements with 'tabindex' are focused. (#3499)
// PDFView.container.blur();