-
21 Jun 2010 10:02 AM #1
[CLOSED-103] Spinner go nutso on iPhone
[CLOSED-103] Spinner go nutso on iPhone
Didn't see this in the known bugs so here it is... I have a spinner on a form with a textarea below it (it's the first thing in the form). I can't get it to happen reliably, but there are times when the spinner will just go crazy - count up at high speed, count down, etc. It clearly has something to do with focus and the keyboard, but I'm sorry to say I'm not exactly sure what. Also, if the focus is in the textarea and I click on +/-, it counts by 2.
-
21 Jun 2010 10:12 AM #2
Can you post the source code and a short work through how to reproduce the bug
trainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/
-
21 Jun 2010 10:15 AM #3
It's part of a large-ish app that I'd rather not post all of, but here goes:
As for the count by 2 - the repro should be select the textarea so the keyboard comes up, then while it's up press + or - on the spinner. For the first bit, I don't have reliable repro yet, I imagine it has something to do with a finger sliding between focus and the buttons... I also noticed sometimes the keyboard pops up right away when coming into this formpanel (It's in a panel with card layout and gets activated after an item is selected from another screen)Code:addCartCard = new Ext.form.FormPanel({ scroll: 'vertical', items: { xtype: 'fieldset', title: 'Add Item to Order', defaults: { required: true, labelAlign: 'left' }, items: [{ xtype: 'spinnerfield', id: 'qty', label: 'Quantity', value: 1, minValue: 1 },{ xtype: 'textarea', id: 'comment', label: 'Extra Info', emptyText: 'Please enter any special instructions for this item.' },{ xtype: 'container', cls: 'bBtn', items: [{ xtype: 'button', ui: 'action', id: 'addCart', text: 'Add to Cart', handler: function(){ addCart(categoryCard); } },{xtype:'spacer', height: 10},{ xtype: 'button', id: 'checkout', ui: 'action', text: 'Add to Cart and Checkout', handler: function(){ addCart(cartCard); } }] }] } });
-
8 Sep 2010 1:15 PM #4
Can you reproduce this in 0.94?
Aaron Conran
@aconran
Sencha Architect Development Team
-
14 Sep 2010 3:24 PM #5
Are you able to reproduce this in 0.94 or 0.95? If so could you please get us a reliable test case so that we can get it fixed.
Aaron Conran
@aconran
Sencha Architect Development Team
-
16 Sep 2010 11:08 AM #6
Just bumping this one more time — is this still reproducible?
-
24 Sep 2010 1:09 PM #7
Closing after no response. Please open another ticket if this is still an issue.
Aaron Conran
@aconran
Sencha Architect Development Team
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED-103] Card layout does not let you view subsequent cards, only the first one
By joejoemetoo in forum Ext Designer: BugsReplies: 1Last Post: 10 Apr 2010, 2:41 PM -
[CLOSED][3.0.3] Spinner broken
By keckeroo in forum Ext 3.x: BugsReplies: 11Last Post: 26 Feb 2010, 3:00 AM -
[CLOSED][3.1] Spinner images are missing
By extjs@peacetech.com in forum Ext 3.x: BugsReplies: 3Last Post: 6 Feb 2010, 11:14 AM -
[CLOSED-480][3.1] Spinner Broken
By Madefh in forum Ext 3.x: BugsReplies: 1Last Post: 28 Jan 2010, 10:29 PM -
[OPEN] [CLOSED][3.??] Spinner Field in Safari 4
By charleshimmer in forum Ext 3.x: BugsReplies: 2Last Post: 15 Sep 2009, 7:28 AM


Reply With Quote