Postponed
Project:
Escape Admin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2014 at 19:16 UTC
Updated:
4 Sep 2015 at 14:51 UTC
Jump to comment: Most recent
For your consideration. This patch does the following:
| Comment | File | Size | Author |
|---|---|---|---|
| escape_admin-cleanuo-use-sessions-0.patch | 5.82 KB | saltednut |
Comments
Comment #1
dave reidBecause this represents a regression in functionality from D8 (storing the path in $_SESSION means that having two different tabs overwrites the 'Back to site' context of the other's tab), this will not be committed. Because I am not adding anything to this module aside from backporting any changes from Drupal 8 core's toolbar, or adding integrations with other D7 toolbars (but not changing functionality), I will leave this as postponed so that others may find it and use it in make files.
Comment #2
dave reidFeel free to also discuss in #2208473: Backport the 'Back to Site' link from Drupal 8 core with the Spark/Navbar maintainers about this proposal as well.
Comment #3
dave reidI did commit #5 in the list for the fixing the title attribute. That was a valid necessary change to match D8's exact functionality: http://drupalcode.org/project/escape_admin.git/commit/ecd3f58
Comment #4
saltednutThanks for your review, I was just about to post a followup about #5 since it was somewhat unrelated.
Comment #5
saltednutComment #6
rkent_87 commentedHas this been updated? iOS7 does not allow for localStorage or sessionStorage when in private mode. I have found that one of my sites does not run javascript properly in iOS7 Safari private mode while this module is enabled. Disabling the module fixes the issue but I'd rather keep this enabled tbh.
http://stackoverflow.com/questions/18860098/on-a-browser-sessionstorage-...