Changeset 1060
- Timestamp:
- 10/05/08 13:33:14 (2 months ago)
- Files:
-
- 1 modified
-
trunk/modules/Gecko/Gecko.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Gecko/Gecko.js
r1051 r1060 799 799 var posEl = doc.getElementById('XinhaEditingPostion'); 800 800 this.selectNodeContents(posEl); 801 posEl.scrollIntoView(true);801 this.scrollToElement(posEl); 802 802 posEl.parentNode.removeChild(posEl); 803 803
