Custom Query (7259 matches)
Results (73 - 75 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#4778 | worksforme | bug | ||
Description |
Hi I found a very big bug in jquery ui 1.7.2 please run this code and see what happend: / <!doctype html> <html lang="en"> <head>
</head> <body> <div class="demo" style="border: 1px solid #090; width: 800px; height: 800px; outline: 1px solid #C30;"> <div id="draggable" class="ui-widget-content">
</div> </div><!-- End demo --> <div class="demo-description"> <p> Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport. </p> </div><!-- End demo-description --> </body> </html> / when you run code you see than after dragging the box to out of parent box , outline of parent box will drag too. |
|||
#9499 | notabug | ajaxStart to show dialog cancels autocomplete | ||
Description |
I have an generic ajaxStart covering and entire site that uses dialog.show() to popup a dialog. This works but fine over the entire site but in once place I also use autocomplete going to a url to get the data via ajax and this no longer seems to fire as a result of the ajaxstart showdialog. The dialog does show and a successfully gets the data but the autocomplete never appears. I have tried to create a jsFiddle showing this but I do think this will work for autocomplete unfortunately. |