sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Safari not focusable and editable #428

Open mariusrak opened 2 years ago

mariusrak commented 2 years ago

With two newest versions (0.16.4 & 0.16.5) editor doesn't work on safari (various versions) It renders UI and text, but it is not possible to focus the editor and type in. After downgrade to 0.16.3 it works. In some cases it works, in other code it doesn't I was not able to isolate cases when it doesn't work. But with 0.16.3 links doesn't work, there's no popup after click on link button :(

sstur commented 2 years ago

Thanks for reporting @mariusrak. Is this Safari on macOS or Safari on iOS?

mariusrak commented 2 years ago

Hi, macOS Safari

mariusrak commented 2 years ago

@sstur Any news on this? Thanks