Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2775 closed bug (fixed)

Draggable ui1.5b2 in Opera 9.25

Reported by: absplush Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.3
Keywords: opera draggable Cc:
Blocked by: Blocking:

Description

If I want to drag first div, all ok. But if I want to drag second div shifted left and bottom when dragging start. With jquery-1.2.3 draggable don't work. This bug only in opera, in ie6,7 and ff all ok. Please advice.

<html> <head> <script src="../ui/jquery-1.2.4a.js"></script> <script src="../ui/ui.base.js"></script> <script src="../ui/ui.draggable.js"></script> <script>

$(document).ready(function(){

$(".block").draggable();

});

</script> <style>

.block {

border: 2px solid #0090DF; background-color: #68BFEF; width: 150px; height: 70px; margin: 10px;

}

</style> </head> <body> <div class="block"></div> <div class="block"></div> </body> </html>

Change History (3)

comment:1 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:3 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.