You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a usability issue when using the issue navigation in this plugin, that prevents using the enter key in the text input field of an issue. You can reproduce it with the following:
Open an issue with related issues
Select an related issue with a mouse click, so that is it highlighted
Press arrow down key
Click edit issue
Type something in the input field for the issue and then press enter
This causes the browser to navigate to the related issue although the user expects to insert a newline in the text input field.
A workaround for this is to remove the HK.bindIssuesTableKeys() call in hotkeys.js
The text was updated successfully, but these errors were encountered:
cmrd-senya
added a commit
to cmrd-senya/redmine_hotkeys_js
that referenced
this issue
Mar 5, 2017
Hi,
there is a usability issue when using the issue navigation in this plugin, that prevents using the enter key in the text input field of an issue. You can reproduce it with the following:
This causes the browser to navigate to the related issue although the user expects to insert a newline in the text input field.
A workaround for this is to remove the HK.bindIssuesTableKeys() call in hotkeys.js
The text was updated successfully, but these errors were encountered: