Search and Top Navigation
#2939 closed bug (fixed)
Opened June 03, 2008 06:40AM UTC
Closed June 04, 2008 03:23AM UTC
Resizable breaks when option grid is used in IE
| Reported by: | scott@createhealthinc.com | Owned by: | eduardo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | ui.resizable | Version: | 1.5rc1 |
| Keywords: | resizable, grid | Cc: | |
| Blocked by: | Blocking: |
Description
When passing the grid option to a element that has been declared resizable, the element loses all interactivity in internet explorer. Works fine in firefox
using jquery 1.2.6 and ui 1.5rc1
<html>
<head>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/ui.core.js"></script>
<script type="text/javascript" src="js/ui.resizable.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".bugExample").resizable({ grid:[0,20]});
});
</script>
</head>
<body>
<div class="bugExample" style="border:solid 10px black;">Does not resize to grid</div>
</body>
</html>
Attachments (0)
Change History (1)
Changed June 04, 2008 03:23AM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |