mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Pages loaded as a result of POST (e.g. invalid form submissions) are reloaded incorrectly #66

Open andreyvit opened 13 years ago

andreyvit commented 13 years ago
  1. Submit a form with invalid data using POST
  2. Server rerenders the form with validation errors
  3. Enable livereload
  4. Change a template

Actual: LR reloads the page using GET request, which results in an empty form.

Expected: either nothing reloaded, or POST re-submitted.

hron commented 11 years ago

Any updates on this? It seems it was fixed in Livereload 1.x, but presents in the current version. I use Chromium, not sure if the problem exists for other browsers.