Changes between Initial Version and Version 1 of Ticket #12701
- Timestamp:
- Dec 3, 2014, 11:49:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12701
-
Property
Status
changed from
new
toclosed
-
Property
Type
changed from
Bug
toNew Feature
-
Property
Summary
changed from
image2 can resize beyond the ckeditor limits
toImage2 could have limiter for resizing image to specified maximum,
-
Property
Version
changed from
to
4.3 Beta
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #12701 – Description
initial v1 1 image2 let you enlarge the picture beyond the editor limits 2 so there is a horizontal-scroll if the image is too big 1 Edit:[[BR]] 2 Image2 resize feature could have limiter which limits resizing image to: 3 1. specified width (perhaps also height) in pixels. 4 2. body (for classic editor) or editable element (for inline editor) width (perhaps height as well). I'm not sure whether size has to be specified or will be taken from computed styles (but what if body size changes in the meantime?) 5 6 7 ---- 8 >image2 let you enlarge the picture beyond the editor limits so there is a horizontal-scroll if the image is too big 9 This is how HTML/CSS works. You can set {{{overflow:hidden;}}} for body element if you don't want to see scrolls. This is not a bug so I have reedited you original report.