Ticket #2377 (closed Bug: worksforme)
CreateLink in Firefox 3
| Reported by: | robertsaliba | 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
Note: See
TracTickets for help on using
tickets.