guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.5k stars 245 forks source link

Bug with multiple editors in Chrome 38 #261

Closed csinchok closed 10 years ago

csinchok commented 10 years ago

Hey guys, our users started reporting a really weird bug today. Basically, in Chrome 38, if you focus one Scribe element, and then try to focus another scribe element, it won't actually let you select the element.

Here's a jsfiddle demonstrating the issue: http://jsfiddle.net/eq08mpm8/3/

Has anyone else seen this issue, or have any ideas on what might be causing it?

theefer commented 10 years ago

This looks very similar to a bug I noticed and emailed the team about last night. It is indeed very annoying, so hopefully we'll fix it quickly.

theefer commented 10 years ago

Worth noting that it does not happen in FF. It may be a Chrome 38 specific bug too, as we haven't heard from users about this, but they're likely on <38.

gjungb commented 10 years ago

I can confirm that this bug is not present in Chrome 37.

sihil commented 10 years ago

We've had a couple of bug reports about this from C38 users. We're planning to look at it as a first priority today as most of our users will probably be updated overnight tonight.

hmgibson23 commented 10 years ago

See https://github.com/guardian/scribe/pull/262 for the fix

sihil commented 10 years ago

Think that #265 was also necessary to properly fix this.