Changes between Initial Version and Version 1 of Ticket #9560, comment 3
- Timestamp:
- Sep 19, 2013, 8:40:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9560, comment 3
initial v1 1 1 I'm fairly confident that this is a duplicate of #9315, and the reason you're not seeing the issue in jsFiddle is because the test case I provided is using the latest code from master and not 1.10.3. Please let us know if you can recreate the problem using these files. 2 2 3 {{{ 3 4 <script src="http://code.jquery.com/jquery-git.js"></script> 4 5 <script src="http://code.jquery.com/ui/jquery-ui-git.js"></script> 6 }}} 5 7 6 8 In jsFiddle you can always add "/show" to a URL to see the test case without the framing (e.g. http://jsfiddle.net/tj_vantoll/YMnwU/show/).