gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
277 stars 61 forks source link

Preview flickers on each preview #67

Closed DinisCruz closed 9 years ago

DinisCruz commented 9 years ago

Which is problematic since it distracts while writing

I'm on the latest versions of OSX and Brackets

cfjedimaster commented 9 years ago

+1 - this looks like the bug I opened too.

DinisCruz commented 9 years ago

@cfjedimaster if this is a duplicate of your one, just link it here and close this one :)

cfjedimaster commented 9 years ago

This was mine, https://github.com/gruehle/MarkdownPreview/issues/63.

gruehle commented 9 years ago

It looks like this was caused by the Chromium update in the latest brackets shell. The update was changed in 77f8aafb2d933907b28910e413e95efd07f556ae to reset just the body html instead of the entire frame. This fixes the problem for me on OSX and Win 8.1. Please let me know if you're still seeing the problem.

cfjedimaster commented 9 years ago

Thanks for fixing this!