nextcloud/apps/files_sharing/templates
Daniel Calviño Sánchez eb256b3ed5 Fix anchor change when clicking on sharing page menu
The share menu toggle and some share menu items included an 'href="#"'
attribute, so they were handled as internal links by the browser, which
changed the current anchor when they were clicked. However, there was no
real need to change the anchor in those cases, and it could interfere
with other apps (for example, the PDF viewer sets the current anchor to
"#pdfviewer" when it is shown and it hides itself when that anchor is
modified). According to the HTML 5 spec the "href" attribute is not
mandatory for "a" elements, so they were removed.

Other options would have been to change the elements from "a" to "div"
or something like that, but that would have required changes to the CSS
rules too, or to prevent the default event handling for those elements
through JavaScript, which would have been a workaround instead of the
proper solution.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-21 14:19:29 +01:00
..
authenticate.php Use new-password as autocomplete on share auth page 2017-10-25 08:23:42 +02:00
list.php Move away from OC_L10N 2016-10-28 21:46:28 +02:00
part.404.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
public.php Fix anchor change when clicking on sharing page menu 2017-12-21 14:19:29 +01:00