https://bugzilla.wikimedia.org/show_bug.cgi?id=36848
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jon <[email protected]> 2012-05-15 10:40:44 UTC --- I've been wrestling with what the right thing to do with the hash is. In the current situation it actually gives a good way to jump up the article. Although we have a jump back a section link at the bottom of each section I actually use the browser back button to jump back up the article to previous sections on my Android). I agree though this becomes less useful in bigger articles It is also useful to be able to share a page with a hash as I can share the page with a current section open (e.g. not the default closed section that needs to be toggled open). Several solutions 1) Keep existing behaviour 2) We can use the history api to replaceState so that only the last hash is maintained. On clicking back you return to the last page. 3) We set an initial hash and then replace all further hashes. One back button press thus takes you to the top of the page. Two back button presses to the last page Is there some way we could user test the best way to deal with this? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
