-
18 Dec 2010 9:46 AM #1
[OPEN-678] YESNOCANCEL Issues on iPhone 3G
[OPEN-678] YESNOCANCEL Issues on iPhone 3G
As you'll see in the attached screenshot, there seems to be a problem with Sencha Touch's handling of the YESNOCANCEL button layout; at least on an iPhone 3G.
1. The order of the buttons is reversed (i.e., Cancel-No-Yes instead of Yes-No-Cancel); and
2. The right-most button ("Yes") is cut-off in the display.
Here's an HTML example:
and the JS code:HTML Code:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Button TestR</title> <script src="lib/touch/sencha-touch-debug.js" type= "text/javascript"></script> <link href= "lib/touch/resources/css/sencha-touch-debug.css" rel= "stylesheet" type="text/css" /> <script type="text/javascript" src="src/v5.js"> </script> </head> <body></body> </html>
The same outcome occurs when using the production CSS.Code:Ext.setup({ onReady: function() { Ext.Msg.show({ title: 'Button TestR', msg: 'Do you like buttons?', buttons: Ext.MessageBox.YESNOCANCEL }) } });
Any ideas?
Thanks in advance...
Plane Wryter
-
12 Oct 2011 1:18 AM #2
I do encounter the same issue on my iPad.
Is there a way to fix this? I tried to set the width attribute, but that doesn't help as well.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-445] iPhone is not detected when desktop safari is set to use iPhone user agent
By djkraz in forum Sencha Touch 1.x: BugsReplies: 4Last Post: 3 Dec 2010, 5:43 AM -
[CLOSED]Model date fields issues on Android and iPhone
By BrightSoul in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 20 Nov 2010, 3:13 AM -
On Iphone, map has rotation issues
By Trevor.S in forum Sencha Touch 1.x: DiscussionReplies: 0Last Post: 13 Aug 2010, 10:50 AM -
[OPEN] [iphone] Form Example: Strange scroll issues when choosing from a dropdown.
By jay@moduscreate.com in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 9 Jun 2010, 6:35 PM -
[.8 -- iPhone] Kitchen Sink example - All ssyptes of layout issues
By jay@moduscreate.com in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 19 May 2010, 9:58 AM


Reply With Quote