Skip to main content

Search and Top Navigation

#13022 closed bug (patcheswelcome)

Opened June 05, 2015 12:36PM UTC

Closed June 15, 2015 03:45PM UTC

event "stop" not fired (XboxOne+IE / Ubuntu+Firefox)

Reported by: Baebeca Owned by: Baebeca
Priority: minor Milestone: none
Component: ui.slider Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

The stop Event is not fired on xbox One Internet Explorer and some Ubuntu+Firefox combinations.

At the Moment i only can test the xbox issue

newest versions of jQuery and jQueryUI are used

My Code:

jQuery('.slider').slider({
        range: "min",
        min: 0,
        value: 35,
        start: function(event,ui) { console.log('start'); },
        slide: function(event, ui) { console.log('slide'); },
        stop: function(event,ui) {
          console.log('stop');
          // i do some stuff here
        }
    });
Attachments (0)
Change History (3)

Changed June 06, 2015 12:09PM UTC by scottgonzalez comment:1

owner: → Baebeca
status: newpending

I don't have an xbox one to test against, and we definitely can't get it into our automated test system, so I think this would require debugging/patching from outside of the team. As for Ubuntu+Firefox, since you says "some combinations," I can only assume that there's something specific, such as browser extensions, that are breaking certain environments. If it's not reliably reproducible, there's not much we can do to help.

Changed June 15, 2015 03:29PM UTC by Baebeca comment:2

status: pendingnew

On Firefox on Ubuntu Touch devices it works with the jquery Punch fix (http://touchpunch.furf.com/)

Xbox One doenst work

Changed June 15, 2015 03:45PM UTC by scottgonzalez comment:3

resolution: → patcheswelcome
status: newclosed

Ok, so there's nothing for us to do. jQuery UI isn't expected to work on touch devices without touch punch (until PEP support is added).

Xbox One support would require a patch from the community.