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

[[ Bug 23089 ]] Use AbsoluteLayout class to position native layers#7525

Merged
livecodepanos merged 2 commits into
livecode:develop-9.6from
livecodeian:bugfix-23089
Feb 17, 2021
Merged

[[ Bug 23089 ]] Use AbsoluteLayout class to position native layers#7525
livecodepanos merged 2 commits into
livecode:develop-9.6from
livecodeian:bugfix-23089

Conversation

@livecodeian

Copy link
Copy Markdown
Contributor

This patch modifies the Android native layer code to replace the current implementation based on RelativeLayout to one based on AbsouteLayout. This fixes an issue where native layers would be resized if their bounds exceed the group that contains them.

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

@livecodeian livecodeian added this to the 9.6.2-rc-3 milestone Feb 16, 2021
@livecodeian livecodeian self-assigned this Feb 16, 2021
This patch modifies the Android native layer code to replace the current
implementation based on RelativeLayout to one based on AbsouteLayout.
This fixes an issue where native layers would be resized if their bounds
exceed the group that contains them.
This patch adds a release note for bug 23089, where native layers would
be resized to fit within a group's bounds rather than clipped
@livecodeian livecodeian changed the base branch from release-9.6.2 to develop-9.6 February 16, 2021 16:30
@livecodepanos livecodepanos modified the milestones: 9.6.2-rc-3, 9.6.3-rc-1 Feb 16, 2021
@runrevmark

Copy link
Copy Markdown
Contributor

@livecode-vulcan review ok 2689ad6

@livecode-vulcan

Copy link
Copy Markdown
Contributor

💙 review by @runrevmark ok 2689ad6

livecode-vulcan added a commit that referenced this pull request Feb 16, 2021
[[ Bug 23089 ]] Use AbsoluteLayout class to position native layers

This patch modifies the Android native layer code to replace the current implementation based on RelativeLayout to one based on AbsouteLayout. This fixes an issue where native layers would be resized if their bounds exceed the group that contains them.

Fixes https://quality.livecode.com/show_bug.cgi?id=23089
@livecode-vulcan

Copy link
Copy Markdown
Contributor

😎 test success 2689ad6

  • 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.4: success
  • try-community-universal-ios-iphoneos14.1: success
  • try-community-universal-ios-iphonesimulator14.4: success
  • try-community-universal-ios-iphonesimulator14.1: 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 dfd9e1a into livecode:develop-9.6 Feb 17, 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.

4 participants