-
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
Task - No bottom padding for Confirm task button #41100
Comments
Triggered auto assignment to @garrettmknight ( |
@garrettmknight FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #vip-vsp |
ProposalPlease re-state the problem that we are trying to solve in this issue.Task - No bottom padding for Confirm task button What is the root cause of that problem?There is no style applied to App/src/pages/tasks/NewTaskPage.tsx Line 194 in 2487ab7
What changes do you think we should make in order to solve the problem?We need to add What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Task - No bottom padding for Confirm task button What is the root cause of that problem?
App/src/pages/tasks/NewTaskPage.tsx Lines 124 to 127 in 0cff26f
What changes do you think we should make in order to solve the problem?On ScreenWrapper component we have this logic: App/src/components/Form/FormWrapper.tsx Line 105 in 0cff26f
This add a Solution: we need to add <ScreenWrapper
shouldEnableKeyboardAvoidingView={false}
testID={NewTaskPage.displayName}
+ includeSafeAreaPaddingBottom
> |
@luacmartins , another regression from that extra footer PR #38039. c.c. @lukemorawski |
Holding for a fix in #36038 |
Adding #40827 to the HOLD |
Still holding |
PR has been merged and I think this should be fixed. |
All fixed! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.66-4
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
and log in
Expected Result:
The bottom padding is present for the Confirm task button as for other buttons
Actual Result:
There is no bottom padding for the Confirm task button
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6462833_1714137910845.Recording__437.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: