Changes between Initial Version and Version 1 of Ticket #6859, comment 3
- Timestamp:
- May 16, 2011, 12:05:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6859, comment 3
initial v1 2 2 So, for example, with "y = Math.floor(center.y)-30" on line 115 of jquery.simulate.js, the bug does not occur. 3 3 4 This is not a bug of jQuery.Simulate (maybe a part of this problem is a bug), but a mismatch between the intention of a developer and the actual movement of the simulator. 5 4 6 I think the simulator should try the 4 edges whether they are visible or not, and if all of them are not clickable by an user, it should say that the testcase is wrong.