Opened 12 years ago
Closed 12 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0.1 |
| Component: | Editor | Version: | 4.0 |
| Severity: | normal | Keywords: | fixed-major commit |
| Cc: | Focuses: |
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
@
12 years ago
After some quick debugging with @avryl, caused by canvas.focus(); before setting the new caret position (canvas.selectionStart and canvas.selectionEnd).
#5
@
12 years ago
- Summary When editing a long post in Text more, clicking on any of the Quicktags buttons may auto-scroll the page → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like this is a Chrome bug. Happens too with editor expand disabled, if you make the textarea a bit longer.