Opened 9 years ago
Closed 9 years ago
#36482 closed enhancement (fixed)
Improve editor scrolling
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Maybe we can look into keeping the main toolbar hidden when scrolling down, while showing it when scrolling up. This way we can also use CSS to make showing and hiding of it smoother, instead of JavaScript. This kind of experience is widely used now, so a lot of users would already be used to it.
Attachments (11)
Change History (23)
#2
@
9 years ago
- Milestone changed from Awaiting Review to 4.6
In 36482.6.patch:
- Fix reducing.
- Don't reduce more than the minimum height.
- Scroll up the difference so that the cursor does not disappear under the toolbar when using BACKSPACE.
#4
@
9 years ago
In 36482.10.patch:
- Don't adjust the Text editor height to smaller than
autoresizeMinHeight
. - Fix the adjustment on backspace.
#5
@
9 years ago
In 36482.11.patch: when shrinking the textarea, run adjust()
only if it was actually resized.
This ticket was mentioned in Slack in #core by ocean90. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by ocean90. View the logs.
9 years ago
#11
@
9 years ago
@iseulde, @azaozz: What's the plan here? Is there a follow-up commit which we can get into beta 1 tomorrow? I'm sure that the visual editor requires more testing.
#12
@
9 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Closing as fixed based on https://wordpress.slack.com/archives/core-editor/p1467219434000232.
In 37596: