Custom Query (7259 matches)
Results (67 - 69 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1775 | notabug | UI Tabs: ids with chinese etc. characters | ||
Description |
The tabs fail if id are used that contain for example chinese characters. |
|||
#1776 | fixed | Error: oDrag.helperSize has no properties about ticket#1699 | ||
Description |
There is a same ticket about this. detials http://dev.jquery.com/ticket/1699. But that user couldn't reproduce it. Well I can reproduce it. I think I know why its happening. it happens when I drag a draggable which is already in a droppable. but I want to move the draggable from one droppable to other droppable. I was trying to create a page like http://www.google.com/ig see the gadgets there. all gadgets there are draggable. and in the same time they are in a droppable content. the following structure will produce this error. <div class="droppable"></div> <div class="droppable"></div> <div class="droppable"> <div class="draggable"></div> </div> <div class="droppable"></div> <div class="droppable"> <div class="draggablecontent"> <div class="draggable"></div> </div> </div> for each draggable in the above structure, it will produce the error. If you want I can show you my source. But I think the above fragment is enought. |
|||
#1777 | worksforme | jQuery UI Tabs not working in Safari 2.0.4 | ||
Description |
The new Tabs plugin have shaky support in Safari. Some of the demos on the official site works others not. The download popup window doesn't work at all. It shows only the tabs, not the content. The same with this page: http://docs.jquery.com/UI/Tabs The tab demo is not showing properly but the tabs used for regular navigation on all the demo pages does... I also copied the demo code and tried it on a page of my own. Only the tabs show, not the content. |