Changeset 7048
- Timestamp:
- 06/14/11 16:27:46 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/autogrow/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/autogrow/plugin.js
r7032 r7048 42 42 } 43 43 44 var height = last.getDocumentPosition( doc ).y + last.$.offsetHeight ;44 var height = last.getDocumentPosition( doc ).y + last.$.offsetHeight + parseInt( last.getComputedStyle( 'margin-bottom' ) || 0, 10 ); 45 45 last.isMarker && last.remove(); 46 46 return height;
Note: See TracChangeset
for help on using the changeset viewer.
