%textcontextDTD; ]> "" "" "" "" null false false null this.inputField.select(); // According to https://html.spec.whatwg.org/#do-not-apply, // setSelectionRange() is only available on a limited set of input types. if (this.inputField.type == "text" || this.inputField.tagName == "html:textarea") { 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; let menu = document.getAnonymousElementByAttribute(box, "anonid", "input-box-contextmenu"); box._doPopupItemEnabling(menu); #endif null document.getAnonymousElementByAttribute(this, "anonid", "search-icons"); document.getAnonymousElementByAttribute(this, "anonid", "searchbutton-icon"); this._iconClick(e)); ]]> false document.getAnonymousElementByAttribute(this, "anonid", "spell-check-enabled"); document.getAnonymousElementByAttribute(this, "anonid", "spell-no-suggestions"); document.getAnonymousElementByAttribute(this, "anonid", "spell-dictionaries-menu"); 1); this._doPopupItemEnabling(popupNode); ]]>