Summary | Smartphone view: No scrolling on folder and message selection iOS 4.3.4 |
Queue | IMP |
Queue Version | 5.0.8 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | pop3 (at) flachtaucher (dot) de |
Created | 07/19/2011 (5122 days ago) |
Due | |
Updated | 08/02/2011 (5108 days ago) |
Assigned | 08/01/2011 (5109 days ago) |
Resolved | 08/01/2011 (5109 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug: 10355Fix click handling (correctly this time) for mobile imp.The jquery docs are wrong. The event is called vclick, not vmouseclick.
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/185dbfa4a6407041fed40aebf3d6c2a05536a68a
State ⇒ Assigned
in the first place.
New Attachment: screen1.JPG
now works. However a "tap" does not open the folder but simply marks
it. Multiple taps are interpreted as multi-select. This also happens
with Google Crome (latest) for me - see attached screenshot.
Assigned to Michael Rubinsky
State ⇒ Resolved
We want mouseclick here, not a mousedown.
Fixes
Bug: 103553 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/487944d7d59ba48803e8a4ef1da0126e6adb73a8
horde/js/jquery.mobile/
jquery.min.js to 1.6.2
jquery.mobile.min.css and jquery.mobile.min.js to 1.0b1.
Unexpected behaviour "swype interpreted as tap" still there.
(Pages look a bit different after the upgrade, however this is
unrelated to this bug)
State ⇒ Feedback
event handling ourselves. Not much we can do about this.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Smartphone view: No scrolling on folder and message selection iOS 4.3.4
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
iPhone with latest iOS.
Reproduce: Use an iPhone with latest iOS (4.3.4).
Create an imap account with more than 7 folders. Login to smartphone
view. Select webmail. A list of folders will be displayed. Not all
folders fit to the screen. Swype downwards to scroll down.
Expected behaviour: Folderlist will scroll down as safari does on any
other web page.
Actual behaviour: One of the folders will get selected -> the swype is
interpreted as a tap.
Same happens when in the message-list: There is no way to scroll down
Tried to clear the browser cache -> no change.
Any advice on this? Thanks.