Summary | Smartphone view: Handling of addressbook |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/13/2012 (4652 days ago) |
Due | |
Updated | 10/27/2012 (4638 days ago) |
Assigned | 10/15/2012 (4650 days ago) |
Resolved | 10/15/2012 (4650 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 287bdea7d20d3b18995ddb4d7b9c635c4821da9a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 16 03:13:38 2012 -0600
Bug #11513: Remove addressbook buttonimp/lib/Smartmobile.php | 4 ----
imp/templates/smartmobile/mailbox.html.php | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/287bdea7d20d3b18995ddb4d7b9c635c4821da9a
commit df22a7345053da945248eb76ba36c6b48d70ac89
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 16:17:04 2012 -0600
Request #11513: Move addressbook shortcut to mailbox pageimp/templates/smartmobile/compose.html.php | 3 ---
imp/templates/smartmobile/mailbox.html.php | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/df22a7345053da945248eb76ba36c6b48d70ac89
addressbook link completely.
commit 287bdea7d20d3b18995ddb4d7b9c635c4821da9a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Oct 16 03:13:38 2012 -0600
Bug #11513: Remove addressbook buttonimp/lib/Smartmobile.php | 4 ----
imp/templates/smartmobile/mailbox.html.php | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/287bdea7d20d3b18995ddb4d7b9c635c4821da9a
button (I just call it like this, it's not called "Back" actually)
links to "Applications".
What about linking to the mailbox overview again?
Otherwise you drop out of the mail application.
analogous to the popup contacts window in basic/dynamic view. It is
intended to be nothing more than a shortcut (rather than going through
the Applications menu).
Hopefully there will be a viable way in the future to allow for quick
linking between applications (e.g. popdown menu). But it doesn't
currently exist with jquery mobile 1.1.1 (maybe the popup method in
1.2 could be used for this in the future).
All this is indicating that we should probably get rid of the
addressbook link completely.
One small thing: When you are in the address book, the upper back
button (I just call it like this, it's not called "Back" actually)
links to "Applications".
What about linking to the mailbox overview again?
Otherwise you drop out of the mail application.
Also, what about adding the "Addressbook" button to folder list, too?
Assigned to Michael Slusarz
State ⇒ Resolved
commit df22a7345053da945248eb76ba36c6b48d70ac89
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 16:17:04 2012 -0600
Request #11513: Move addressbook shortcut to mailbox pageimp/templates/smartmobile/compose.html.php | 3 ---
imp/templates/smartmobile/mailbox.html.php | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/df22a7345053da945248eb76ba36c6b48d70ac89
feature instead.
if this is still confusing, then we should hide the Addressbook
button if replying/forwarding to a message.
see any code commit to actually add the passing-back of contacts. It
might be even more confusing for regular users. At a minimum we should
add a warning that clicking this button will discard the currently
composed message.
if this is still confusing, then we should hide the Addressbook
button if replying/forwarding to a message.
How about moving the button next to the "New message" button for now?
The "New message" button appears in the folder list and mailbox overview.
I think this would intuitively remove the expectation that it inserts
the address in the currently edited message.
State ⇒ Feedback
eventually insert an address into the current compose message. It's
just there as a shortcut to the addressbook.
If you want to enter an e-mail address, use the autocomplete feature instead.
if this is still confusing, then we should hide the Addressbook button
if replying/forwarding to a message.
The jquery mobile UI is too limited to allow complicated addressbook
lookups on small screens (maybe you could design a system to work with
a tablet form factor, but that is a different issue...).
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Smartphone view: Handling of addressbook
Type ⇒ Bug
Priority ⇒ 1. Low
I'm not sure how the addressbook is supposed to work in the smartphone view.
Let's say I open a message and click on reply. I clear the recipient
in the "To:" field
and click on the "Addressbook" button on the bottom navigation.
Now I select a recently used address and click on it. There I have to
click on "+ Entries" to finally expand the email address. So far so
good. When I now do the final click on the address,
it will open a new message instead of inserting the address into the
existing, open message.
How can I insert the address into the reply / forward?
Cheers,
Thomas