Fix spacebar scrolling in Firefox (4224 follow-up)

This commit is contained in:
Jonas Jenwald 2014-02-26 20:17:58 +01:00
parent 0af0c6c99d
commit 4ee1fb7956

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();