-
Notifications
You must be signed in to change notification settings - Fork 379
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
RichText - toolbar persists when control loses focus, when rendered inside Panel or Modal #1619
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Thank you for submitting your first issue to this project. |
I have the same issue with this control on a panel - v3.17.0 |
Any fix yet? Having same issues |
@stevesuk did you find any solution? |
Wasn't able to find a fix for the reported bug. In the end we changed our solution to use the TinyMCE richtext editor instead (which was a minor battle in itself - but we got there). |
@michaelmaillot any help please? |
Hi @shubhamRathi0608, I'll try to have a look at some point, but feel free to give a try 🙂 |
I have the same problem. in addition when I close the panel and reopen the extenden Dialog won't open any more |
I had the same issue in a Panel. v3.19.0
|
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
3.15.0
Expected / Desired Behavior / Question
When I place a RichText control inside a Modal or Panel, I would expect that when the control loses focus, the toolbar should automatically hide.
Observed Behavior
The RichText toolbar is on screen permanently, no matter which element on the page has focus.
Steps to Reproduce
Use YO to setup a new Web Part project, add @pnp/spfx-controls-react to the project. Modify default React class component to add something like this to the render function:
Observe that when clicking inside the RichText control, then clicking in the plain text field above it - the RichText toolbar remains visible.
Sit the same two text edit controls outside of the Panel (i.e. in the main body of the web part), and observe that focus/blur works fine.
The text was updated successfully, but these errors were encountered: