Changes between Initial Version and Version 1 of Ticket #6308
- Timestamp:
- Sep 27, 2010, 12:11:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6308
-
Property
Status
changed from
new
toconfirmed
- Property Keywords HasPatch added; resize removed
-
Property
Status
changed from
-
Ticket #6308 – Description
initial v1 7 7 The same issue probably applies to "horizontal" resize_dir, but with a height CSS style. 8 8 9 Both issues can be fixed by changing the editor resize function call in resize/plugin.js to: 9 Both issues can be fixed by changing the editor resize function call in resize/plugin.js line43 to: 10 {{{ 10 11 editor.resize( resizeHorizontal ? width : null, resizeVertical ? height : null ); 11 12 }}} 12 13 This will cause the width/height to only be changed when necessary.