#3104: Tab focus on editor with tabindex after the editor has been focused is
wrong
----------------------------+-----------------------------------------------
 Reporter:  martinkou       |       Owner:  martinkou   
     Type:  Bug             |      Status:  new         
 Priority:  High            |   Milestone:  CKEditor 3.0
Component:  Accessibility   |     Version:  SVN         
 Keywords:  Oracle Review?  |  
----------------------------+-----------------------------------------------
Changes (by martinkou):

  * keywords:  Oracle Review- => Oracle Review?


Comment:

 Turns out the logic implemented in #3098 was headed for the wrong
 direction.

 The bug we're having now is caused by the tab focus logic implemented in
 the tab plugin - so it's not a browser bug as I've previously suspected.
 The tab plugin is actually handling ta and shift-tab events from within
 the editing area but it's not well integrated with the tab index fix in
 #3098 and so it didn't work. So the better way of handling this is -
 instead of adding hacks into wysiwygarea and sourcearea plugins, we should
 add the missing integration logic between the tabindex fix in #3098 and
 the tab plugin.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3104#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to