Opened 16 years ago

Closed 16 years ago

#2377 closed Bug (worksforme)

CreateLink in Firefox 3

Reported by: robert Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.2
Keywords: Cc:

Description

If i insert link to a normal text , and i click on view source , the link html is like this

<a href="javascript:void(0);/*1216280660272*/">

instead of

<a href="index.html">

i trace the code i think this is something related to document.evaluate in CreateLink method

Change History (3)

comment:1 Changed 16 years ago by robert

Resolution: fixed
Status: newclosed

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

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Keywords: CreateLink removed
Priority: HighNormal
Resolution: fixed
Status: closedreopened

If there's no check-in of code the ticket can't be marked as fixed.

This kind of problem was fixed long ago before Firefox 3 was released.

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: reopenedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy