After the latest chrome update to 54.0.2840.71
, the context menu for editing - cut, copy, undo
are no longer selectable.
I'm also having this problem in my own and all other instances of ACE in Chrome 54
Also have the same issue in Canary 56
Appears to be tracked in https://bugs.chromium.org/p/chromium/issues/detail?id=621138
@anonymousandrew are we sure this is the same issue? The bug described in that link seems to behave differently depending on the selected text. In regards to Ace, this issue is persistent inside any text field, regardless of how characters are selected.
I can confirm to be able to repro on the following:
OS details:
Chrome details:
I opened an issue on the chromium bug tracker because I'm not sure it's the same issue that @anonymousandrew pointed out.
Please star it.
Comment 4 by [email protected]
It seems the root issue is that Chrome requires to focus on INPUT/TEXTAREA to show correct context menu after r413695, and usually right-mousedown focuses on the element, but Ace editor seems to prevent to focus.
Looks like Ace is to blame here?
In CodeMirror the menu items are working.
I wonder when will this fix be released?
@nightwing Would be great to get a release out to fix this bug
Any workarounds while the fix is on the way?
I think it's fixed. Just needs a release
Most helpful comment
@nightwing Would be great to get a release out to fix this bug