Ticket #1524 (closed Bug: fixed)

Opened 20 months ago

Last modified 20 months ago

Cursor jumping to start and end of unordered list

Reported by: adamcharnock Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.5
Component: General Version: FCKeditor 2.5 Beta
Keywords: Confirmed Firefox Cc:

Description (last modified by fredck) (diff)

When I create an unordered list where every element is a link, and then I click at the end of one of the items in the list, the cursor will be moved to the line before the list for one 'blink' before being moved to the start of the last line in the list.

I am using Firefox 2.0.0.9 on Vista (but this has also been seen on Ubuntu). I am using FCKEditor 2.5beta, and this bug is also present in the currently nightly build.

This bug does not seem to be present in IE7 on Vista (I have not tested any other versions of IE) or Safari 3.0.3 on Vista.

I have attached an image that should clarify this bug. You can use the following HTML to replicate this in the editor:

<p>&nbsp;</p>
<ul>
    <li><a href="a">Accounting</a></li>
    <li><a href="a">Economics</a></li>
    <li><a href="a">Geography</a></li>
    <li><a href="a">History</a></li>
    <li><a href="a">Law</a></li>
</ul>

Many Thanks,

Adam Charnock

Attachments

fck-bug.png (26.3 KB) - added by adamcharnock 20 months ago.
An overview of the bug in screenshots

Change History

Changed 20 months ago by adamcharnock

An overview of the bug in screenshots

Changed 20 months ago by fredck

  • description modified (diff)

Changed 20 months ago by fredck

  • keywords Confirmed Firefox added
  • version set to FCKeditor 2.5 Beta
  • milestone set to FCKeditor 2.5

Confirmed with FF.

Changed 20 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 20 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [1076].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.