Search and Top Navigation
#3118 closed bug (notabug)
Opened July 19, 2008 03:31PM UTC
Closed March 19, 2009 09:35PM UTC
Last modified October 11, 2012 09:15PM UTC
bug with ui.resizable in FF
Reported by: | emiliodeg@gmail.com | Owned by: | eduardo |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.resizable | Version: | 1.5.1 |
Keywords: | table, thead, th | Cc: | |
Blocked by: | Blocking: |
Description
in firefox 2 and 3, if I do this
....
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/ui/ui.core.js"></script>
<script type="text/javascript" src="js/ui/ui.resizable.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("th").resizable();
});
</script>
...
...
<table>
<thead>
<tr>
<th>col 1</th> <th>col 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>foo</td><td>bla bla</td>
</tr>
<tr>
<td>fooo</td><td>blabla bla</td>
</tr>
</tbody>
</table>
the box for resize go to the right and the bottom (default option)
I try changing the options, whitout own css sheet, but doesn't work
in IE7 work ok
Attachments (0)
Change History (8)
Changed August 17, 2008 10:05AM UTC by comment:1
milestone: | → TDB |
---|---|
priority: | major → minor |
Changed January 02, 2009 02:55PM UTC by comment:2
milestone: | TBD → 1.6 |
---|
Changed January 16, 2009 06:11AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Resizables doesn't work for <th> tags. Especially on IE.
You can use a div into the tag:
<th><div id='resizable'></div></th>
Changed January 17, 2009 03:40AM UTC by comment:4
resolution: | fixed |
---|---|
status: | closed → reopened |
If there's clearly a work-around then why can't we do this for the user?
Changed February 16, 2009 05:35PM UTC by comment:5
Whe can't just introduce random workarounds for specific tags. This will not avoid confusion, but do exactly the opposite. We should document the pattern in the plugin's FAQ, but this does not belong in the code.
Changed March 08, 2009 02:32PM UTC by comment:6
milestone: | 1.7 → 1.8 |
---|
Changed March 19, 2009 09:35PM UTC by comment:7
milestone: | 1.8 → TBD |
---|---|
resolution: | → invalid |
status: | reopened → closed |
Changed October 11, 2012 09:15PM UTC by comment:8
milestone: | TBD |
---|
Milestone TBD deleted