-
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
[HOLD for payment 2022-04-12] Workspace Invite page - TexInput doesn't scroll up on pressing arrow keys - reported by @rushatgabhane #7729
Comments
Triggered auto assignment to @greg-schroeder ( |
Proposal (If gets external)we need to change App/src/pages/workspace/WorkspaceInvitePage.js Lines 292 to 296 in 8431ed4
or we can add margin in container styles of input and remove vertical padding from the view. |
PROPOSAL baseTextInput: {
fontFamily: fontFamily.GTA,
fontSize: variables.fontSizeNormal,
lineHeight: variables.fontSizeNormalHeight,
color: themeColors.text,
- paddingTop: 23,
paddingBottom: 8,
paddingHorizontal: 11,
borderWidth: 0,
borderRadius: variables.componentBorderRadiusNormal,
},
textInputAndIconContainer: {
+ paddingTop: 23,
flex: 1,
height: '100%',
zIndex: -1,
flexDirection: 'row',
},
secureInput: {
+ paddingTop: 23,
borderTopRightRadius: 0,
borderBottomRightRadius: 0,
}, Changes to be made in src/components/TextInput/BaseTextInput.js App/src/components/TextInput/BaseTextInput.js Lines 218 to 223 in a98df64
<View style={[
styles.textInputAndIconContainer,
+ (!hasLabel || this.props.secureTextEntry) && styles.pv0,
]}> |
@greg-schroeder Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@greg-schroeder Still overdue 6 days?! Let's take care of this! |
@greg-schroeder Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
Triggered auto assignment to @PauloGasparSv ( |
Triggered auto assignment to @kevinksullivan ( |
Thanks both. I agree this seems like a reasonable solution, the filtered view on |
📣 @mollfpr You have been assigned to this job by @Julesssss! |
@Julesssss applied to Upwork, thank you! |
@rushatgabhane What about the native platforms? Do you think native also needs fixing? |
@parasharrajat no, native doesn't have this issue. |
Not overdue. PR is in review 👍 |
Same ^ |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.49-1 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2022-04-12. 🎊 |
@mollfpr paid! @rushatgabhane @parasharrajat I have offers out to you both for reporting/C+. Can you accept so I can finalize payment ? |
Bumping this. Were the offers accepted? |
Yes, offer accepted on April 13 |
Paid @rushatgabhane and @parasharrajat , thanks for your patience and working on this. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
TextInput scrolls up and first line isn't hidden by the label.
Actual Result:
First line of personal message is hidden by the label.
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: 1.1.38-0
Reproducible in staging?: Y
Reproducible in production?: Y
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
151804315-7942c372-cb8e-4e18-b71a-4b97e526ac4e.mov
Expensify/Expensify Issue URL:
Issue reported by: @rushatgabhane
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1643722266000989
Job Post: https://www.upwork.com/jobs/~01a944fb11e102568c
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: