Commit Graph

8 Commits

Author SHA1 Message Date
Michael Jumper
700e2023af GUACAMOLE-773: Remove use of XHTML-style self-closing tags from normal HTML.
This is particularly important for AngularJS 1.8.x and jQuery 3.5.0+,
which will no longer correct this automatically with their HTML
prefilters, resulting in unexpected nesting of tags when the browser
interprets something like "<div/>" as "<div>" (older versions of jQuery
would have corrected "<div/>" to "<div></div>").

See:

 * https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
 * https://jquery.com/upgrade-guide/3.5/
2021-06-02 20:37:52 -07:00
Michael Jumper
929452e701 GUACAMOLE-346: Remove "paused" notification. Correct UI behavior. 2017-07-15 17:45:39 -07:00
Michael Jumper
387302db48 GUACAMOLE-346: Simply resume playback if seek operation is canceled. 2017-07-15 17:41:58 -07:00
Michael Jumper
768974711c GUACAMOLE-346: Add "paused" notification to example player. 2017-07-15 17:32:03 -07:00
Michael Jumper
be9124d599 GUACAMOLE-346: Update seeking state when paused or canceled. 2017-07-15 17:25:34 -07:00
Michael Jumper
ed3c022f7e GUACAMOLE-346: Provide explicit "cancel" button for in-progress seek. 2017-07-15 16:58:39 -07:00
Michael Jumper
25de43391a GUACAMOLE-346: Display "seek in progress" notification when seeking in playback example. 2017-07-15 16:50:02 -07:00
Michael Jumper
7f5e1b80e3 GUACAMOLE-250: Add example project demonstrating in-browser recording playback. 2017-04-20 22:36:15 -07:00