steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Chrome span bug #36

Open Emmerman opened 9 years ago

Emmerman commented 9 years ago

http://jsfiddle.net/THPmr/6/ - this fiddle explains bug and workaround. I think it should be implemented here somehow.

codewithtyler commented 9 years ago

What version of Chrome are you using? The scenario you're describing isn't showing up for me.

Emmerman commented 9 years ago

Its not just me, Its known bug https://code.google.com/p/chromium/issues/detail?id=226941 https://bugs.webkit.org/show_bug.cgi?id=114791

codewithtyler commented 9 years ago

As the posts in the links links you've provided have pointed out this is an issue in webkit itself. We could create custom implementations for backspace and delete that fix this issue but that is something that should be expected from the browser itself. I recommend posting in both of those threads to see if there's any news on this situation.

Emmerman commented 9 years ago

there's no news for 2 years :)

codewithtyler commented 9 years ago

@steveathon what do you suggest? I know I won't be able to work on it because I'm not able to replicate it. It's hard to fix a bug you can't see.