Summary | Keep current tab when switching to edit mode |
Queue | Turba |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/24/2013 (4342 days ago) |
Due | |
Updated | 12/17/2013 (4227 days ago) |
Assigned | 10/18/2013 (4287 days ago) |
Resolved | 10/18/2013 (4287 days ago) |
Milestone | |
Patch | No |
commit 3d8a01ad58f5cc6ee982e041a11a07b607e52b75
Author: Jan Schneider <jan@horde.org>
Date: Fri Oct 18 17:51:04 2013 +0200
Keep open section on saving contacts too (
Request #12609).turba/docs/CHANGES | 4 ++--
turba/edit.php | 4 +++-
turba/lib/View/Contact.php | 1 +
turba/package.xml | 10 +---------
4 files changed, 7 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/3d8a01ad58f5cc6ee982e041a11a07b607e52b75
commit 9f284964be77ac8f28e97b50a895ac9946e2c76c
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 16 22:40:57 2013 +0200
[jan] Remember currently open tab when switching between contact
viewing and editing (
Request #12609).turba/contact.php | 6 ++--
turba/docs/CHANGES | 2 +
turba/js/contact_tabs.js | 50 +++++++++++++++++++++++++++++++--------------
turba/package.xml | 2 +
4 files changed, 41 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/9f284964be77ac8f28e97b50a895ac9946e2c76c
State ⇒ Resolved
The original request is almost solved: After pressing "Save", the tab
always jumps to the first tab.
What about staying on the same tab after "Save", too?
Assigned to Jan Schneider
State ⇒ Resolved
State ⇒ New
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Keep current tab when switchting to edit mode
Type ⇒ Enhancement
Priority ⇒ 1. Low
when browsing a contact in turba, one might spot an error f.e. on the
"communication" tab of a contact.
When you click the "Edit" button, turba jumps to the last selected tab
of the edit mode.
IMHO it would be nice to jump to the tab the user was currently browsing.
Thomas