#2377: CreateLink in Firefox 3
---------------------------+------------------------------------------------
  Reporter:  robertsaliba  |       Owner:                 
      Type:  Bug           |      Status:  closed         
  Priority:  High          |   Milestone:                 
 Component:  General       |     Version:  FCKeditor 2.6.2
Resolution:  fixed         |    Keywords:  CreateLink     
---------------------------+------------------------------------------------
Changes (by robertsaliba):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 fixed , in

 http://developer.mozilla.org/en/docs/DOM:document.evaluate

 they said
 While using document.evaluate() works in FF2, in FF3 one must use
 someXMLDoc.evaluate() if evaluating against something other than the
 current document

 so to make it working you should replace "document" with
 "this.EditorDocument.evaluate",
 and it works

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2377#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to