Skip to content
Snippets Groups Projects
Commit a31ecb6a authored by Thomas Marstrander's avatar Thomas Marstrander Committed by Paal Joergensen
Browse files

JI-2406 Fix CKEditor field collapsing

The CKEditor input field would sometimes collapse because it uses an
internal element to determine the height of the input field, and this
element was hidden and removed from the DOM so the height returned
was invalid, causing the input height to collapse to 0. Setting the
getBody element of CKEditor to an element that is always visible
and not removed fixes this measurement problem.
parent ff0de697
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment