TextArea Focus disables ShortcutActions

Hello,

I have a formular with a TextArea and sime Buttons with a ClickShortcut.

The Submit Button has ShortcutAction.KeyCode.ENTER.
And there is another button with ShortcutAction.KeyCode.ENTER + ShortcutAction.ModifierKey.CTRL.

The shortcuts work until I focus the TextArea . Then both shortcuts do not work anymore.
ENTER creates a new Line in the TextArea and CTRL+ENTER has no function at all.

Is this a Bug a normal behavoir? I would have excpected, that my custom set shortcuts have a higher priority.
So when I click ENTER and have the TextArea focus I expect the execution of the Button and not a new line.

I added a sample project as attachment

14013.zip (6.06 KB)

Helllo Matthias,

I believe that is an intended behaviour. I cross checked in couple of sites including Google+ and also some web products all have the same functionality. So, I feel that this is not a bug.

Thanks,
Krishna.