Commit Graph

8 Commits

Author SHA1 Message Date
7be7a8ed5f viewer += <!--static/templates/taskbar_part.html-->
Added to static/skin/viewer.html the contents of
static/templates/taskbar_part.html inside a comment block.
2022-09-21 15:41:40 +04:00
58e45711ff Copied static/skin/taskbar.js as viewer_taskbar.js 2022-09-21 15:41:40 +04:00
5b545d81bd viewer += static/templates/head_taskbar.html
Javascript code inside taskbar.js doesn't work correctly with the new
viewer.  Will fix any issues in a clone of static/skin/taskbar.js.
2022-09-21 15:41:40 +04:00
7c6c315ead /viewer# displays a blank page 2022-09-21 15:41:40 +04:00
228e31cddd Handling of window size changes 2022-09-21 15:41:40 +04:00
4105be9bd2 Improved browsing history tracking & traversal
Before this fix, browsing history didn't work at all. Now it mostly
works but there are still some quirks that must be debugged further.

Since session history handling turns out to be a rather complex topic
(see https://html.spec.whatwg.org/multipage/history.html) the work in
that direction will be postponed until other features reach a comparable
level of readiness.
2022-09-21 15:41:40 +04:00
e5f97d95b1 Handling of manual hash component change 2022-09-21 15:41:40 +04:00
4db443eca6 Embryo of iframe-based viewer 2022-09-21 15:41:40 +04:00