Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30515 closed defect (bug) (fixed)

Thre window may scroll down on loading on the Edit Post screen

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 4.1 Priority: normal
Severity: normal Version: 4.1
Component: Editor Keywords:
Focuses: Cc:

Description

Only happens when editor-expand is enabled. Caused by using the deltaHeight from the TinyMCE wpautoresize plugin.

Attachments (1)

30515.patch (1.3 KB) - added by azaozz 10 years ago.

Download all attachments as: .zip

Change History (4)

@azaozz
10 years ago

#1 @iseulde
10 years ago

#30514 was marked as a duplicate.

#2 @iseulde
10 years ago

How can I reproduce this? The deltaHeight scroll is actually to scroll the bottom (status bar) up when the content grows and kitchensink is toggled off. It should stick at the bottom. With the patch above, it disappears.

#3 @azaozz
10 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 30586:

Editor: limit scrolling triggered when TinyMCE is auto-resized to 100px. Prevents auto-scrolling on page load. Fixes #30515.

Note: See TracTickets for help on using tickets.