Shan

Results 13 comments of Shan

We are having similar performance issues with `getByRole`. I did some comparison fetching the exact same element using `getByText` usually takes around 200~300ms, but with `getByRole` it takes **upwards of...

@kirtipriya the only way to fix is as suggested [here](https://github.com/eKoopmans/html2pdf.js/issues/19) you'll have to divide up your html content into different "pages" so that a new canvas is created for each...

> > @kirtipriya > > the only way to fix is as suggested [here](https://github.com/eKoopmans/html2pdf.js/issues/19) > > you'll have to divide up your html content into different "pages" so that a...

It seems that if you are using the web prompt to "login" to your mobile app, you can't really "logout" as the session is stored in the browser cookie &...

The issue on iPad happens **when the Desktop Mode is ON** for Safari (e.g. Settings => Safari => Request Desktop Mode) The `navigator.userAgent` value reported are diff when toggling desktop...

Hey @ilyaskarim Not sure if the fix for this had been made or not, but if not, hopefully [the comment above](https://github.com/froala/wysiwyg-editor/issues/4655#issuecomment-1758441972) can help you guys identify/address the issue faster Also...

same here, good to know we are not the only ones experiencing this why close a ticket? this is a legitimate bug tho

not sure which version had it fixed, but this seems to be working now at v4.6.0 also when using the React version, make sure to set height via `config={{ height:...

**This issue still exists as of 4.5.0** It seems that the React editor component renders before the plugins finish loading, not sure what they changed in v4.4.0, can't even diff...

This issue SEEMS to have been fixed for us with the latest version 4.6.0, can anyone else here try & see if that's the case for you guys?