CanopyTax / bandicoot

React rich text editor
https://bandicoot.js.org
MIT License
54 stars 2 forks source link

Microsoft Edge kremling scope bug #87

Open dvnrsn opened 4 years ago

dvnrsn commented 4 years ago

edge-kremling-scope

dvnrsn commented 4 years ago

This seemed particular to using a class that was defined by a higher kremling scope. In this case you can see the display: flex was lost. Once I redefine the classes more local to the relevant components, the bug is resolved.

joeldenning commented 4 years ago

easy reproduction case for this?

joeldenning commented 4 years ago

Also should it be moved to https://github.com/CanopyTax/kremling?

dvnrsn commented 4 years ago

yeah good question. I think it's a pretty obscure case. Not sure if it's worth keeping around in either. I only created the issue to document it. It seems to be an Edge specific bug that we can't do much about.