id summary reporter owner description type status priority milestone component version resolution keywords cc 10826 Menubutton focus does not go back to editor after picking an option Marek Lewandowski "Issue is reproducable with Chrome/31.0.1627.0 You can test issue using languages plugin. 1. Open any sample with CKEditor languages plugin enabled (i.e. samples/replacebyclass.html). 2. Select any text. 3. Navigate using keyboard to language plugin button (the chinese character button). 4. Unfold button using i.e. space key, then using keyboard pick any option from available languages (i.e. with space key). '''Expected result:'''[[BR]] Focus should return to the editor content. '''Current result:'''[[BR]] Focus is not set to editor. '''additional info:'''[[BR]] 1. My assumption are that focus stays still within dropbox on 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, checking {{{document.getElementById('cke_105_frame').contentDocument.activeElement}}} (assuming that cke_105_frame is id of iframe created by CKEditor)." Bug closed Normal General worksforme