Changeset 2381

Show
Ignore:
Timestamp:
05/18/08 01:51:38 (21 months ago)
Author:
auno
Message:

Fixed to set checked value to checkbox for IE. BugzID:79741
It's weird. Some oparations like removeChild, insertBefore removed checked value.
So added checked value again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/mt-static/mt.js

    r2039 r2381  
    27832783            /* move it after the parent */ 
    27842784            this.list.content.insertBefore( div, parentItem.nextSibling ); 
     2785            this.list.toggleCheckbox( div, true ); // added checked attribute again for IE 
    27852786            DOM.removeClassName( div, "hidden" ); 
    27862787        } else {