Changes between Initial Version and Version 1 of Ticket #6859, comment 3


Ignore:
Timestamp:
May 16, 2011, 12:05:07 AM (12 years ago)
Author:
tomykaira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6859, comment 3

    initial v1  
    22So, for example, with "y = Math.floor(center.y)-30" on line 115 of jquery.simulate.js, the bug does not occur.
    33
     4This 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
    46I 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.