Changeset 9865

Show
Ignore:
Timestamp:
07/30/07 12:32:58 (18 months ago)
Author:
bill
Message:

InlineEditBox? momentarily remove focus from anything, because it hides the
display-text before focus is transfered to the edit widget. Don't take that
as a signal that the widget has lost focus. Refs #3899

(fixed for IE, but there's still a FF issue where it doesn't realize that the
TextArea? got focus, because it's an iframe)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/_base/focus.js

    r9835 r9865  
    301301                        return; 
    302302                } 
    303                 this._blurAllTimer = setTimeout(function(){ delete self._blurAllTimer; setStack([]); }, 0); 
     303                this._blurAllTimer = setTimeout(function(){ delete self._blurAllTimer; setStack([]); }, 100); 
    304304        } 
    305305