Ticket #3058 (closed bug: fixed)
Attempt to make textarea resizable in IE7 failes if textarea in hidden container
| Reported by: | anonymous | Owned by: | eduardo |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.resizable | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This may very well be an issue for things other then textarea as well - but I only tried this:
$('textarea').resizable({autoHide: true});
Works fine for all visible textarea items.
In IE7 it fails with a JS error "Invalid Argument" - (I know - useless error message), works fine in Safari, FF2,3 and Opera.
I tried it with :visible as well - but it didn't make any difference.
Change History
Note: See
TracTickets for help on using
tickets.

