Search and Top Navigation
#2520 closed bug (worksforme)
Opened March 15, 2008 01:23AM UTC
Closed January 27, 2009 05:42AM UTC
[Resizable]Image move toward oppsited when mouse went out of the boundary
| Reported by: | zigzag.chen | Owned by: | eduardo |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.resizable | Version: | 1.5b4 |
| Keywords: | resizable image | Cc: | |
| Blocked by: | Blocking: |
Description
tests/resizable.html
When the mouse drag the inner frame of the puppy image and move out of the right/bottom boundary, the image in frame went left/up.
Maybe it is just a bug in the test code.
Attachments (1)
Change History (9)
Changed March 15, 2008 02:45PM UTC by comment:1
| owner: | paul → braeker |
|---|
Changed March 19, 2008 03:50AM UTC by comment:2
I cant understand the problem, could you explain again? Thanks a lot.
Changed March 21, 2008 04:55PM UTC by comment:3
I have the same problem. When an element is made both draggable & resizable, after being resized for the 1st time, element begins jumping a bit to up & left direction on any subsequent drag or resize attempt. JQuery version: 1.2.3, JQuery UI version 1.5b
Test code:
<script src="jquery-1.2.3.js"></script>
<script src="jquery.dimensions.js"></script>
<script src="ui.mouse.js"></script>
<script src="ui.draggable.js"></script>
<script src="ui.resizable.js"></script>
<script>
$(document).ready(function() {
$("#aaa").resizable().draggable();
});
</script>
<style>
#aaa {
width: 100px;
height: 100px;
background-color: lightblue;
border: 1px solid black;
}
</style>
<div id="aaa">bbb</a>
Changed May 24, 2008 03:39AM UTC by comment:4
| milestone: | 1.2.4 |
|---|
Milestone 1.2.4 deleted
Changed May 24, 2008 07:20PM UTC by comment:5
| component: | ui.core → ui.resizable |
|---|---|
| version: | 1.2.3 → 1.5b4 |
Changed August 17, 2008 10:23AM UTC by comment:6
| milestone: | → TDB |
|---|
Changed January 02, 2009 02:53PM UTC by comment:7
| milestone: | TBD → 1.6 |
|---|---|
| priority: | minor → critical |
Changed January 17, 2009 04:46AM UTC by comment:8
I don't see the behavior described--test case attached. However, I do see the resize handles disappear in IE8 beta2 after the first resize.
Changed January 27, 2009 05:42AM UTC by comment:9
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
I cannot reproduce this error too.
Seeing that me and dmethvin weren't able to reproduce it I understand that this bug is not happen anymore, therefore this ticked will be closed.