0.8) this._insertItems(); ]]> this.scrollBoxObject.height; [] 0 || selectionEnd < aTextbox.textLength) json.types.push("select-all"); let clipboard = Cc["@mozilla.org/widget/clipboard;1"].getService(Ci.nsIClipboard); let flavors = ["text/unicode"]; let hasData = clipboard.hasDataMatchingFlavors(flavors, flavors.length, Ci.nsIClipboard.kGlobalClipboard); if (hasData && (!aTextbox.readOnly || aIgnoreReadOnly)) { json.types.push("paste"); if (aTextbox.type == "url") { json.types.push("paste-url"); } } ContextHelper.showPopup({ target: aTextbox, json: json }); ]]>