#10826 closed Bug (worksforme)
Menubutton focus does not go back to editor after picking an option
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Issue is reproducable with Chrome/31.0.1627.0
You can test issue using languages plugin.
- Open any sample with CKEditor languages plugin enabled (i.e. samples/replacebyclass.html).
- Select any text.
- Navigate using keyboard to language plugin button (the chinese character button).
- Unfold button using i.e. space key, then using keyboard pick any option from available languages (i.e. with space key).
Expected result:
Focus should return to the editor content.
Current result:
Focus is not set to editor.
additional info:
- My assumption are that focus stays still within dropbox on <a /> element for selected language, because we can see
javascript:void('French')
in browser status bar, and hitting (shift+) tab key will change it to any other language. Also it can be checked by activeElement, checkingdocument.getElementById('cke_105_frame').contentDocument.activeElement
(assuming that cke_105_frame is id of iframe created by CKEditor).
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → pending |
---|
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
@j.swiderski - version 31 is currently available as nigthly build. I've checked major, and issue does not occur anymore :) I recall that language menubutton usage was changed a little while ago, so maybe that fixed the issue. Anyway: closed
@m.lewandowski could you recheck it? I have tried in latest stable Chrome 29 and problem doesn't occur there. Btw. latest beta is 30 not 31. I have also checked beta and there is no problem there as well.