%textcontextDTD; ]> "" "" "" "" null false false null this.inputField.select(); this.inputField.setSelectionRange(aSelectionStart, aSelectionEnd); #ifndef XP_WIN // Only care about context clicks on the textbox itself. if (event.target != this) return; if (!event.button) // context menu opened via keyboard shortcut return; this._maybeSelectAll(); // see bug 576135 comment 4 let box = this.inputField.parentNode; box._doPopupItemEnabling(box.menupopup); #endif