-
20 Nov 2012 11:02 AM #11
Ah I gotcha now. I wasn't including my sliderextended component inside the fieldset. Ok, let me run with that for bit a see what happens.... thanks.
-
20 Nov 2012 3:26 PM #12
Ok I wrapped my sliderextended component (which extends Ext.field.Slider) with fieldset and tested extensively --- same issue. Not sure what else to try....
Code:items:[ { xtype:'hotspot', height: 134, width: 86, top: 319, left: 85, etl_overlay_id:'overlay_1-4' }, { xtype: 'fieldset', top: 528, left: 419, width:365, height:100, docked: 'bottom', items: [ { //THIS SLIDER SLIDES SMOOTHLY AND SNAPS TO NEAREST INCREMENT xtype: 'sliderextended', baseCls: 'etl_cls_base_slider_base_1', cls: 'etl_cls_slider_1', value: 0, minValue: 0, maxValue: 100, increment: 0, increment_special:50, thumb_width:43, thumb_height:43 } ] },
-
20 Nov 2012 3:45 PM #13
I'm wondering if there is a way to remove swiping event propogation on the entire slider (thumb track and fieldset) with regards to the parent carousel?
-
20 Nov 2012 5:03 PM #14
For what it's worth, I posted my vanilla example here:
http://m.bricemason.com/slider-carousel/
I used it on my iPad and it was smooth.
BriceBrice Mason
Front End Developer
Modus Create
@bricemason
bricemason.com
Sencha Touch Screencasts
Vimeo - Sencha Touch Channel
Github Projects:
Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.
-
20 Nov 2012 7:09 PM #15
interesting, I just tried it with your slider on your site Brice and I'm seeing the same exact thing.... If you try to grab and slide the thumb quickly it will often slide to the next item in the carousel. I have an iPad 3 with iOS 6, can you tell me what your version of iPad is?
-
20 Nov 2012 7:53 PM #16
I have an iPad 2 running iOS 5.1. I even tried to do some really quick motions, blurring the line between swiping and dragging and it still worked.
I will say though that I can make it trip up occasionally when the thumb is at one of the extreme ends of the slider. But even then it's rare.
If this is still a problem I would recommend stepping back from creating your custom slider component and concentrate on potentially managing the events (stopping/suspending events) while using the built-in components. Once the core problem is solved you can always go back and hook in your custom component.
BriceBrice Mason
Front End Developer
Modus Create
@bricemason
bricemason.com
Sencha Touch Screencasts
Vimeo - Sencha Touch Channel
Github Projects:
Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.


Reply With Quote