r1605 - branches/bxe_2_0/mozile
[email protected] Sun, 5 Nov 2006 19:07:27 +0100 (CET)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Sun Nov 5 19:07:26 2006
New Revision: 1605
Modified:
branches/bxe_2_0/mozile/mozilekb.js
Log:
ws only
Modified: branches/bxe_2_0/mozile/mozilekb.js
==============================================================================
--- branches/bxe_2_0/mozile/mozilekb.js (original)
+++ branches/bxe_2_0/mozile/mozilekb.js Sun Nov 5 19:07:26 2006
@@ -644,9 +644,10 @@
sel.deleteSelection(backspace);
return true;
}
- sel.fixFocus();
- //switch focus and anchor, if focus is before anchor
+ //switch focus and anchor, if focus is before anchor
+ sel.fixFocus();
+
if (sel.anchorOffset >= sel.anchorNode.nodeValue.strip().length) {
var _pos = sel.focusOffset;
sel.collapse(sel.focusNode,0);
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs