-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix keyboard issue on FloatingActionButton component #12345
Conversation
@tgolen Simulator.Screen.Recording.-.iPad.Pro.11-inch.3rd.generation.-.2022-11-05.at.03.09.04.mp4 |
Hm, yeah. I'm guessing it's more related to a rotation issue than an issue with the keyboard? It doesn't happen until you rotate it, right? |
Yes, it happens only when rotate, sometimes it doesn't happen. |
Screen RecordingsiPad & iPad mWebSimulator.Screen.Recording.-.iPad.Pro.11-inch.4th.generation.-.2022-11-07.at.01.27.33.mp4Android Tab & mWebAndroid_Tab.movAndroid & iOSScreen.Recording.2022-11-07.at.12.51.51.AM.movAndroid & iOS mWebScreen.Recording.2022-11-07.at.12.54.35.AM.movDesktop & WebAndroid_Tab.mov |
|
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.
Screen Recordings: #12345 (comment)
Checklist: #12345 (comment)
Note: There are some weird issues with iPad mWeb
#12345 (comment)
#10905 (comment)
but those are not introduced by this PR. So approving!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by @yuwenmemon in version: 1.2.25-0 🚀
|
Details
remove keyboard avoiding behavior in FloatingActionButton component
Fixed Issues
$ #10905
PROPOSAL: #10905 (comment)
Tests
QA Steps
PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android