clartaq / cwiki

A personal wiki written in Clojure/Script
Other
3 stars 0 forks source link

Status Updates of Long-Running Processes are Still Sporadic on Safari Browser. #27

Open clartaq opened 4 years ago

clartaq commented 4 years ago

The UI of the forms for long-running operations still operate sporadically on Safari. The UI is as expected on Firefox, Brave, and Opera.

clartaq commented 4 years ago

This issue was fixed in #25 for most browsers, but still persists on Safari.

clartaq commented 4 years ago

Safari can fail in the following ways:

  1. The submit button ("Backup", "Import", "Export All", or "Restore") sometimes will not recover from its clicked state or change its text to "Please wait..."
  2. The animated status display can appear faded, never reaching the full intensity of the color at one end of the animation cycle.
  3. Or the animation may not appear at all.

The underlying operations triggered by the submit (backing up the database, importing a group of files, exporting all of the pages at once, or restoring the database from a backup) all work correctly. This is just a UI issue for one browser.