LearnNewsExamplesServices
Frontmatter
id5901
title7.3.0 release examples/dialog does not hide dialog after dialog is dragged
stateClosed
labels
bug
assigneestobiu
createdAtSep 14, 2024, 7:54 AM
updatedAtSep 20, 2024, 3:40 PM
githubUrlhttps://github.com/neomjs/neo/issues/5901
authorgplanansky
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 20, 2024, 3:38 PM

7.3.0 release examples/dialog does not hide dialog after dialog is dragged

Closed v8.1.0 bug
gplanansky
gplanansky commented on Sep 14, 2024, 7:54 AM

Describe the bug examples/dialog does not hide dialog after mouse click on dialog, or, dialog moved

To Reproduce git clone, cd neo, npi i, npm run build-all, npm run server-start chrome: run examples/dialog

  1. works: reload click create dialog button --> dialog appears <Esc> --> dialog hides

  2. not works: reload click create dialog button --> dialog appears click or drag dialog <Esc > --> dialog unchanged

Expected behavior the (1) works case above

Desktop (please complete the following information):

  • OS: macos 15.6
  • Browser Chrome Version 128.0.6613.138 (Official Build) (arm64)
gplanansky added the bug label on Sep 14, 2024, 7:54 AM
tobiu assigned to @tobiu on Sep 14, 2024, 1:12 PM
tobiu referenced in commit 85e6087 - "#5901 quick fix" on Sep 14, 2024, 1:14 PM
tobiu referenced in commit fded428 - "#5901 43-focussing a dialog after a resize OP" on Sep 20, 2024, 3:38 PM
tobiu closed this issue on Sep 20, 2024, 3:38 PM
tobiu
tobiu Sep 20, 2024, 3:40 PM

typing too fast. "re-focussing" should have been the commit message title^^

since we now re-apply the focus after drag & resize OPs, the ticket is resolved.