Bug: handling special characters in filenames
Solved
Surfer
-
Just found another bug in Surfer: When you play a video you have a button "copy link". This button copies the original file name into the URL but doesn't translate special characters (e.g. space -> %20) so that the link will not work. Had to manually edit it for linking a file.
There also doesn't appear to be a way to close the preview pane.
-
Ok I added those test cases and made a new package release now. Please be aware that if you just use
#
in a path in the browser URL bar, without encoding it, the browser will treat this as a URL hash, not as part of the filepath.eg.
foo/bar#baz.txt
will end up asfoo/bar
only.