Bug 550643 - Some keybindings do not work after split editor
Summary: Some keybindings do not work after split editor
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.13   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-02 02:49 EDT by Sebastian Zarnekow CLA
Modified: 2019-12-01 12:04 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zarnekow CLA 2019-09-02 02:49:45 EDT
Steps to reproduce:

- Create file some.txt
- Write  `foo bar baz` Save, Close, Reopen editor
- Split newly opened editor vertically (or horizontally)
- Select `bar` in the left / top editor
- Backspace
- Try to undo via Ctrl/Cmd+Z

Keybindings work again after selecting the right editor and than the left again.
Comment 1 Sebastian Zarnekow CLA 2019-10-30 05:10:51 EDT
Any pointer where I should start looking at if I wanted this thing to be fixed?
Comment 2 Sebastian Zarnekow CLA 2019-12-01 09:43:01 EST
Is anyone monitoring this inbox? I would be happy to help with this ticket, but I'd need a little guidance for a start.
Comment 3 Andrey Loskutov CLA 2019-12-01 11:53:16 EST
(In reply to Sebastian Zarnekow from comment #2)
> Is anyone monitoring this inbox? I would be happy to help with this ticket,
> but I'd need a little guidance for a start.

I believe you should check platform UI git history - watch there for commits related to keybindings, you hopefully fimd some interesting places to start.
Comment 4 Sebastian Zarnekow CLA 2019-12-01 12:04:15 EST
I was afraid that this would be the answer. I'll try to dig into it.