#2193: Opera: Can't place cursor at the end of paragraphs
----------------------+-----------------------------------------------------
  Reporter:  fredck   |       Owner:                     
      Type:  Bug      |      Status:  new                
  Priority:  High     |   Milestone:  Opera Compatibility
 Component:  General  |     Version:  SVN                
Resolution:           |    Keywords:  Confirmed Opera    
----------------------+-----------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 This is caused by a call to the MoveCursor() function.

 Line 107 or so of linked script
 
http://www.fckeditor.net/nightly/fckeditor/editor/_source/internals/fck_gecko.js
 contains an if clause which contains among others the following:

  {{{
 String(node.parentNode.contentEditable) == 'false'
  }}}

 This test is always true in Opera so the return statement following that
 if is ignored. Thus the MoveCursor function is executed to the end and
 places the cursor at the start of the text node you're in.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2193#comment:2>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to