-
Notifications
You must be signed in to change notification settings - Fork 15
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
Incontext Editor sometimes unfocusus text field. #83
Comments
Hi MylesWardell, Thanks for logging this issue. In order to further troubleshoot and replicate your issue we require more information about the issue and the organisation you belong to. Please reach out to us separately using the contact form while being logged into your Phrase account or send us an email via [email protected]. Please sure to include the following information:
Thank you for your understanding. Best, Comment by Henning |
@MylesWardell Not sure if you reached out to our Tech Support Team as per the message above by Henning, but I'm just following up to see if this problem is still persisting? |
Closing due to inactivity - please let us know if this is still happening and we can take another look. |
Issue
The in context editor on was unfocusing the translation textarea whenever a developer tried to click it.
Unsure what was causing this as the console was completely clear and other modals worked fine. I dont have the time to do recreate this issue in a codesandbox but thought I should post it somewhere to see if its something obvious.
Ie a dev would click the editor and then then couldn't type text because the input cursor was unfocusing. Our short term solution was adding the text via
document.querySelector
which isn't ideal but does successfully bypass thetextarea
field.Attempts to fix
The text was updated successfully, but these errors were encountered: