Search and Top Navigation
#3609 closed bug (wontfix)
Opened November 19, 2008 06:18PM UTC
Closed March 05, 2009 03:48PM UTC
resizing table columns in ie6
Reported by: | sorpigal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.resizable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm not sure if this is properly a UI bug or a problem in jquery proper, but I figured I'd start here.
See the attached test. In IE6 this puts tiny little handles (another issue altogether!) on each header cell. Click and drag one. No problem. Click the same handle again, and error line 1124 "Invalid Argument". That's jquery-1.2.6.js line 1124, which is this:
if ( set ){
elem[ name ] = "" + value;
}
I've seen the value of 'value' here be null, as in this example, but I've seen the same error when it's a real value like '-17px'. I really can't explain that one.
If I remove the "helper: 'proxy'" bit it works without errors. The same error can be triggered other options, such as {ghost: true}. The error seems to go away if I omit the containment option.
Tested with jquery-1.2.6 and jquery-nightly, both with ui 1.6rc2.