Issue: Height of text area in RTE does not auto resize when dialog resizes. It is not possible to set the rich text height following the dialog height dynamically. Solution: Add listeners for dialog with bodyresize event <listeners jcr:primaryType="nt:unstructured" bodyresize="function(dialog, width, height) { if(dialog.getField("./richtextfield") != undefined) {dialog.getField("./richtextfield").el.parent().setStyle("height", (height-90)+"px");}}"/>