Page MenuHomePhabricator

Keep home-random menu expanded after clicking random
Closed, ResolvedPublic

Description

Sometimes it's fun to just keep clicking random. Especially on a mobile device as a way to kill time + maybe learn something new and interesting! :)

It's no fun to keep having to re-expand the menu each time after clicking random.


Version: unspecified
Severity: enhancement

Details

Reference
bz30842

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:52 PM
bzimport set Reference to bz30842.
bzimport added a subscriber: Unknown Object (MLST).

This potentially could be related to bug 31011.
Another solution would be to use cookies / pass query string parameters from the random button

Created attachment 10349
Open menu when random button processed

I thought I had a simple fix for this - simply appending a hash to the random link and picking it up on a page load as a flag to reveal the menu.

Alas sometimes during the random redirect process the hash can be lost.
I can append a query string that is not lost but this seems wrong. Is there anyway we can retain the hash during a redirect to a random page?

Attached: