-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AltGr+A selects editor content with widget at the start or end instead of typing a diacritic "a" #1419
Comments
config.keystrokes property has an explicit information on how to disable all the keystrokes. Moreover, Polish letter are not produced by pressing However I can see what is the source of this issue - our widget selection plugin is attempting to make a selection on I'll just mention that this case will happen only if you have a widget either on a very beginning or end of your content. I don't see a quick viable workaround for that other than temporarily changing content, which is rather painful. That being said, I'll put it in the upcoming milestone. |
@mlewand thank you for explain. Yes, this is case when I have got widget (called "bootstrap grid") at the beginning. I was trying to temporary fix it by preventDefault, without success on CKEditor.. The problem with widget is that first "AltGr+A" insert "ą" and is selecting all (like Ctrl+A) and second one call this keystroke.. remove all CKEditor content ... ;] |
I have simplified the issue description. Dropping original content for a reference:
|
I tried to provide a meaningful summary, but I feel I failed badly (wayyy too long)! @AnnaTomanek please, help, help 🙂 |
Hey @santaclaus21 just to let you know, the fix has been merged into the If you can't wait for it, you can download the nightly release from the "CKEditor Nightly Build" section on our download page. Keep in mind, however, that it has not been verified by our integration testing phase yet as we will do this right before the release. |
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
Apollo 11 ^was the spaceflight ...
ą
diacritic character by pressingcmd/ctrl+alt+a
.Expected result
"ą" character being typed, nothing else happens.
Actual result
"ą" character is typed, but whole editor content is being selected.
Other details
Cannot reproduce the issue on a mac, seems like the only Windows system problem.
The text was updated successfully, but these errors were encountered: