Good afternoon all,
Let's say our Canvas has a page at:
https://univ.instructure.com/courses/1200/pages/helloworld
Within it is an html element to which I have given the id "Research&ManInfo"
S0, if I wish to point to this element within the url, I construct the following link:
https://univ.instructure.com/courses/1200/pages/helloworld#Research&ManInfo
This link will work providing I am already logged into Canvas, ie it goes to the page AND focusses on the element indicated by the hashref.
If I am not logged in to Canvas, however, I have to go via the Canvas log in page, which then takes me to the page but NOT to the particular element indicated by the hash ref.
It seems that Canvas is (deliberately??) ignoring the hastag when I go through the log in page. Is this a security thing or is Canvas not capturing the full parameters of the request.
Can anyone help?
Thanks in advance.