-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$250] iOS -Chat - When using extension in compose box the focus disappears #11867
Comments
Triggered auto assignment to @MariaHCD ( |
Triggered auto assignment to @abekkala ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
Triggered auto assignment to @stitesExpensify ( |
Proposal Solution App/src/pages/home/report/ReportActionCompose.js Lines 560 to 586 in 363d98f
For collapse: <Tooltip text={this.props.translate('reportActionCompose.collapse')}>
<TouchableOpacity
onPress={(e) => {
e.preventDefault();
Report.setIsComposerFullSize(this.props.reportID, false);
+ this.textInput.focus();
}}
style={styles.composerSizeButton}
underlayColor={themeColors.componentBG}
disabled={isBlockedFromConcierge}
>
<Icon src={Expensicons.Collapse} />
</TouchableOpacity>
</Tooltip>
)}
For expand: <Tooltip text={this.props.translate('reportActionCompose.expand')}>
<TouchableOpacity
onPress={(e) => {
e.preventDefault();
Report.setIsComposerFullSize(this.props.reportID, true);
+ this.textInput.focus();
}}
style={styles.composerSizeButton}
underlayColor={themeColors.componentBG}
disabled={isBlockedFromConcierge}
>
<Icon src={Expensicons.Expand} />
</TouchableOpacity>
</Tooltip> |
ProposalThis is regressed from 981edd9 in this PR Solution: cc: @marc (since you did this change) |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
Please see discussion in this thread. This is related to the the react-drawer update but we would like to fix it without downgrading its version. |
I'm going to put this issue on HOLD for #11915 since we should have a fix ready-to-go in the upstream react-navigation repo. |
Taking this over because I have a fix ready for review. |
Issue is reproducible with build 1.2.18.5, re-opening 11944.mWeb-2.mp4Recording.1498.mp4 |
I think this has been reported much before the react-drawer change, cant find the link right now :( |
I am not able to reproduce this in v1.2.18.5 on native apps. |
Oh, there we go, thanks! |
So I think for the scope of this issue we have already implemented a fix, right? |
Closing this out, it's fixed |
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:
User can continue typing.
Actual Result:
Focus disappears from compose box.
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: v1.2.15-2
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
https://user-images.githubusercontent.com/43996225/195930916-7e012d5d-6bff-4dd6-a1c5-4694d84f18d7.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause internal team
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: