Changeset 12303

Show
Ignore:
Timestamp:
02/05/08 23:15:33 (11 months ago)
Author:
bill
Message:

Be sure to position dialog off screen when it's hidden. Fixes #5758.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/Dialog.js

    r12197 r12303  
    221221                                        onEnd: function(){ 
    222222                                                node.style.visibility="hidden"; 
     223                                                node.style.top = "-9999px"; 
    223224                                        } 
    224225                                 }),