Opened 8 years ago

Closed 8 years ago

#13022 closed bug (patcheswelcome)

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
        }
    });

Change History (3)

comment:1 Changed 8 years ago by Scott González

Owner: set to 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.

comment:2 Changed 8 years ago by Baebeca

Status: pendingnew

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

Xbox One doenst work

comment:3 Changed 8 years ago by Scott González

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.

Note: See TracTickets for help on using tickets.