Frontmatter
| id | 3516 |
| title | tab.Container: double-clicking on tab headers multiple times can trigger a drag OP |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Oct 4, 2022, 4:51 PM |
| updatedAt | Oct 4, 2022, 5:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3516 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 4, 2022, 5:50 PM |
tab.Container: double-clicking on tab headers multiple times can trigger a drag OP
tobiu assigned to @tobiu on Oct 4, 2022, 4:51 PM

tobiu
Oct 4, 2022, 5:50 PM
i did some intense monkey-testing and this should neo longer happen.
the mouse sensor now uses a delay of 0.1s as well as a min distance of 5px. drag start might feel a little bit delayed now.
i also adjusted the timeouts to ensure that an initial hide OP can no longer happen after the re-show.
tobiu closed this issue on Oct 4, 2022, 5:50 PM
this results in
tab.header.Buttonnot getting displayed again:we either need to ensure that a drag OP starts "later" or that drag gets disabled for a short period after drop.