-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Bleed for iOS #4780
Updated Bleed for iOS #4780
Conversation
@jwoo-msft this might need to be ported to release/1.2 - let's confirm with the Teams mobile team tonight. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just an iOS issue? @RebeccaAnne should have a peek here too !
I'm not fully grokking the nuance of these changes, but the crash from the bug looks like an iOS specific concern. That said, I ran the bug payload through UWP, .NET, and JavaScript, and it doesn't look like it's rendering quite the same on all platforms. UWP seems to bleed the show card into the show card padding, whereas the other two don't. @jwoo-msft what is this card supposed to look like? UWP (note no emphasis padding around the show card): JavaScript (emphasis border around the show card) (.NET is similar): |
The card above can be condensed to the below. FYI, I added the snippet of this card to our Bleed.Comprehenisve.json.
ActionSet ShowCard -> Container with emphasis style with bleed true -> Container with default style. |
* Fixed the crash issue * Fixed Bleeding Crash Issue * finishing up changes for bleed update Co-authored-by: shalinijoshi19 <shalinij@microsoft.com>
* Fixed the crash issue * Fixed Bleeding Crash Issue * finishing up changes for bleed update Co-authored-by: shalinijoshi19 <shalinij@microsoft.com>
* Fixed the crash issue * Fixed Bleeding Crash Issue * finishing up changes for bleed update Co-authored-by: shalinijoshi19 <shalinij@microsoft.com>
Related Issue
Fixed #4745
Description
Setting the constraint with superview for bleed resulted in dependency on the superview. The fix limited the use of constraint to superview. Made explicit reference to the superview for code maintenance.
How Verified
Microsoft Reviewers: Open in CodeFlow