Summary | Mobile view (smart phone): Open message by clicking anywhere |
Queue | IMP |
Queue Version | Git develop |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/18/2012 (4704 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | |
Resolved | 08/20/2012 (4702 days ago) |
Milestone | |
Patch | No |
commit 8f52712170042663d587c7817de44c1f1890b1ef
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 20 14:43:47 2012 -0600
[mms] Tweak smartmobile mailbox page to use mobile-style list
clicking (
Request #11364).imp/docs/CHANGES | 2 ++
imp/js/smartmobile.js | 23 +++++++++++------------
imp/package.xml | 2 ++
imp/themes/default/smartmobile/screen.css | 10 +++++++++-
4 files changed, 24 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/8f52712170042663d587c7817de44c1f1890b1ef
for formatting purposes. If you have issues/concerns reopen the
ticket and we can discuss further.
Assigned to Jan Schneider
Assigned to Michael Slusarz
State ⇒ Resolved
current "static" one (jquery mobile looks for an A tag that is a child
of the LI element. If not found - the old mailbox list had this tag
in an H3 element - it treats the row as static and doesn't incorporate
the A link target to the entire row).
Not sure if this was intentional or not Jan, or whether it was done
for formatting purposes. If you have issues/concerns reopen the
ticket and we can discuss further.
commit 8f52712170042663d587c7817de44c1f1890b1ef
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 20 14:43:47 2012 -0600
[mms] Tweak smartmobile mailbox page to use mobile-style list
clicking (
Request #11364).imp/docs/CHANGES | 2 ++
imp/js/smartmobile.js | 23 +++++++++++------------
imp/package.xml | 2 ++
imp/themes/default/smartmobile/screen.css | 10 +++++++++-
4 files changed, 24 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/8f52712170042663d587c7817de44c1f1890b1ef
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Mobile view (smart phone): Open message by clicking anywhere
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
when you enter the folder list in the smartphone view, you can click
anywhere in a folder row to open the message overview.
when you are in the message overview, you have to hit the subject of
the message in order to open it.
What about making the complete row "touchable"?
That how it works in the N900 email app or on the iphone IIRC.
Cheers,
Thomas