-
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
[HOLD https://github.com/Expensify/react-native-live-markdown/pull/175][$500] Highlight applied on editing and main composer #36200
Comments
Job added to Upwork: https://www.upwork.com/jobs/~014ad3d9a06c61cce3 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @cubuspl42 ( |
Triggered auto assignment to @JmillsExpensify ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Auto-assign attempt failed, all eligible assignees are OOO. |
ProposalPlease re-state the problem that we are trying to solve in this issue.The composer fails to focus during the mounting process. What is the root cause of that problem?The root cause is to do with the recent changes in MarkdownTextInput (inside Composer). Despite the state of This gives the impression that both inputs are focused in edit mode, even though the main composer itself is not in focus. What changes do you think we should make in order to solve the problem?Add below effect to // run once on load
useEffect(() => {
if (!isFocused) {return}
focus(true)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []) What alternative solutions did you explore? (Optional)None |
📣 @rintoj! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
Related to #35837, we're reverting the PR |
We've reverted the offending PR #35837, so this is no longer a blocker |
Per @rintoj comment I think that this PR inside |
Let's hold on Expensify/react-native-live-markdown#175 in such case. We'll repeat the repro steps to double confirm our issue is fixed. |
Tested locally on release 0.1.9. Issue is no longer reproductible - Expensify/react-native-live-markdown#175 seems to solve this |
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: v1.4.39-0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause internal team
Slack conversation:
Action Performed:
Expected Result:
Highlight should only be applied on editing composer
Actual Result:
Highlight is applied on editing and main composer
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6372779_1707437285389.Screen_Recording_2024-02-09_at_3.07.10_at_night.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: