Closed cseppan closed 4 months ago
It seems that the web view overrides the keyboard shortcuts when it is "first responder".
The keyDown(with:)
method in WebKitArticleView redirects button presses to AppController ‑handleKeyDown:withFlags:
. However, when the web view is first responder, the switch case for NSDeleteCharacter will return NO
, since it only checks whether the article list view (MessageListView) is first responder.
Closed by 3.9.1
Describe the bug When focus is on the article content panel, pressing the Delete key doesn't delete the article. Instead, the contents of the article panel are replaced with whatever was previously displayed, and no changes are made to the article list. If the menu option Delete Article is chosen, the article is deleted as expected. If focus is in the article list panel, either pressing the Delete key or selecting the menu option Delete Article works as expected. I'm seeing this issue regardless of whether the feed uses Load Full HTML Articles or not.
To Reproduce With an article selected, click on the article contents so that the article panel has focus. Press the Delete key.
Please complete the following information:
Additional information: Vienna 3.8.8 does not have this issue.