You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
With Contao 3.3.0 the inline style float:left;/float:right; for the <figure> were removed from the ce_text and ce_image templates.
However, this also affected the backend view - images of text elements no longer float left or right of the text, which was a bit confusing for some editors, who were used to see this in the backend as well.
### 4.1.2 (2016-03-22)
* Handle derived classes in the exception converter (see #462).
* Prevent the autofocus attribute from being added multiple times (see contao/core#8281).
* Respect the SSL settings of the root page when generating sitemaps (see contao/core#8270).
* Read from the temporary file if it has not been closed yet (see contao/core#8269).
* Always use HTTPS if the target server supports SSL connections (see contao/core#8183).
* Adjust the meta wizard field length to the column length (see contao/core#8277).
* Correctly handle custom mime icon paths (see contao/core#8275).
* Show the 404 error page if an unpublished article is requested (see contao/core#8264).
* Correctly count the URLs when rebuilding the search index (see contao/core#8262).
* Ensure that every image has a width and height attribute (see contao/core#8162).
* Set the correct mime type when embedding SVG images (see contao/core#8245).
* Handle the "float_left" and "float_right" classes in the back end (see contao/core#8239).
* Consider the fallback language if a page alias is ambiguous (see contao/core#8142).
* Fix the error 403/404 redirect (see contao/website#74).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Contao
3.3.0the inline stylefloat:left;/float:right;for the<figure>were removed from thece_textandce_imagetemplates.However, this also affected the backend view - images of
textelements no longer float left or right of the text, which was a bit confusing for some editors, who were used to see this in the backend as well.I'd suggest to simply add a backend style like
or something similar as well.
The text was updated successfully, but these errors were encountered: