Changeset 129
- Timestamp:
- 05/09/05 10:34:22 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r127 r129 1603 1603 doc.close(); 1604 1604 1605 // redo it for some obscure reason that IE need it..1606 editor.activateEditor();1607 1608 1605 // if we have multiple editors some bug in Mozilla makes some lose editing ability 1606 // so activation is done only when mouse down 1609 1607 if(HTMLArea.is_gecko) 1610 1608 { … … 1615 1613 ); 1616 1614 } 1617 1615 else 1616 { 1617 // redo it for some obscure reason that IE need it.. 1618 editor.activateEditor(); 1619 } 1620 1621 // seems that focusEditor is redondant with the mouse down event handler 1622 // and should be better used 1618 1623 // editor.focusEditor(); 1619 1624 // intercept some events; for updating the toolbar & keyboard handlers
