Opened 15 years ago
Closed 14 years ago
#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: | ||
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.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → TDB |
---|
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | major → critical |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.