Changeset 1061
- Timestamp:
- 10/05/08 14:38:40 (2 months ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1059 r1061 2474 2474 // isn't "pushed out" when we get it's height, so we can change them later. 2475 2475 this._iframe.style.height = '100%'; 2476 this._textArea.style.height = '100%'; 2476 //here 100% can lead to an effect that the editor is considerably higher in text mode 2477 this._textArea.style.height = '1px'; 2478 2477 2479 this._iframe.style.width = ''; 2478 2480 this._textArea.style.width = '';
