Opened 10 years ago
Closed 10 years ago
#29944 closed defect (bug) (fixed)
When editing a long post in Text mode, clicking on any of the Quicktags buttons may auto-scroll the page
Reported by: | azaozz | Owned by: | nacin |
---|---|---|---|
Milestone: | 4.0.1 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Editor | Keywords: | fixed-major commit |
Focuses: | Cc: |
Description
Happens only in Chrome 38 (recently released) when editor expand is enabled, and only when the caret is somewhere in the middle of the post.
Attachments (1)
Change History (10)
#3
@
10 years ago
After some quick debugging with @avryl, caused by canvas.focus();
before setting the new caret position (canvas.selectionStart and canvas.selectionEnd).
#5
@
10 years ago
- Summary changed from When editing a long post in Text more, clicking on any of the Quicktags buttons may auto-scroll the page to When editing a long post in Text mode, clicking on any of the Quicktags buttons may auto-scroll the page
Note: See
TracTickets for help on using
tickets.
Looks like this is a Chrome bug. Happens too with editor expand disabled, if you make the textarea a bit longer.