bluegriffon icon indicating copy to clipboard operation
bluegriffon copied to clipboard

BlueGriffin keeps reloading after external CSS file modification.

Open garretwilson opened this issue 7 years ago • 1 comments

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.

garretwilson avatar May 05 '17 17:05 garretwilson

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

therealglazou avatar Oct 12 '17 15:10 therealglazou