#54 Avoid quick search hotkey if input is focused #60
No reviewers
Labels
No labels
dependencies
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
State: Abandoned
State: Blocked
State: Completed
State: In progress
State: New
State: On Hold
State: Pending
State: Review needed
State: Waiting for release
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/AniwatchPlus#60
Loading…
Reference in a new issue
No description provided.
Delete branch "bugfix/#54-quick-search-hot-key-triggers-when-text-input-is-focused"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So, I decided to just add a check if the
document.activeElement
is some kind of input ot contentEditable and prevent the hotkey as a quickfix, as there are issues with extending the Hotkey toCtrl
+Shift
+F
.The behaviour might be improved in future if we found a better solution.