id summary reporter owner description type status priority milestone component version resolution keywords cc 9459 [Opera&Framed] Focus is lost after clicking in linki inside a combo or editor Piotrek Koszuliński Piotrek Koszuliński "=== Test case 1 === 1. Open attached sample and open console (ctrl+shift+i on Opera). 2. Select text in editor. 3. Open font-size combo and click some value. * Expected: no blur logged on console. * Actual: focus, selectionChange, selectionChange, blur. It's also possible to verify that something's wrong by selecting different parts of text in editor. Toolbar buttons like bold should react, but because {{{selectionChange}}} isn't fired that's not happening. After investigation we're pretty sure that this is caused by async focus fired on link inside combo. Click on this link causes correct panel.close() && editor.focus(), but then deferred focus happens and moves focus back to panel. === Test case 2 === 1. Open attached sample and open console (ctrl+shift+i on Opera). 2. Focus editor. 3. Click link inside editor. * Expected: no blur logged on console * Actual: focus, selectionChange, selectionChange, blur. " Bug closed Normal CKEditor 4.0 Core : Focus 4.0 fixed