Bug Report
Feature: Crop PDF
Describe the bug
Zoom keyboard shortcuts do not work in the Crop PDF view, but the zoom buttons in the toolbar work correctly.
Expected Behavior
Zoom level should increase/decrease via keyboard shortcuts, consistent with the zoom button behavior.
Actual Behavior
Nothing happens when pressing zoom shortcuts. Only the zoom buttons work.
Possible Cause
The crop view canvas/container may not be receiving keyboard events — likely a missing tabIndex or focus not being set on the container when the crop tab is active, causing the shortcut listeners to be skipped.
Bug Report
Feature: Crop PDF
Describe the bug
Zoom keyboard shortcuts do not work in the Crop PDF view, but the zoom buttons in the toolbar work correctly.
Expected Behavior
Zoom level should increase/decrease via keyboard shortcuts, consistent with the zoom button behavior.
Actual Behavior
Nothing happens when pressing zoom shortcuts. Only the zoom buttons work.
Possible Cause
The crop view canvas/container may not be receiving keyboard events — likely a missing
tabIndexor focus not being set on the container when the crop tab is active, causing the shortcut listeners to be skipped.