• I just updated a site i am working on to version 3.4. It seems that all is working well except the full screen visual editor in Chrome. It will show the correct width of the site but it will not show the height in full screen. which i am currently setting this way in my functions.php
    set_user_setting( 'dfw_width', 900);

    for what it is worth, i am using a child theme of twentyeleven

    I can use the arrow key to get through all of a page.

    It was not showing correctly in Firefox wither, but once i clicked “exit fullscreen” then went back to full screen it started working like a champ. It also seems to be loading fine in IE9

    I have tried clearing the cache as well as turning off all the plugins, but still no love.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter marcum502

    (@marcum502)

    so it looks like for Chrome and Safari, just for my child theme i have to go in and set a fixed height for the full screen visual editor. I am not having that issue in Firefox, or IE9 Am I missing something?

    Thread Starter marcum502

    (@marcum502)

    I think I found it. It seems there was a height on the body set to 100% that chrome and safari did not like after the patch to 3.4 . Odd that IE 9 and Firefox were ok with it. Live and learn.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Screen visual editor not showing full height in Chrome’ is closed to new replies.