Revision ab17f7519688b973734af56c843384256ac82a96
Committed on 29/03/2012 1:25 pm by
AndreĢ R <ar@ez.no> [GitHub Diff]
Merge WebKit up/down key navigation in tables fix from TinyMCE 3.4.9.1
From: https://github.com/tinymce/tinymce/commit/c2526eff141c342493d76d74beab29ebdc8c42c5
Commit message:
Fix for Atlassian CONFEXT-69.
WebKit up/down key navigation within table must select the correct <td>
within the row, when the target cell is empty.
moveCursorToRow() called getChildForDirection() which was incorrectly
returning the <br data-mce-bogus=1> node.