Search and Top Navigation
#9392 closed bug (duplicate)
Opened June 21, 2013 03:15PM UTC
Closed June 21, 2013 03:21PM UTC
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>
Attachments (0)
Change History (1)
Changed June 21, 2013 03:21PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #6844.