Changes between Initial Version and Version 1 of Ticket #9047


Ignore:
Timestamp:
Jun 19, 2012, 12:19:54 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9047 – Description

    initial v1  
    1 1) Create a link of type url and give it an id and name.
    2 2) Now enter no of lines below this link. These lines are added as spacer.
    3 3) Create another link and select its type as 'Link to anchor in the text' and select the anchor name or id of the link created in step 1.
    4 4) The new link must be created quite some distance from the first link i.e the second link must be at a scrollable distace so that when we click the second link the focus moves up or down the page.
    5 5) Now click the second link. In IE and chrome focus will move to the first link while in firefox instead of the focus getting shifted to the target link the page reloads.
     11. Create a link of type url and give it an id and name.
     22. Now enter no of lines below this link. These lines are added as spacer.
     33. Create another link and select its type as 'Link to anchor in the text' and select the anchor name or id of the link created in step 1.
     44. The new link must be created quite some distance from the first link i.e the second link must be at a scrollable distace so that when we click the second link the focus moves up or down the page.
     55. Now click the second link. In IE and chrome focus will move to the first link while in firefox instead of the focus getting shifted to the target link the page reloads.
    66
    77I have verified that this is not a behaviour intinsic to firefox by creating two such links in a html page without ckeditor and it behaves as expected i.e the focus shifts, just like in IE and firefox. The problem occurs only when ckeditor is loaded.
     
    99One difference I observed between the source code of the preview page as generated by IE and FF is that FF had this additional line insided the html body
    1010
     11{{{
    1112<p>
    1213        <link href="http://ckeditor.com/apps/ckeditor/3.6.3/contents.css" rel="stylesheet" type="text/css" />
    1314</p>
    14 
     15}}}
    1516If this is acknowledged as a bug we will require it to be patch in 3.3.1 and 3.5.3 also as we have customers using these releases and waiting for a fix.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy