Search and Top Navigation
#3058 closed bug (fixed)
Opened July 03, 2008 08:07AM UTC
Closed January 16, 2009 05:57AM UTC
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: | ||
Blocked by: | Blocking: |
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.