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

[[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browse mode#7568

Merged
livecodepanos merged 1 commit into
livecode:develop-9.6from
livecodepanos:bugfix-23220
May 24, 2021
Merged

[[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browse mode#7568
livecodepanos merged 1 commit into
livecode:develop-9.6from
livecodepanos:bugfix-23220

Conversation

@livecodepanos

@livecodepanos livecodepanos commented May 24, 2021

Copy link
Copy Markdown
Contributor

This patch ensures that the mouseUp message is sent to image objects when the
tool is image or pointer and the mouse button is released inside the image. Previously,
use of an uninitialized rectangle (srect) caused the wrong message to be almost always
sent.

… mode

This patch ensures that the mouseUp message is sent to image objects when the
tool is image or pointer and the mouse button is released inside the image. Previously,
use of an uninitialized rectangle (srect) caused the wrong message to be almost always
sent.

@runrevmark runrevmark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you tweak the commit message to reflect the bug fix (I know it came from having to fix a compile error - but its better to document as the thing it fixes):

[[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browse mode

This patch ensures that the mouseUp message is sent to image objects when the
tool is image or pointer and the mouse button is released inside the image. Previously,
use of an uninitialized rectangle (srect) caused the wrong message to be almost always
sent.

@livecodepanos livecodepanos changed the title [[ Bug 23220 ]] Fix compile error when building with Xcode 12.5 [[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browser mode May 24, 2021
@livecodepanos livecodepanos requested a review from runrevmark May 24, 2021 15:05
@livecodepanos

Copy link
Copy Markdown
Contributor Author

@runrevmark Thanks, done :)

@runrevmark

Copy link
Copy Markdown
Contributor

@livecode-vulcan review ok 81162cc

@livecode-vulcan

Copy link
Copy Markdown
Contributor

💙 review by @runrevmark ok 81162cc

livecode-vulcan added a commit that referenced this pull request May 24, 2021
[[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browser mode

This patch ensures that the mouseUp message is sent to image objects when the
tool is image or pointer and the mouse button is released inside the image. Previously,
use of an uninitialized rectangle (srect) caused the wrong message to be almost always
sent.
@livecode-vulcan

Copy link
Copy Markdown
Contributor

😞 test failure 81162cc

  • 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.5: success
  • try-community-universal-ios-iphoneos14.4: failure
  • try-community-universal-ios-iphonesimulator14.5: success
  • try-community-universal-ios-iphonesimulator14.4: failure
  • try-community-universal-mac-macosx10.9: success
  • 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
Copy Markdown
Contributor Author

@livecode-vulcan retry 81162cc

livecode-vulcan added a commit that referenced this pull request May 24, 2021
[[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browser mode

This patch ensures that the mouseUp message is sent to image objects when the
tool is image or pointer and the mouse button is released inside the image. Previously,
use of an uninitialized rectangle (srect) caused the wrong message to be almost always
sent.
@runrevmark runrevmark changed the title [[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browser mode [[ Bug 23220 ]] Ensure mouseUp is sent to image objects out of browse mode May 24, 2021
@livecode-vulcan

Copy link
Copy Markdown
Contributor

😎 test success 81162cc

  • 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.5: success
  • try-community-universal-ios-iphoneos14.4: success
  • try-community-universal-ios-iphonesimulator14.5: success
  • try-community-universal-ios-iphonesimulator14.4: 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 58acf2b into livecode:develop-9.6 May 24, 2021
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.

3 participants