Changeset 404
- Timestamp:
- 07/03/07 00:23:39 (6 years ago)
- File:
-
- 1 edited
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckpanel.js
r368 r404 162 162 // to return the correct width. Remove the first step and it will not 163 163 // work when the editor is in RTL. 164 iMainWidth = this.MainNode.offsetWidth ; 164 // 165 // The "|| this.MainNode.firstChild.offsetWidth" part has been added 166 // for Opera compatibility (see #570). 167 iMainWidth = this.MainNode.offsetWidth || this.MainNode.firstChild.offsetWidth ; 165 168 166 169 var oPos = FCKTools.GetElementPosition(
Note: See TracChangeset
for help on using the changeset viewer.
