You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the Froala Editor on my platform and have encountered an issue with the BlurEvent functionality.
While the implementation works as expected on Windows, Mac, and various browsers like Chrome, it creates problems specifically on iPads.
On iPads, when interacting with the editor buttons like "Source" or "Table," there is noticeable flickering, and the buttons often become unclickable.
After thorough debugging, I discovered that removing the BlurEvent resolves the issue. Since my implementation also uses iframe(iframe : true), I suspect that there may be conflicts between the BlurEvent and how focus is managed on iPads.
please provide guidance on resolving this issue while retaining the desired functionality of the BlurEvent? Additionally, if there are recommended best practices for handling focus and blur events within iframes on iPadOS, I would appreciate your advice.
The text was updated successfully, but these errors were encountered:
I am currently using the Froala Editor on my platform and have encountered an issue with the BlurEvent functionality.
While the implementation works as expected on Windows, Mac, and various browsers like Chrome, it creates problems specifically on iPads.
On iPads, when interacting with the editor buttons like "Source" or "Table," there is noticeable flickering, and the buttons often become unclickable.
After thorough debugging, I discovered that removing the BlurEvent resolves the issue. Since my implementation also uses iframe(iframe : true), I suspect that there may be conflicts between the BlurEvent and how focus is managed on iPads.
please provide guidance on resolving this issue while retaining the desired functionality of the BlurEvent? Additionally, if there are recommended best practices for handling focus and blur events within iframes on iPadOS, I would appreciate your advice.
The text was updated successfully, but these errors were encountered: