Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22927 ]] Fix tracking of mouse events during modal session #7445

Merged
merged 2 commits into from
Oct 12, 2020

Conversation

livecodeian
Copy link
Contributor

This patch fixes the tracking of mouse events in modal sessions on
MacOS X by updating the last mouse event in the mouseDown and
mouseDragged methods of the window, rather than by searching through
the event queue.

Fixes https://quality.livecode.com/show_bug.cgi?id=22927

This patch fixes the tracking of mouse events in modal sessions on
MacOS X by updating the last mouse event in the mouseDown and
mouseDragged methods of the window, rather than by searching through
the event queue.
This patch adds a release note for bug 22927, where drag n' drop would
not work within a modal stack
@livecodeian livecodeian added the bug label Oct 8, 2020
@livecodeian livecodeian added this to the 9.6.2-rc-1 milestone Oct 8, 2020
@livecodeian livecodeian self-assigned this Oct 8, 2020
@runrevmark
Copy link
Contributor

@livecode-vulcan review ok 76c96d5

@livecode-vulcan
Copy link
Contributor

💙 review by @runrevmark ok 76c96d5

livecode-vulcan added a commit that referenced this pull request Oct 12, 2020
[[ Bug 22927 ]] Fix tracking of mouse events during modal session

This patch fixes the tracking of mouse events in modal sessions on
MacOS X by updating the last mouse event in the mouseDown and
mouseDragged methods of the window, rather than by searching through
the event queue.

Fixes https://quality.livecode.com/show_bug.cgi?id=22927
livecode-vulcan added a commit that referenced this pull request Oct 12, 2020
[[ Bug 22927 ]] Fix tracking of mouse events during modal session

This patch fixes the tracking of mouse events in modal sessions on
MacOS X by updating the last mouse event in the mouseDown and
mouseDragged methods of the window, rather than by searching through
the event queue.

Fixes https://quality.livecode.com/show_bug.cgi?id=22927
@livecode-vulcan
Copy link
Contributor

😞 test failure 76c96d5

  • try-community-armv6-android-sdk26_ndk16r15: success
  • try-community-armv7-android-ndk16r15: success
  • try-community-arm64-android-ndk16r15: success
  • try-community-x86-android-ndk16r15: success
  • try-community-x86_64-android-ndk16r15: success
  • try-community-js-emscripten-sdk1.35: success
  • try-community-universal-ios-iphoneos14.0: success
  • try-community-universal-ios-iphoneos13.5: failure
  • try-community-universal-ios-iphonesimulator14.0: success
  • try-community-universal-ios-iphonesimulator13.5: failure
  • try-community-universal-mac-macosx10.9: failure
  • try-community-x86-linux-debian8: pending
  • try-community-x86_64-linux-debian8: pending
  • try-community-x86-win32: pending
  • try-community-x86_64-win32: pending

@livecodepanos
Copy link
Contributor

@livecode-vulcan retry 76c96d5

livecode-vulcan added a commit that referenced this pull request Oct 12, 2020
[[ Bug 22927 ]] Fix tracking of mouse events during modal session

This patch fixes the tracking of mouse events in modal sessions on
MacOS X by updating the last mouse event in the mouseDown and
mouseDragged methods of the window, rather than by searching through
the event queue.

Fixes https://quality.livecode.com/show_bug.cgi?id=22927
@livecodepanos
Copy link
Contributor

The previous checks on Mac and iOS13.5 failed because build-mac-4 with Xcode12 was used. I have disabled build-mac-4 and enabled build-mac-3 (that has Xcode 9.4.1) so this PR should pass now.

@livecode-vulcan
Copy link
Contributor

😎 test success 76c96d5

  • try-community-armv6-android-sdk26_ndk16r15: success
  • try-community-armv7-android-ndk16r15: success
  • try-community-arm64-android-ndk16r15: success
  • try-community-x86-android-ndk16r15: success
  • try-community-x86_64-android-ndk16r15: success
  • try-community-js-emscripten-sdk1.35: success
  • try-community-universal-ios-iphoneos14.0: success
  • try-community-universal-ios-iphoneos13.5: success
  • try-community-universal-ios-iphonesimulator14.0: success
  • try-community-universal-ios-iphonesimulator13.5: success
  • try-community-universal-mac-macosx10.9: success
  • try-community-x86-linux-debian8: success
  • try-community-x86_64-linux-debian8: success
  • try-community-x86-win32: success
  • try-community-x86_64-win32: success

@livecodepanos livecodepanos merged commit af5e912 into livecode:develop-9.6 Oct 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants