editor.html does not seem to recalculate it's content height correctly in Touch UI with 6.1 since SP1 has been installed | Community
Skip to main content
Level 2
February 15, 2016
Solved

editor.html does not seem to recalculate it's content height correctly in Touch UI with 6.1 since SP1 has been installed

  • February 15, 2016
  • 4 replies
  • 1058 views

Ever since updating AEM 6.1 to SP1, we had an odd issue with the editor.html where it seems to fail to recalculate it's content height, which makes the bottom of several pages uneditable/viewable.

We reproduced this on 2 different Mac and as well as 2 different Windows(Win7 64Bit) PCs, in Chrome and Firefox as well.   I've recorded a full test from the vanilla 6.1 installation to the upgrade to SP1 along with the tests to show the before and after. 

It's a pretty long video (~20 minutes), so I included time anchors in the description to the actual important steps.  Any insight would be greatly appreciated.

https://www.youtube.com/watch?v=ph9Hqpixl14

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Force a reload when switching to preview [1]. Give the internal daycare person the reference number of CQ-19880 he will do the rest for your use case.

channel.on("editor-frame-mode-changed", function(e) {

             window.location.reload();

         });

4 replies

Level 8
February 15, 2016

Agreed.  I have the exact same issue.

Daniel245
Level 2
February 15, 2016

Has anyone found a solution for this? I tweeted the Adobe guys who said they ran a quick test and could not reproduce. It's a pretty big issue as it renders the page incorrectly in edit mode! Would be great if someone from Adobe could reproduce and provide support. 

Lokesh_Shivalingaiah
Level 10
February 16, 2016

Please raise a support ticket here 

https://daycare.day.com/home/createaticket.html

Sham_HC
Sham_HCAccepted solution
Level 10
February 18, 2016

Force a reload when switching to preview [1]. Give the internal daycare person the reference number of CQ-19880 he will do the rest for your use case.

channel.on("editor-frame-mode-changed", function(e) {

             window.location.reload();

         });