Custom Query (7259 matches)
Results (10 - 12 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7446 | notabug | Corner Dialog hide below FlowPlayer version 3.2.7 | ||
Description |
When I use dialog to leave a comment for video, When dialog appear on area of FlowPlayer which is running a video, the corner of dialog hide. How to fix it? |
|||
#9734 | notabug | tooltip shown as multiple lines when scrolled horizontally. | ||
Description |
I am using jQuery UI - v1.10.3 - 2013-05-03 On Firefox 26.0 Windows. I expect that the tooltips are always shown as a single line, but sometimes they are displayed as multiple lines. This happens when the content of the page is wide and the horizontal scroll bar is moved to the right. Even when an element is scrolled to the middle of the screen, and there is plenty of space around for the tooltip. |
|||
#13022 | patcheswelcome | event "stop" not fired (XboxOne+IE / Ubuntu+Firefox) | ||
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 } }); |