Changes between Version 2 and Version 3 of Ticket #8938, comment 6
- Timestamp:
- Mar 27, 2013, 10:12:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8938, comment 6
v2 v3 1 1 We would also like to see the center command active when an image is selected in the editor. Our users miss this feature from 3.6.2. 2 2 3 Using css upon the image to left/right align was a controversial approach. You are not aligning images to the left or the right now. They are being float:left and float:right now which is totally different behavior than what happens if you click next to the image and then press align left/right. 3 Using css upon the image to left/right align was a controversial approach. You are not aligning images to the left or the right now. They are being float:left and float:right now which is totally different behavior than what happens if you click next to the image and then press align left/right. If you want to "float" objects then add a float button. Align and float are not the same thing. 4 4 5 5 I would like an config option to set the behavior back to what it was in 3.6.2 with a container and text-align being used.