Merge pull request #17074 from calixteman/issue17071
Make the toolbar buttons usable with keyboard when Page Fit is used
This commit is contained in:
commit
2453b79fa8
@ -3100,6 +3100,8 @@ function webViewerKeyDown(evt) {
|
|||||||
curElementTagName === "INPUT" ||
|
curElementTagName === "INPUT" ||
|
||||||
curElementTagName === "TEXTAREA" ||
|
curElementTagName === "TEXTAREA" ||
|
||||||
curElementTagName === "SELECT" ||
|
curElementTagName === "SELECT" ||
|
||||||
|
(curElementTagName === "BUTTON" &&
|
||||||
|
(evt.keyCode === /* Enter = */ 13 || evt.keyCode === /* Space = */ 32)) ||
|
||||||
curElement?.isContentEditable
|
curElement?.isContentEditable
|
||||||
) {
|
) {
|
||||||
// Make sure that the secondary toolbar is closed when Escape is pressed.
|
// Make sure that the secondary toolbar is closed when Escape is pressed.
|
||||||
|
Loading…
Reference in New Issue
Block a user