therealglazou / bluegriffon

BlueGriffon, the Web editor
Mozilla Public License 2.0
303 stars 71 forks source link

BlueGriffin keeps reloading after external CSS file modification. #39

Open garretwilson opened 7 years ago

garretwilson commented 7 years ago

In BlueGriffon 2.3.1, once I edit a CSS stylesheet externally (which may be part of a series of stylesheet imports), BlueGriffon automatically reloads the document to reflect the new styles. This is good and correct, and was already implemented in previous versions.

The problem is that in v2.3.1, once this happens BlueGriffon seems to go into an infinite reload cycle, with the page reloading every time I click on the page. It's as if BG neglected to turn off the dirty flag (or rest the last-modified timestamp) for the reloaded file, and perpetually thinks it needs to reload it.

When this happens I am forced to restart BlueGriffon; merely closing and reopening the document being edited doesn't stop this problem.

therealglazou commented 7 years ago

I am unable to reproduce with trunk. Keeping the issue open just in case.