﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3361	[FF] createBookmark problem with multi-ranges	Garry Yao		"If a selection contains multiple ranges, now invoke '''selection.createBookmarks()''', if the ranges were overlapped with each other, then the bookmarked range will right correct. [[BR]]
Try the following selection in FF:
{{{
<table>
    <tbody>
        [
        <tr>
            <td>
                cell1
            </td>
            <td>
                cell2
            </td>
        </tr>]
    </tbody>
</table>
}}}
FF will translate it into multi-ranges as:
{{{
<table>	
    <tbody>
        <tr>
            ^<td>
                cell1
            </td>^
            ^<td>
                cell2
            </td>^
        </tr>
    </tbody>
</table>
}}}
Now the bookmark nodes creation on every range will interfere with each other, resulting in incorrect bookmark positions."	Bug	closed	Normal	CKEditor 3.0	General		wontfix	Firefox Confirmed	
