Opened 10 years ago
Closed 10 years ago
#9392 closed bug (duplicate)
problem with transform scale (CSS)
Reported by: | zkizzik | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
dragg the image is impossible:
<img src="https://www.google.com/images/srpr/logo3w.png" id="image" /> <style> #image{
transform: scale(0.5) rotate(90deg); transform-origin: center center;
}
</style>
<script>
$('#img').draggable();
</script>
Note: See
TracTickets for help on using
tickets.
Duplicate of #6844.