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
[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
When we have some browser extension, like Grammarly, the HTML binding fails, as you can see in the image below,
Expected behavior
The HTML binding should work, even if the user has some extension for the text areas installed.
Please tell us about your environment:
Angular version: 11.2.0
PrimeNG version: 11.3.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):node --version =
The text was updated successfully, but these errors were encountered:
Unable to replicate with PrimeNG 11.3.2, if the issue persists please create a new ticket with a test case reproducing the issue e.g. stackblitz or a github repo and it will be reviewed by our team once again.
@yigitfindikli the issue persists. The problem is the higlighted line in red in your code. You have to select by class (.ql-editor), no select the first element (because the first element could be an extension). I think the problem is very clear.
I'm submitting a ... (check one with "x")
Current behavior
When we have some browser extension, like Grammarly, the HTML binding fails, as you can see in the image below,
Expected behavior
The HTML binding should work, even if the user has some extension for the text areas installed.
Please tell us about your environment:
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: