sproutcore / rich-text-editor

A rich text editor for SproutCore.
Other
6 stars 6 forks source link

Fixes a Firefox problem where using the editor disables much of the application. #29

Closed mauritslamers closed 7 years ago

mauritslamers commented 9 years ago

If the editor is used in a containerview, such as the tab view, the editor not only doesn't work, but also disables most of the application around it, or creates weird behavior. In this case the styling of the segmented buttons falls apart, where the state of the buttons doesn't reflect the actual state of the tab view.

Before this PR is merged, it should be tested whether this only happens in a container view. Also there should be tests to see whether older firefox versions still need.

jameschao commented 7 years ago

@mauritslamers - I think #26 addresses this too. Can you see if that's a better approach?

mauritslamers commented 7 years ago

@jameschao I strongly suspect so. I will merge that one instead of this one. As I remember, this was a kind of quick-fix.