Allow scrolling by keyboard in Chrome/Opera

Set "tabindex" attribute to allow focus;
Added "outline: none" to prevent focus ring from appearing.

Fixes #3443
This commit is contained in:
Rob Wu 2013-07-06 15:37:03 +02:00
parent 81fa4a0d93
commit 4a2eefe1b6
2 changed files with 2 additions and 1 deletions

View File

@ -236,6 +236,7 @@ html[dir='rtl'] #sidebarContent {
right: 0;
bottom: 0;
left: 0;
outline: none;
}
.loadingInProgress #viewerContainer {
top: 39px;

View File

@ -222,7 +222,7 @@ limitations under the License.
data-l10n-id="page_rotate_cw" ></menuitem>
</menu>
<div id="viewerContainer">
<div id="viewerContainer" tabindex="0">
<div id="viewer" contextmenu="viewerContextMenu"></div>
</div>