jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.42k stars 1.16k forks source link

disable elements selection and resizing in contenteditable div #670

Open sachintha88 opened 6 years ago

sachintha88 commented 6 years ago

There is a weird selection/resize handler when I open react-draft-wysiwyg from IE 11.

1> I think the issue is directly related to the following issue

https://stackoverflow.com/questions/21864047/how-to-disable-elements-selection-and-resizing-in-contenteditable-div

and Mine looks same too..

screen shot 2018-05-30 at 5 12 08 pm

2> Byusing contenteditable div there is a focusing issue in Edge that user needs to click (focus) before typing.

Hope this would helpful

https://medium.com/content-uneditable/contenteditable-the-good-the-bad-and-the-ugly-261a38555e9c

sachintha88 commented 6 years ago

do we have any leads on this?

sachintha88 commented 6 years ago

+1

GabrielfLuchtenberg commented 5 years ago

Any updates? @sachintha88 did u solve your problem?

lhkraus commented 5 years ago

+1

vitorhugoanjos commented 5 years ago

I experienced the same problem on IE11

andishii commented 5 years ago

+1

LeonardoPrange commented 5 years ago

+1

gfafei commented 4 years ago

The same problem