#30668 closed defect (bug) (fixed)
DFW: fade in triggered when typing while mouse is outside editor
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | javascript | Cc: |
Attachments (4)
Change History (13)
#2
@
10 years ago
Clarification: If we use clientX/Y the coordinates will be the same when the mousemove event is fired alongside the scroll event for Chrome and Safari. But it still fades in when typing more because editorRect doesn't get updated.
This ticket was mentioned in Slack in #feature-focus by janneke. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by azaozz. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Above patch only fixes is partially. Working on other patch.