2007-03-22 10:30:00 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
# -*- Mode: HTML -*-
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org browser.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Joe Hewitt.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2003
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Pierre Chanial (p_ch@verizon.net)
|
|
|
|
# Dean Tessman (dean_tessman@hotmail.com)
|
|
|
|
# Masayuki Nakano (masayuki@d-toybox.com)
|
|
|
|
# Pamela Greene (pamg.bugs@gmail.com)
|
2008-03-08 01:30:43 -08:00
|
|
|
# Edward Lee (edward.lee@engineering.uiuc.edu)
|
2007-03-22 10:30:00 -07:00
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
<bindings id="autocompleteBindings"
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
|
|
|
|
<binding id="autocomplete"
|
|
|
|
extends="chrome://global/content/bindings/textbox.xml#textbox">
|
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/autocomplete.css"/>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<content sizetopopup="pref">
|
2008-02-10 00:30:04 -08:00
|
|
|
<xul:hbox class="autocomplete-textbox-container" flex="1" xbl:inherits="focused">
|
2007-10-25 19:53:01 -07:00
|
|
|
<children includes="image|deck|stack|box">
|
2007-03-22 10:30:00 -07:00
|
|
|
<xul:image class="autocomplete-icon" allowevents="true"/>
|
|
|
|
</children>
|
|
|
|
|
|
|
|
<xul:hbox anonid="textbox-input-box" class="textbox-input-box" flex="1" xbl:inherits="tooltiptext=inputtooltiptext">
|
|
|
|
<children/>
|
|
|
|
<html:input anonid="input" class="autocomplete-textbox textbox-input"
|
|
|
|
flex="1" allowevents="true"
|
|
|
|
xbl:inherits="tooltiptext=inputtooltiptext,onfocus,onblur,value,type,maxlength,disabled,size,readonly,userAction"/>
|
|
|
|
</xul:hbox>
|
|
|
|
<children includes="hbox"/>
|
|
|
|
</xul:hbox>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<xul:dropmarker anonid="historydropmarker" class="autocomplete-history-dropmarker"
|
|
|
|
allowevents="true"
|
2008-02-10 00:30:04 -08:00
|
|
|
xbl:inherits="open,enablehistory,parentfocused=focused"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<xul:popupset anonid="popupset" class="autocomplete-result-popupset"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
<implementation implements="nsIAccessibleProvider, nsIAutoCompleteInput, nsIDOMXULMenuListElement">
|
|
|
|
<field name="mController">null</field>
|
|
|
|
<field name="mSearchNames">null</field>
|
|
|
|
<field name="mIgnoreInput">false</field>
|
|
|
|
<field name="mEnterEvent">null</field>
|
|
|
|
<field name="mConsumeRollupEvent">false</field>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<constructor><![CDATA[
|
|
|
|
mController = Components.classes["@mozilla.org/autocomplete/controller;1"].
|
|
|
|
getService(Components.interfaces.nsIAutoCompleteController);
|
|
|
|
]]></constructor>
|
|
|
|
|
|
|
|
<!-- =================== nsIAccessibleProvider =================== -->
|
|
|
|
|
|
|
|
<property name="accessibleType" readonly="true">
|
|
|
|
<getter>
|
|
|
|
<![CDATA[
|
|
|
|
// Will be exposed as nsIAccessible::ROLE_AUTOCOMPLETE
|
|
|
|
return Components.interfaces.nsIAccessibleProvider.XULCombobox;
|
|
|
|
]]>
|
|
|
|
</getter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<!-- =================== nsIAutoCompleteInput =================== -->
|
|
|
|
|
|
|
|
<field name="popup"><![CDATA[
|
|
|
|
var popup = null;
|
|
|
|
var popupId = this.getAttribute("autocompletepopup");
|
|
|
|
if (popupId)
|
|
|
|
popup = document.getElementById(popupId);
|
|
|
|
if (!popup) {
|
2007-07-04 08:49:38 -07:00
|
|
|
popup = document.createElement("panel");
|
2007-03-22 10:30:00 -07:00
|
|
|
popup.setAttribute("type", "autocomplete");
|
2007-08-15 18:09:58 -07:00
|
|
|
popup.setAttribute("noautofocus", "true");
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
var popupset = document.getAnonymousElementByAttribute(this, "anonid", "popupset");
|
|
|
|
popupset.appendChild(popup);
|
|
|
|
}
|
|
|
|
popup.mInput = this;
|
|
|
|
popup;
|
|
|
|
]]></field>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<property name="controller" onget="return this.mController;" readonly="true"/>
|
|
|
|
|
|
|
|
<property name="popupOpen"
|
|
|
|
onget="return this.popup.popupOpen;"
|
|
|
|
onset="if (val) this.openPopup(); else this.closePopup();"/>
|
|
|
|
|
|
|
|
<property name="disableAutoComplete"
|
|
|
|
onset="this.setAttribute('disableautocomplete', val); return val;"
|
|
|
|
onget="return this.getAttribute('disableautocomplete') == 'true';"/>
|
|
|
|
|
|
|
|
<property name="completeDefaultIndex"
|
|
|
|
onset="this.setAttribute('completedefaultindex', val); return val;"
|
|
|
|
onget="return this.getAttribute('completedefaultindex') == 'true';"/>
|
|
|
|
|
|
|
|
<property name="completeSelectedIndex"
|
|
|
|
onset="this.setAttribute('completeselectedindex', val); return val;"
|
|
|
|
onget="return this.getAttribute('completeselectedindex') == 'true';"/>
|
|
|
|
|
|
|
|
<property name="forceComplete"
|
|
|
|
onset="this.setAttribute('forcecomplete', val); return val;"
|
|
|
|
onget="return this.getAttribute('forcecomplete') == 'true';"/>
|
|
|
|
|
|
|
|
<property name="minResultsForPopup"
|
|
|
|
onset="this.setAttribute('minresultsforpopup', val); return val;"
|
|
|
|
onget="return parseInt(this.getAttribute('minresultsforpopup')) || 0;"/>
|
|
|
|
|
|
|
|
<property name="showCommentColumn"
|
|
|
|
onset="this.setAttribute('showcommentcolumn', val); return val;"
|
|
|
|
onget="return this.getAttribute('showcommentcolumn') == 'true';"/>
|
|
|
|
|
2007-11-06 00:43:53 -08:00
|
|
|
<property name="showImageColumn"
|
|
|
|
onset="this.setAttribute('showimagecolumn', val); return val;"
|
|
|
|
onget="return this.getAttribute('showimagecolumn') == 'true';"/>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<property name="timeout"
|
|
|
|
onset="this.setAttribute('timeout', val); return val;"
|
|
|
|
onget="return parseInt(this.getAttribute('timeout')) || 50;"/>
|
|
|
|
|
|
|
|
<property name="searchParam"
|
|
|
|
onget="return this.getAttribute('autocompletesearchparam');"
|
|
|
|
onset="this.setAttribute('autocompletesearchparam', val); return val;"/>
|
|
|
|
|
|
|
|
<property name="searchCount" readonly="true"
|
|
|
|
onget="this.initSearchNames(); return this.mSearchNames.length;"/>
|
|
|
|
|
|
|
|
<property name="consumeRollupEvent" readonly="true"
|
|
|
|
onget="return this.mConsumeRollupEvent;"/>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<!-- This is the maximum number of drop-down rows we get when we
|
2007-03-22 10:30:00 -07:00
|
|
|
hit the drop marker beside fields that have it (like the URLbar).-->
|
2007-11-29 20:57:57 -08:00
|
|
|
<field name="maxDropMarkerRows" readonly="true">14</field>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<method name="getSearchAt">
|
|
|
|
<parameter name="aIndex"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
this.initSearchNames();
|
|
|
|
return this.mSearchNames[aIndex];
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<property name="textValue"
|
|
|
|
onget="return this.value;">
|
|
|
|
<setter><![CDATA[
|
|
|
|
// Completing a result should simulate the user typing the result,
|
|
|
|
// so fire an input event.
|
|
|
|
this.value = val;
|
|
|
|
var evt = document.createEvent("UIEvents");
|
|
|
|
evt.initUIEvent("input", true, false, window, 0);
|
|
|
|
this.mIgnoreInput = true;
|
|
|
|
this.dispatchEvent(evt);
|
|
|
|
this.mIgnoreInput = false;
|
|
|
|
return this.value;
|
|
|
|
]]></setter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<method name="selectTextRange">
|
|
|
|
<parameter name="aStartIndex"/>
|
|
|
|
<parameter name="aEndIndex"/>
|
|
|
|
<body><![CDATA[
|
2008-02-06 11:00:09 -08:00
|
|
|
this.inputField.setSelectionRange(aStartIndex, aEndIndex);
|
2007-03-22 10:30:00 -07:00
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
2008-02-21 15:17:33 -08:00
|
|
|
<method name="onSearchBegin">
|
|
|
|
<body><![CDATA[
|
|
|
|
this.fireEvent("searchbegin");
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<method name="onSearchComplete">
|
|
|
|
<body><![CDATA[
|
|
|
|
if (this.mController.matchCount == 0)
|
|
|
|
this.popup.setAttribute("nomatch", "true");
|
|
|
|
else
|
|
|
|
this.popup.removeAttribute("nomatch");
|
|
|
|
|
|
|
|
this.fireEvent("searchcomplete");
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="onTextEntered">
|
|
|
|
<body><![CDATA[
|
|
|
|
var rv = this.fireEvent("textentered", this.mEnterEvent);
|
|
|
|
this.mEnterEvent = null;
|
|
|
|
return rv;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="onTextReverted">
|
|
|
|
<body><![CDATA[
|
|
|
|
return this.fireEvent("textreverted");
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- =================== nsIDOMXULMenuListElement =================== -->
|
|
|
|
|
|
|
|
<property name="editable" readonly="true"
|
2007-11-29 20:57:57 -08:00
|
|
|
onget="return true;" />
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<property name="crop"
|
|
|
|
onset="this.setAttribute('crop',val); return val;"
|
|
|
|
onget="return this.getAttribute('crop');"/>
|
|
|
|
|
|
|
|
<property name="open"
|
|
|
|
onget="return this.getAttribute('open') == 'true';">
|
|
|
|
<setter><![CDATA[
|
2008-02-13 02:37:36 -08:00
|
|
|
if (val)
|
|
|
|
this.showHistoryPopup();
|
|
|
|
else
|
|
|
|
this.closePopup();
|
2007-03-22 10:30:00 -07:00
|
|
|
]]></setter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<!-- =================== PUBLIC MEMBERS =================== -->
|
|
|
|
|
|
|
|
<property name="value"
|
2008-02-06 11:00:09 -08:00
|
|
|
onget="return this.hasAttribute('empty') ? '' : this.inputField.value;">
|
2007-03-22 10:30:00 -07:00
|
|
|
<setter><![CDATA[
|
|
|
|
this.mIgnoreInput = true;
|
2008-02-06 11:00:09 -08:00
|
|
|
if (val) {
|
|
|
|
// clear the emptyText _before_ setting a new non-empty value
|
|
|
|
this._clearEmptyText();
|
|
|
|
this.inputField.value = val;
|
|
|
|
} else {
|
|
|
|
// display the emptyText _after_ setting a value that's an empty string
|
|
|
|
this.inputField.value = val;
|
|
|
|
this._updateVisibleText();
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
this.mIgnoreInput = false;
|
|
|
|
var event = document.createEvent('Events');
|
|
|
|
event.initEvent('ValueChange', true, true);
|
2008-02-06 11:00:09 -08:00
|
|
|
this.inputField.dispatchEvent(event);
|
2007-03-22 10:30:00 -07:00
|
|
|
return val;
|
|
|
|
]]></setter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="focused" readonly="true"
|
|
|
|
onget="return this.getAttribute('focused') == 'true';"/>
|
|
|
|
|
|
|
|
<!-- maximum number of rows to display at a time -->
|
|
|
|
<property name="maxRows"
|
|
|
|
onset="this.setAttribute('maxrows', val); return val;"
|
|
|
|
onget="return parseInt(this.getAttribute('maxrows')) || 0;"/>
|
|
|
|
|
|
|
|
<!-- option to allow scrolling through the list via the tab key, rather than
|
|
|
|
tab moving focus out of the textbox -->
|
|
|
|
<property name="tabScrolling"
|
|
|
|
onset="return this.setAttribute('tabscrolling', val); return val;"
|
|
|
|
onget="return this.getAttribute('tabscrolling') == 'true';"/>
|
|
|
|
|
|
|
|
<!-- disable key navigation handling in the popup results -->
|
|
|
|
<property name="disableKeyNavigation"
|
|
|
|
onset="this.setAttribute('disablekeynavigation', val); return val;"
|
|
|
|
onget="return this.getAttribute('disablekeynavigation') == 'true';"/>
|
|
|
|
|
|
|
|
<!-- option to completely ignore any blur events while
|
|
|
|
searches are still going on. This is useful so that nothing
|
|
|
|
gets autopicked if the window is required to lose focus for
|
|
|
|
some reason (eg in LDAP autocomplete, another window may be
|
|
|
|
brought up so that the user can enter a password to authenticate
|
|
|
|
to an LDAP server). -->
|
|
|
|
<property name="ignoreBlurWhileSearching"
|
|
|
|
onset="this.setAttribute('ignoreblurwhilesearching', val); return val;"
|
|
|
|
onget="return this.getAttribute('ignoreblurwhilesearching') == 'true';"/>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- =================== PRIVATE MEMBERS =================== -->
|
|
|
|
|
|
|
|
<!-- ::::::::::::: autocomplete controller ::::::::::::: -->
|
|
|
|
|
|
|
|
<method name="attachController">
|
|
|
|
<body><![CDATA[
|
|
|
|
if (this.mController.input != this)
|
|
|
|
this.mController.input = this;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="detachController">
|
|
|
|
<body><![CDATA[
|
|
|
|
try {
|
|
|
|
if (this.mController.input == this)
|
|
|
|
this.mController.input = null;
|
|
|
|
} catch (ex) {
|
|
|
|
// nothing really to do.
|
|
|
|
}
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- ::::::::::::: popup opening ::::::::::::: -->
|
|
|
|
|
|
|
|
<method name="openPopup">
|
|
|
|
<body><![CDATA[
|
2007-09-30 12:00:10 -07:00
|
|
|
this.popup.openAutocompletePopup(this, this);
|
2007-03-22 10:30:00 -07:00
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="closePopup">
|
|
|
|
<body><![CDATA[
|
|
|
|
this.mConsumeRollupEvent = false;
|
|
|
|
this.popup.closePopup();
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="showHistoryPopup">
|
|
|
|
<body><![CDATA[
|
2008-02-13 02:37:36 -08:00
|
|
|
// history dropmarker pushed state
|
|
|
|
function cleanup(popup) {
|
|
|
|
popup.removeEventListener("popupshowing", onShow, false);
|
|
|
|
}
|
|
|
|
function onShow(event) {
|
|
|
|
var popup = event.target, input = popup.input;
|
|
|
|
cleanup(popup);
|
|
|
|
input.setAttribute("open", "true");
|
|
|
|
function onHide() {
|
|
|
|
input.removeAttribute("open");
|
|
|
|
popup.removeEventListener("popuphiding", onHide, false);
|
|
|
|
}
|
|
|
|
popup.addEventListener("popuphiding", onHide, false);
|
|
|
|
}
|
|
|
|
this.popup.addEventListener("popupshowing", onShow, false);
|
|
|
|
setTimeout(cleanup, 1000, this.popup);
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Store our "normal" maxRows on the popup, so that it can reset the
|
|
|
|
// value when the popup is hidden.
|
|
|
|
this.popup._normalMaxRows = this.maxRows;
|
|
|
|
|
|
|
|
// Increase our maxRows temporarily, since we want the dropdown to
|
|
|
|
// be bigger in this case. The popup's popupshowing/popuphiding
|
|
|
|
// handlers will take care of resetting this.
|
|
|
|
this.maxRows = this.maxDropMarkerRows;
|
|
|
|
|
|
|
|
// Ensure that we have focus.
|
|
|
|
if (!this.focused)
|
|
|
|
this.focus();
|
|
|
|
this.mConsumeRollupEvent = true;
|
|
|
|
this.attachController();
|
|
|
|
this.mController.startSearch("");
|
|
|
|
]]></body>
|
|
|
|
</method>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<method name="toggleHistoryPopup">
|
|
|
|
<body><![CDATA[
|
|
|
|
if (!this.popup.mPopupOpen)
|
|
|
|
this.showHistoryPopup();
|
|
|
|
else
|
|
|
|
this.closePopup();
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- ::::::::::::: event dispatching ::::::::::::: -->
|
|
|
|
|
|
|
|
<method name="fireEvent">
|
|
|
|
<parameter name="aEventType"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
var cancel = false;
|
|
|
|
// handle any xml attribute event handlers
|
|
|
|
var handler = this.getAttribute("on"+aEventType);
|
|
|
|
if (handler) {
|
|
|
|
var fn = new Function("eventType", "param", handler);
|
|
|
|
cancel = fn.apply(this, arguments);
|
|
|
|
}
|
|
|
|
|
|
|
|
return cancel;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- ::::::::::::: key handling ::::::::::::: -->
|
|
|
|
|
|
|
|
<method name="onKeyPress">
|
|
|
|
<parameter name="aEvent"/>
|
|
|
|
<body><![CDATA[
|
2008-01-23 15:49:10 -08:00
|
|
|
if (aEvent.target.localName != "textbox")
|
|
|
|
return; // Let child buttons of autocomplete take input
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
//XXXpch this is so bogus...
|
|
|
|
if (aEvent.getPreventDefault())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
var cancel = false;
|
|
|
|
|
|
|
|
// Catch any keys that could potentially move the caret. Ctrl can be
|
|
|
|
// used in combination with these keys, so only make sure that Alt
|
|
|
|
// isn't used.
|
|
|
|
if (!this.disableKeyNavigation && !aEvent.altKey) {
|
|
|
|
switch (aEvent.keyCode) {
|
|
|
|
case KeyEvent.DOM_VK_LEFT:
|
|
|
|
case KeyEvent.DOM_VK_RIGHT:
|
|
|
|
case KeyEvent.DOM_VK_HOME:
|
|
|
|
cancel = this.mController.handleKeyNavigation(aEvent.keyCode);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Handle keys that are not part of a keyboard shortcut (no Ctrl or Alt)
|
|
|
|
if (!this.disableKeyNavigation && !aEvent.ctrlKey && !aEvent.altKey) {
|
|
|
|
switch (aEvent.keyCode) {
|
|
|
|
case KeyEvent.DOM_VK_TAB:
|
|
|
|
if (this.tabScrolling && this.popup.mPopupOpen)
|
|
|
|
cancel = this.mController.handleKeyNavigation(aEvent.shiftKey ?
|
|
|
|
KeyEvent.DOM_VK_UP :
|
|
|
|
KeyEvent.DOM_VK_DOWN);
|
|
|
|
break;
|
|
|
|
case KeyEvent.DOM_VK_UP:
|
|
|
|
case KeyEvent.DOM_VK_DOWN:
|
|
|
|
case KeyEvent.DOM_VK_PAGE_UP:
|
|
|
|
case KeyEvent.DOM_VK_PAGE_DOWN:
|
|
|
|
cancel = this.mController.handleKeyNavigation(aEvent.keyCode);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Handle keys we know aren't part of a shortcut, even with Alt or
|
|
|
|
// Ctrl.
|
|
|
|
switch (aEvent.keyCode) {
|
|
|
|
case KeyEvent.DOM_VK_ESCAPE:
|
|
|
|
cancel = this.mController.handleEscape();
|
|
|
|
break;
|
|
|
|
case KeyEvent.DOM_VK_RETURN:
|
|
|
|
this.mEnterEvent = aEvent;
|
2008-02-29 05:07:02 -08:00
|
|
|
cancel = this.mController.handleEnter(false);
|
2007-03-22 10:30:00 -07:00
|
|
|
break;
|
|
|
|
case KeyEvent.DOM_VK_DELETE:
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
case KeyEvent.DOM_VK_BACK_SPACE:
|
|
|
|
if (aEvent.shiftKey)
|
|
|
|
#endif
|
|
|
|
cancel = this.mController.handleDelete();
|
|
|
|
break;
|
|
|
|
case KeyEvent.DOM_VK_DOWN:
|
|
|
|
case KeyEvent.DOM_VK_UP:
|
|
|
|
if (aEvent.altKey)
|
|
|
|
this.toggleHistoryPopup();
|
|
|
|
break;
|
|
|
|
#ifndef XP_MACOSX
|
|
|
|
case KeyEvent.DOM_VK_F4:
|
|
|
|
this.toggleHistoryPopup();
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
if (cancel) {
|
|
|
|
aEvent.stopPropagation();
|
|
|
|
aEvent.preventDefault();
|
|
|
|
}
|
|
|
|
|
|
|
|
return true;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- ::::::::::::: miscellaneous ::::::::::::: -->
|
|
|
|
|
|
|
|
<method name="initSearchNames">
|
|
|
|
<body><![CDATA[
|
|
|
|
if (!this.mSearchNames) {
|
|
|
|
var names = this.getAttribute("autocompletesearch");
|
|
|
|
if (!names)
|
|
|
|
this.mSearchNames = [];
|
|
|
|
else
|
|
|
|
this.mSearchNames = names.split(" ");
|
|
|
|
}
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="ifSetAttribute">
|
|
|
|
<parameter name="aAttr"/>
|
|
|
|
<parameter name="aVal"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
if (!this.hasAttribute(aAttr))
|
|
|
|
this.setAttribute(aAttr, aVal);
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<method name="_focus">
|
|
|
|
<!-- doesn't reset this.mController -->
|
2007-03-22 10:30:00 -07:00
|
|
|
<body><![CDATA[
|
|
|
|
this._dontBlur = true;
|
|
|
|
this.focus();
|
|
|
|
this._dontBlur = false;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
</implementation>
|
|
|
|
|
|
|
|
<handlers>
|
|
|
|
<handler event="input"
|
|
|
|
action="if (!this.mIgnoreInput && this.mController.input == this) this.mController.handleText(false);"/>
|
|
|
|
|
|
|
|
<handler event="keypress" phase="capturing"
|
|
|
|
action="return this.onKeyPress(event);"/>
|
|
|
|
|
|
|
|
<handler event="compositionstart" phase="capturing"
|
|
|
|
action="if (this.mController.input == this) this.mController.handleStartComposition();"/>
|
|
|
|
|
|
|
|
<handler event="compositionend" phase="capturing"
|
|
|
|
action="if (this.mController.input == this) this.mController.handleEndComposition();"/>
|
|
|
|
|
2008-02-10 00:30:04 -08:00
|
|
|
<handler event="focus" phase="capturing"
|
|
|
|
action="this.attachController();"/>
|
|
|
|
|
|
|
|
<handler event="blur" phase="capturing"
|
|
|
|
action="if (!this._dontBlur) this.detachController();"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
</handlers>
|
2007-08-21 16:55:54 -07:00
|
|
|
</binding>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<binding id="autocomplete-result-popup" extends="chrome://global/content/bindings/autocomplete.xml#autocomplete-base-popup">
|
2007-03-22 10:30:00 -07:00
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/tree.css"/>
|
|
|
|
<stylesheet src="chrome://global/skin/autocomplete.css"/>
|
|
|
|
</resources>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<content ignorekeys="true">
|
2008-01-23 15:49:10 -08:00
|
|
|
<xul:tree anonid="tree" class="autocomplete-tree plain" hidecolumnpicker="true" flex="1" seltype="single">
|
2007-03-22 10:30:00 -07:00
|
|
|
<xul:treecols anonid="treecols">
|
|
|
|
<xul:treecol id="treecolAutoCompleteValue" class="autocomplete-treecol" flex="1" overflow="true"/>
|
|
|
|
</xul:treecols>
|
|
|
|
<xul:treechildren class="autocomplete-treebody"/>
|
|
|
|
</xul:tree>
|
|
|
|
</content>
|
2007-08-31 13:19:19 -07:00
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<implementation>
|
|
|
|
<field name="mShowCommentColumn">false</field>
|
|
|
|
<field name="mShowImageColumn">false</field>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<property name="showCommentColumn"
|
|
|
|
onget="return this.mShowCommentColumn;">
|
|
|
|
<setter>
|
|
|
|
<![CDATA[
|
|
|
|
if (!val && this.mShowCommentColumn) {
|
|
|
|
// reset the flex on the value column and remove the comment column
|
|
|
|
document.getElementById("treecolAutoCompleteValue").setAttribute("flex", 1);
|
|
|
|
this.removeColumn("treecolAutoCompleteComment");
|
|
|
|
} else if (val && !this.mShowCommentColumn) {
|
|
|
|
// reset the flex on the value column and add the comment column
|
|
|
|
document.getElementById("treecolAutoCompleteValue").setAttribute("flex", 2);
|
|
|
|
this.addColumn({id: "treecolAutoCompleteComment", flex: 1});
|
|
|
|
}
|
|
|
|
this.mShowCommentColumn = val;
|
|
|
|
return val;
|
|
|
|
]]>
|
|
|
|
</setter>
|
|
|
|
</property>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<property name="showImageColumn"
|
|
|
|
onget="return this.mShowImageColumn;">
|
|
|
|
<setter>
|
|
|
|
<![CDATA[
|
|
|
|
if (!val && this.mShowImageColumn) {
|
|
|
|
// remove the image column
|
|
|
|
this.removeColumn("treecolAutoCompleteImage");
|
|
|
|
} else if (val && !this.mShowImageColumn) {
|
|
|
|
// add the image column
|
|
|
|
this.addColumn({id: "treecolAutoCompleteImage", flex: 1});
|
|
|
|
}
|
|
|
|
this.mShowImageColumn = val;
|
|
|
|
return val;
|
|
|
|
]]>
|
|
|
|
</setter>
|
|
|
|
</property>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
|
|
|
|
<method name="addColumn">
|
|
|
|
<parameter name="aAttrs"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
var col = document.createElement("treecol");
|
|
|
|
col.setAttribute("class", "autocomplete-treecol");
|
|
|
|
for (var name in aAttrs)
|
|
|
|
col.setAttribute(name, aAttrs[name]);
|
|
|
|
this.treecols.appendChild(col);
|
|
|
|
return col;
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="removeColumn">
|
|
|
|
<parameter name="aColId"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
return this.treecols.removeChild(document.getElementById(aColId));
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<property name="selectedIndex"
|
|
|
|
onget="return this.tree.currentIndex;">
|
2007-11-29 20:57:57 -08:00
|
|
|
<setter>
|
|
|
|
<![CDATA[
|
2007-03-22 10:30:00 -07:00
|
|
|
this.tree.view.selection.select(val);
|
|
|
|
if (this.tree.treeBoxObject.height > 0)
|
|
|
|
this.tree.treeBoxObject.ensureRowIsVisible(val < 0 ? 0 : val);
|
|
|
|
// Fire select event on xul:tree so that accessibility API
|
|
|
|
// support layer can fire appropriate accessibility events.
|
|
|
|
var event = document.createEvent('Events');
|
|
|
|
event.initEvent("select", true, true);
|
|
|
|
this.tree.dispatchEvent(event);
|
|
|
|
return val;
|
|
|
|
]]></setter>
|
|
|
|
</property>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<method name="adjustHeight">
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
// detect the desired height of the tree
|
|
|
|
var bx = this.tree.treeBoxObject;
|
|
|
|
var view = this.tree.view;
|
|
|
|
if (!view)
|
|
|
|
return;
|
|
|
|
var rows = this.maxRows;
|
|
|
|
if (!view.rowCount || (rows && view.rowCount < rows))
|
|
|
|
rows = view.rowCount;
|
|
|
|
|
|
|
|
var height = rows * bx.rowHeight;
|
|
|
|
|
|
|
|
if (height == 0)
|
|
|
|
this.tree.setAttribute("collapsed", "true");
|
|
|
|
else {
|
|
|
|
if (this.tree.hasAttribute("collapsed"))
|
|
|
|
this.tree.removeAttribute("collapsed");
|
|
|
|
|
|
|
|
this.tree.setAttribute("height", height);
|
|
|
|
}
|
|
|
|
this.tree.setAttribute("hidescrollbar", view.rowCount <= rows);
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-07-04 08:49:38 -07:00
|
|
|
<method name="openAutocompletePopup">
|
2007-12-04 13:00:12 -08:00
|
|
|
<parameter name="aInput"/>
|
|
|
|
<parameter name="aElement"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
// until we have "baseBinding", (see bug #373652) this allows
|
|
|
|
// us to override openAutocompletePopup(), but still call
|
|
|
|
// the method on the base class
|
|
|
|
this._openAutocompletePopup(aInput, aElement);
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="_openAutocompletePopup">
|
2007-03-22 10:30:00 -07:00
|
|
|
<parameter name="aInput"/>
|
2007-09-30 12:00:10 -07:00
|
|
|
<parameter name="aElement"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
<body><![CDATA[
|
|
|
|
if (!this.mPopupOpen) {
|
|
|
|
this.mInput = aInput;
|
|
|
|
this.view = aInput.controller.QueryInterface(Components.interfaces.nsITreeView);
|
|
|
|
this.invalidate();
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
this.showCommentColumn = this.mInput.showCommentColumn;
|
2007-11-06 00:43:53 -08:00
|
|
|
this.showImageColumn = this.mInput.showImageColumn;
|
2007-08-31 13:19:19 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
document.popupNode = null;
|
2007-09-30 12:00:10 -07:00
|
|
|
|
|
|
|
var rect = aElement.getBoundingClientRect();
|
2007-12-12 05:27:09 -08:00
|
|
|
var nav = aElement.ownerDocument.defaultView.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
|
|
|
|
.getInterface(Components.interfaces.nsIWebNavigation);
|
|
|
|
var docShell = nav.QueryInterface(Components.interfaces.nsIDocShell);
|
|
|
|
var docViewer = docShell.contentViewer.QueryInterface(Components.interfaces.nsIMarkupDocumentViewer);
|
|
|
|
var width = (rect.right - rect.left) * docViewer.fullZoom;
|
2007-10-12 03:24:00 -07:00
|
|
|
this.setAttribute("width", width > 100 ? width : 100);
|
2007-09-30 12:00:10 -07:00
|
|
|
this.openPopup(aElement, "after_start", 0, 0, false, false);
|
|
|
|
|
2007-07-04 08:49:38 -07:00
|
|
|
this.popupBoxObject.setConsumeRollupEvent(this.mInput.consumeRollupEvent);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="invalidate">
|
|
|
|
<body><![CDATA[
|
|
|
|
this.adjustHeight();
|
|
|
|
this.tree.treeBoxObject.invalidate();
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="selectBy">
|
|
|
|
<parameter name="aReverse"/>
|
|
|
|
<parameter name="aPage"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
try {
|
|
|
|
var amount = aPage ? 5 : 1;
|
|
|
|
this.selectedIndex = this.getNextIndex(aReverse, amount, this.selectedIndex, this.tree.view.rowCount-1);
|
|
|
|
if (this.selectedIndex == -1) {
|
|
|
|
this.input._focus();
|
|
|
|
}
|
|
|
|
} catch (ex) {
|
|
|
|
// do nothing - occasionally timer-related js errors happen here
|
|
|
|
// e.g. "this.selectedIndex has no properties", when you type fast and hit a
|
|
|
|
// navigation key before this popup has opened
|
|
|
|
}
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<!-- =================== PUBLIC MEMBERS =================== -->
|
|
|
|
|
|
|
|
<field name="tree">
|
|
|
|
document.getAnonymousElementByAttribute(this, "anonid", "tree");
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<field name="treecols">
|
|
|
|
document.getAnonymousElementByAttribute(this, "anonid", "treecols");
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<property name="view"
|
|
|
|
onget="return this.mView;">
|
|
|
|
<setter><![CDATA[
|
|
|
|
// We must do this by hand because the tree binding may not be ready yet
|
|
|
|
this.mView = val;
|
|
|
|
var bx = this.tree.boxObject;
|
|
|
|
bx = bx.QueryInterface(Components.interfaces.nsITreeBoxObject);
|
|
|
|
bx.view = val;
|
|
|
|
]]></setter>
|
|
|
|
</property>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
</implementation>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="autocomplete-base-popup" extends="chrome://global/content/bindings/popup.xml#popup">
|
|
|
|
<implementation implements="nsIAutoCompletePopup">
|
2008-01-23 15:49:10 -08:00
|
|
|
<!-- nsIAccessible from #popup -->
|
|
|
|
<property name="accessibleType" readonly="true"
|
|
|
|
onget="return Components.interfaces.nsIAccessibleProvider.NoAccessible;"/>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<field name="mInput">null</field>
|
|
|
|
<field name="mPopupOpen">false</field>
|
|
|
|
|
|
|
|
<!-- =================== nsIAutoCompletePopup =================== -->
|
|
|
|
|
|
|
|
<property name="input" readonly="true"
|
|
|
|
onget="return this.mInput"/>
|
|
|
|
|
|
|
|
<property name="overrideValue" readonly="true"
|
|
|
|
onget="return null;"/>
|
|
|
|
|
|
|
|
<property name="popupOpen" readonly="true"
|
|
|
|
onget="return this.mPopupOpen;"/>
|
|
|
|
|
|
|
|
<method name="closePopup">
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
if (this.mPopupOpen) {
|
|
|
|
this.hidePopup();
|
|
|
|
document.popupNode = null;
|
|
|
|
this.removeAttribute("width");
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- This is the default number of rows that we give the autocomplete
|
|
|
|
popup when the textbox doesn't have a "maxrows" attribute
|
|
|
|
for us to use. -->
|
|
|
|
<field name="defaultMaxRows" readonly="true">6</field>
|
|
|
|
|
|
|
|
<!-- In some cases (e.g. when the input's dropmarker button is clicked),
|
|
|
|
the input wants to display a popup with more rows. In that case, it
|
|
|
|
should increase its maxRows property and store the "normal" maxRows
|
|
|
|
in this field. When the popup is hidden, we restore the input's
|
|
|
|
maxRows to the value stored in this field.
|
|
|
|
|
|
|
|
This field is set to -1 between uses so that we can tell when it's
|
|
|
|
been set by the input and when we need to set it in the popupshowing
|
|
|
|
handler. -->
|
|
|
|
<field name="_normalMaxRows">-1</field>
|
|
|
|
|
|
|
|
<property name="maxRows" readonly="true">
|
2007-11-29 20:57:57 -08:00
|
|
|
<getter>
|
2007-11-06 00:43:53 -08:00
|
|
|
<![CDATA[
|
2007-11-29 20:57:57 -08:00
|
|
|
return (this.mInput && this.mInput.maxRows) || this.defaultMaxRows;
|
2007-08-31 13:19:19 -07:00
|
|
|
]]>
|
2007-11-29 20:57:57 -08:00
|
|
|
</getter>
|
2007-08-31 13:19:19 -07:00
|
|
|
</property>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<method name="getNextIndex">
|
|
|
|
<parameter name="aReverse"/>
|
|
|
|
<parameter name="aAmount"/>
|
|
|
|
<parameter name="aIndex"/>
|
|
|
|
<parameter name="aMaxRow"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
if (aMaxRow < 0)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
var newIdx = aIndex + (aReverse?-1:1)*aAmount;
|
|
|
|
if (aReverse && aIndex == -1 || newIdx > aMaxRow && aIndex != aMaxRow)
|
|
|
|
newIdx = aMaxRow;
|
|
|
|
else if (!aReverse && aIndex == -1 || newIdx < 0 && aIndex != 0)
|
|
|
|
newIdx = 0;
|
|
|
|
|
|
|
|
if (newIdx < 0 && aIndex == 0 || newIdx > aMaxRow && aIndex == aMaxRow)
|
|
|
|
aIndex = -1;
|
|
|
|
else
|
|
|
|
aIndex = newIdx;
|
|
|
|
|
|
|
|
return aIndex;
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="onPopupClick">
|
|
|
|
<parameter name="aEvent"/>
|
|
|
|
<body><![CDATA[
|
|
|
|
var controller = this.view.QueryInterface(Components.interfaces.nsIAutoCompleteController);
|
2008-02-29 05:07:02 -08:00
|
|
|
controller.handleEnter(true);
|
2007-03-22 10:30:00 -07:00
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
</implementation>
|
|
|
|
|
|
|
|
<handlers>
|
|
|
|
<handler event="popupshowing"><![CDATA[
|
|
|
|
// If normalMaxRows wasn't already set by the input, then set it here
|
|
|
|
// so that we restore the correct number when the popup is hidden.
|
|
|
|
if (this._normalMaxRows < 0)
|
|
|
|
this._normalMaxRows = this.mInput.maxRows;
|
|
|
|
|
|
|
|
this.mPopupOpen = true;
|
|
|
|
]]></handler>
|
|
|
|
|
2007-08-21 16:55:54 -07:00
|
|
|
<handler event="popuphiding"><![CDATA[
|
2008-01-23 15:49:10 -08:00
|
|
|
var isListActive = true;
|
|
|
|
if (this.selectedIndex == -1)
|
|
|
|
isListActive = false;
|
2007-08-21 16:55:54 -07:00
|
|
|
var controller = this.view.QueryInterface(Components.interfaces.nsIAutoCompleteController);
|
|
|
|
controller.stopSearch();
|
|
|
|
|
2007-12-18 13:25:03 -08:00
|
|
|
// when the popup hides, we need to clear the selection
|
|
|
|
// otherwise we will use the value of the selected index when the
|
|
|
|
// user hits enter.
|
|
|
|
// see bug #400671 for details
|
|
|
|
this.selectedIndex = -1;
|
2007-03-22 10:30:00 -07:00
|
|
|
this.mPopupOpen = false;
|
|
|
|
|
|
|
|
// Reset the maxRows property to the cached "normal" value, and reset
|
|
|
|
// _normalMaxRows so that we can detect whether it was set by the input
|
|
|
|
// when the popupshowing handler runs.
|
|
|
|
this.mInput.maxRows = this._normalMaxRows;
|
|
|
|
this._normalMaxRows = -1;
|
2008-01-23 15:49:10 -08:00
|
|
|
// If the list was being navigated and then closed, make sure
|
|
|
|
// we fire accessible focus event back to textbox
|
2008-03-06 13:43:43 -08:00
|
|
|
if (isListActive) {
|
|
|
|
this.mInput.mIgnoreFocus = true;
|
2008-01-23 15:49:10 -08:00
|
|
|
this.mInput._focus();
|
2008-03-06 13:43:43 -08:00
|
|
|
this.mInput.mIgnoreFocus = false;
|
|
|
|
}
|
2007-08-21 16:55:54 -07:00
|
|
|
]]></handler>
|
2007-03-22 10:30:00 -07:00
|
|
|
</handlers>
|
|
|
|
</binding>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<binding id="autocomplete-rich-result-popup" extends="chrome://global/content/bindings/autocomplete.xml#autocomplete-base-popup">
|
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/autocomplete.css"/>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<content ignorekeys="true">
|
|
|
|
<xul:richlistbox anonid="richlistbox" class="autocomplete-richlistbox" flex="1"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
<implementation implements="nsIAutoCompletePopup">
|
|
|
|
<field name="_currentIndex">0</field>
|
|
|
|
<field name="_rowHeight">0</field>
|
2007-12-07 09:50:45 -08:00
|
|
|
<field name="_chunkSize">5</field>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
|
|
|
<!-- =================== nsIAutoCompletePopup =================== -->
|
|
|
|
|
|
|
|
<property name="selectedIndex"
|
|
|
|
onget="return this.richlistbox.selectedIndex;">
|
|
|
|
<setter>
|
|
|
|
<![CDATA[
|
|
|
|
this.richlistbox.selectedIndex = val;
|
2007-12-14 11:07:20 -08:00
|
|
|
|
|
|
|
// when clearing the selection (val == -1, so selectedItem will be
|
|
|
|
// null), we want to scroll back to the top. see bug #406194
|
|
|
|
this.richlistbox.ensureElementIsVisible(
|
|
|
|
this.richlistbox.selectedItem || this.richlistbox.firstChild);
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
return val;
|
|
|
|
]]>
|
|
|
|
</setter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<method name="openAutocompletePopup">
|
2007-12-04 13:00:12 -08:00
|
|
|
<parameter name="aInput"/>
|
|
|
|
<parameter name="aElement"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
// until we have "baseBinding", (see bug #373652) this allows
|
|
|
|
// us to override openAutocompletePopup(), but still call
|
|
|
|
// the method on the base class
|
|
|
|
this._openAutocompletePopup(aInput, aElement);
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="_openAutocompletePopup">
|
2007-11-29 20:57:57 -08:00
|
|
|
<parameter name="aInput"/>
|
|
|
|
<parameter name="aElement"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
if (!this.mPopupOpen) {
|
|
|
|
this.mInput = aInput;
|
|
|
|
document.popupNode = null;
|
|
|
|
|
|
|
|
var rect = aElement.getBoundingClientRect();
|
|
|
|
var width = rect.right - rect.left;
|
|
|
|
this.setAttribute("width", width > 100 ? width : 100);
|
|
|
|
// invalidate() depends on the width attribute
|
2008-03-12 22:31:14 -07:00
|
|
|
this._invalidate();
|
2007-11-29 20:57:57 -08:00
|
|
|
|
|
|
|
this.openPopup(aElement, "after_start", 0, 0, false, false);
|
|
|
|
this.popupBoxObject.setConsumeRollupEvent(this.mInput.consumeRollupEvent);
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="invalidate">
|
2008-03-12 22:31:14 -07:00
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
// Don't bother doing work if we're not even showing
|
|
|
|
if (!this.mPopupOpen)
|
|
|
|
return;
|
|
|
|
|
|
|
|
this._invalidate();
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="_invalidate">
|
2007-11-29 20:57:57 -08:00
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
// collapsed if no matches
|
|
|
|
this.richlistbox.collapsed = (this._matchCount == 0);
|
|
|
|
|
|
|
|
// make sure to collapse any existing richlistitems
|
|
|
|
// that aren't going to be used
|
|
|
|
var existingItemsCount = this.richlistbox.childNodes.length;
|
|
|
|
for (var i = this._matchCount; i < existingItemsCount; i++)
|
|
|
|
this.richlistbox.childNodes[i].collapsed = true;
|
|
|
|
|
|
|
|
this._currentIndex = 0;
|
|
|
|
this._appendCurrentResult();
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<property name="maxResults" readonly="true">
|
|
|
|
<getter>
|
|
|
|
<![CDATA[
|
|
|
|
// this is how many richlistitems will be kept around
|
|
|
|
// (note, this getter may be overridden)
|
|
|
|
return 20;
|
|
|
|
]]>
|
|
|
|
</getter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="_matchCount" readonly="true">
|
|
|
|
<getter>
|
|
|
|
<![CDATA[
|
|
|
|
return Math.min(this.mInput.controller.matchCount, this.maxResults);
|
|
|
|
]]>
|
|
|
|
</getter>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<method name="_appendCurrentResult">
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
var controller = this.mInput.controller;
|
|
|
|
|
|
|
|
// detect the desired height of the tree
|
|
|
|
var rows = this.maxRows;
|
|
|
|
if (!this._matchCount || (rows && this._matchCount < rows))
|
|
|
|
rows = this._matchCount;
|
|
|
|
|
|
|
|
// until we have support for "rows" on richlistbox,
|
|
|
|
// determine the height dynamically. (see bug #401939)
|
|
|
|
if (!this._rowHeight && this.richlistbox.childNodes.length)
|
|
|
|
this._rowHeight = this.richlistbox.childNodes[0].boxObject.height;
|
|
|
|
|
|
|
|
var height = this._rowHeight * rows;
|
|
|
|
if (this._rowHeight && this.richlistbox.height != height)
|
|
|
|
this.richlistbox.height = height;
|
|
|
|
|
2007-12-07 09:50:45 -08:00
|
|
|
// process _chunkSize results at a time to increase performance
|
|
|
|
for (var i = 0; i < this._chunkSize; i++) {
|
|
|
|
if (this._currentIndex >= this._matchCount)
|
|
|
|
return;
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
var existingItemsCount = this.richlistbox.childNodes.length;
|
|
|
|
var item;
|
|
|
|
|
|
|
|
// trim the leading/trailing whitespace
|
|
|
|
var trimmedSearchString = controller.searchString.replace(/^\s+/, "").replace(/\s+$/, "");
|
|
|
|
|
2008-03-12 16:39:40 -07:00
|
|
|
// Unescape the URI spec for showing as an entry in the popup
|
|
|
|
let url = Components.classes["@mozilla.org/intl/texttosuburi;1"].
|
|
|
|
getService(Components.interfaces.nsITextToSubURI).
|
|
|
|
unEscapeURIForUI("UTF-8", controller.getValueAt(this._currentIndex));
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
if (this._currentIndex < existingItemsCount) {
|
|
|
|
// re-use the existing item
|
|
|
|
item = this.richlistbox.childNodes[this._currentIndex];
|
2008-03-12 22:31:14 -07:00
|
|
|
|
|
|
|
// Completely re-use the existing richlistitem if it's the same
|
|
|
|
if (item.getAttribute("text") == trimmedSearchString &&
|
|
|
|
item.getAttribute("url") == url) {
|
|
|
|
item.collapsed = false;
|
|
|
|
this._currentIndex++;
|
|
|
|
continue;
|
|
|
|
}
|
2007-11-29 20:57:57 -08:00
|
|
|
}
|
|
|
|
else {
|
|
|
|
// need to create a new item
|
|
|
|
item = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", "richlistitem");
|
|
|
|
}
|
|
|
|
|
|
|
|
// set these attributes before we set the class
|
|
|
|
// so that we can use them from the contructor
|
|
|
|
item.setAttribute("image", controller.getImageAt(this._currentIndex));
|
2008-03-12 16:39:40 -07:00
|
|
|
item.setAttribute("url", url);
|
2007-11-29 20:57:57 -08:00
|
|
|
item.setAttribute("title", controller.getCommentAt(this._currentIndex));
|
|
|
|
item.setAttribute("type", controller.getStyleAt(this._currentIndex));
|
|
|
|
item.setAttribute("text", trimmedSearchString);
|
|
|
|
|
|
|
|
if (this._currentIndex < existingItemsCount) {
|
|
|
|
// re-use the existing item
|
|
|
|
item._adjustAcItem();
|
|
|
|
item.collapsed = false;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
// set the class at the end so we can use the attributes
|
|
|
|
// in the xbl constructor
|
|
|
|
item.className = "autocomplete-richlistitem";
|
|
|
|
this.richlistbox.appendChild(item);
|
|
|
|
}
|
|
|
|
|
|
|
|
this._currentIndex++;
|
|
|
|
}
|
2007-12-07 09:50:45 -08:00
|
|
|
|
|
|
|
// yield after each batch of items so that typing the url bar is responsive
|
|
|
|
setTimeout(function (self) { self._appendCurrentResult(); }, 0, this);
|
2007-11-29 20:57:57 -08:00
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="selectBy">
|
|
|
|
<parameter name="aReverse"/>
|
|
|
|
<parameter name="aPage"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
try {
|
|
|
|
var amount = aPage ? 5 : 1;
|
|
|
|
|
|
|
|
// because we collapsed unused items, we can't use this.richlistbox.getRowCount(), we need to use the matchCount
|
|
|
|
this.selectedIndex = this.getNextIndex(aReverse, amount, this.selectedIndex, this._matchCount - 1);
|
|
|
|
if (this.selectedIndex == -1) {
|
|
|
|
this.input._focus();
|
|
|
|
}
|
|
|
|
} catch (ex) {
|
|
|
|
// do nothing - occasionally timer-related js errors happen here
|
|
|
|
// e.g. "this.selectedIndex has no properties", when you type fast and hit a
|
|
|
|
// navigation key before this popup has opened
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<field name="richlistbox">
|
|
|
|
document.getAnonymousElementByAttribute(this, "anonid", "richlistbox");
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<property name="view"
|
|
|
|
onget="return this.mInput.controller;"
|
|
|
|
onset="return val;"/>
|
|
|
|
|
|
|
|
</implementation>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="autocomplete-richlistitem" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
|
|
|
|
<content>
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:hbox align="center">
|
|
|
|
<xul:image xbl:inherits="src=image" class="ac-site-icon"/>
|
2008-03-08 01:30:43 -08:00
|
|
|
<xul:hbox anonid="title-box" class="ac-title" flex="1"
|
|
|
|
onunderflow="_doUnderflow('_title');">
|
2007-11-29 20:57:57 -08:00
|
|
|
# note, we rely on the newlines here so that we have
|
|
|
|
# a textNode before and after the span. see _setUpDescription()
|
|
|
|
# for more details
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:description anonid="title" class="ac-normal-text ac-comment" xbl:inherits="selected">
|
|
|
|
<html:span class="ac-emphasize-text"/>
|
|
|
|
</xul:description>
|
2007-11-29 20:57:57 -08:00
|
|
|
</xul:hbox>
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:label anonid="title-overflow-ellipsis" xbl:inherits="selected"
|
2008-03-08 01:30:43 -08:00
|
|
|
class="ac-ellipsis-after ac-comment" hidden="true"/>
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:image anonid="type-image" class="ac-type-icon"/>
|
|
|
|
</xul:hbox>
|
|
|
|
<xul:hbox align="center">
|
|
|
|
<xul:spacer class="ac-site-icon"/>
|
2008-03-08 01:30:43 -08:00
|
|
|
<xul:hbox anonid="url-box" class="ac-url" flex="1"
|
|
|
|
onunderflow="_doUnderflow('_url');">
|
2007-11-29 20:57:57 -08:00
|
|
|
# note, we rely on the newlines here so that we have
|
|
|
|
# a textNode before and after the span. see _setUpDescription()
|
|
|
|
# for more details
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:description anonid="url" class="ac-normal-text ac-url-text" xbl:inherits="selected">
|
|
|
|
<html:span class="ac-emphasize-text"/>
|
|
|
|
</xul:description>
|
2007-11-29 20:57:57 -08:00
|
|
|
</xul:hbox>
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:label anonid="url-overflow-ellipsis" xbl:inherits="selected"
|
2008-03-08 01:30:43 -08:00
|
|
|
class="ac-ellipsis-after ac-url-text" hidden="true"/>
|
2008-01-02 21:52:37 -08:00
|
|
|
<xul:spacer class="ac-type-icon"/>
|
|
|
|
</xul:hbox>
|
2007-11-29 20:57:57 -08:00
|
|
|
</content>
|
2007-12-04 22:19:38 -08:00
|
|
|
<implementation implements="nsIDOMXULSelectControlItemElement">
|
2007-11-29 20:57:57 -08:00
|
|
|
<constructor>
|
|
|
|
<![CDATA[
|
2008-03-08 01:30:43 -08:00
|
|
|
let ellipsis = "\u2026";
|
|
|
|
try {
|
|
|
|
ellipsis = Components.classes["@mozilla.org/preferences-service;1"].
|
|
|
|
getService(Components.interfaces.nsIPrefBranch).
|
|
|
|
getComplexValue("intl.ellipsis",
|
|
|
|
Components.interfaces.nsIPrefLocalizedString).data;
|
|
|
|
} catch (ex) {
|
|
|
|
// Do nothing.. we already have a default
|
|
|
|
}
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
this._urlOverflowEllipsis = document.getAnonymousElementByAttribute(this, "anonid", "url-overflow-ellipsis");
|
|
|
|
this._titleOverflowEllipsis = document.getAnonymousElementByAttribute(this, "anonid", "title-overflow-ellipsis");
|
|
|
|
|
2008-03-08 01:30:43 -08:00
|
|
|
this._urlOverflowEllipsis.value = ellipsis;
|
|
|
|
this._titleOverflowEllipsis.value = ellipsis;
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
this._typeImage = document.getAnonymousElementByAttribute(this, "anonid", "type-image");
|
|
|
|
|
2007-12-12 10:43:08 -08:00
|
|
|
this._urlBox = document.getAnonymousElementByAttribute(this, "anonid", "url-box");
|
2007-11-29 20:57:57 -08:00
|
|
|
this._url = document.getAnonymousElementByAttribute(this, "anonid", "url");
|
|
|
|
|
2007-12-12 10:43:08 -08:00
|
|
|
this._titleBox = document.getAnonymousElementByAttribute(this, "anonid", "title-box");
|
2007-11-29 20:57:57 -08:00
|
|
|
this._title = document.getAnonymousElementByAttribute(this, "anonid", "title");
|
|
|
|
|
2007-11-30 02:02:57 -08:00
|
|
|
this._adjustAcItem();
|
2007-11-29 20:57:57 -08:00
|
|
|
]]>
|
|
|
|
</constructor>
|
|
|
|
|
2007-12-04 22:19:38 -08:00
|
|
|
<property name="label" readonly="true">
|
|
|
|
<getter>
|
|
|
|
<![CDATA[
|
|
|
|
var title = this.getAttribute("title");
|
|
|
|
var url = this.getAttribute("url");
|
|
|
|
var panel = this.parentNode.parentNode;
|
|
|
|
|
|
|
|
// allow consumers that have extended popups to override
|
|
|
|
// the label values for the richlistitems
|
|
|
|
if (panel.createResultLabel)
|
|
|
|
return panel.createResultLabel(title, url, this.getAttribute("type"));
|
|
|
|
|
|
|
|
// aType (ex: "ac-result-type-<aType>") is related to the class of the image,
|
|
|
|
// and is not "visible" text so don't use it for the label (for accessibility).
|
|
|
|
return title + " " + url;
|
|
|
|
]]>
|
|
|
|
</getter>
|
|
|
|
</property>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<method name="_setUpDescription">
|
|
|
|
<parameter name="aDescriptionElement"/>
|
|
|
|
<parameter name="aText"/>
|
|
|
|
<parameter name="aMatchIndex"/>
|
|
|
|
<parameter name="aMatchLength"/>
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
2007-12-12 10:43:08 -08:00
|
|
|
var oldValues = [aDescriptionElement.childNodes[0].textContent,
|
|
|
|
aDescriptionElement.childNodes[1].textContent,
|
|
|
|
aDescriptionElement.childNodes[2].textContent];
|
|
|
|
|
|
|
|
var newValues;
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
if (aMatchIndex == -1) {
|
2007-12-12 10:43:08 -08:00
|
|
|
newValues = [aText, "", ""];
|
2007-11-29 20:57:57 -08:00
|
|
|
}
|
|
|
|
else {
|
2007-12-12 10:43:08 -08:00
|
|
|
var endOfMatch = aMatchIndex + aMatchLength;
|
|
|
|
newValues = [aText.substring(0, aMatchIndex),
|
|
|
|
aText.substring(aMatchIndex, endOfMatch),
|
|
|
|
aText.substring(endOfMatch)];
|
|
|
|
}
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-12-12 10:43:08 -08:00
|
|
|
// only update the textContent if the value has changed
|
|
|
|
for (var i=0; i < oldValues.length; i++) {
|
|
|
|
if (oldValues[i] != newValues[i])
|
|
|
|
aDescriptionElement.childNodes[i].textContent = newValues[i];
|
2007-11-29 20:57:57 -08:00
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
<method name="_adjustAcItem">
|
|
|
|
<body>
|
|
|
|
<![CDATA[
|
|
|
|
var text = this.getAttribute("text");
|
|
|
|
var url = this.getAttribute("url");
|
|
|
|
var title = this.getAttribute("title");
|
|
|
|
var type = this.getAttribute("type");
|
|
|
|
|
2008-03-08 01:30:43 -08:00
|
|
|
// Give the image the icon style and a special one for the type
|
|
|
|
this._typeImage.className = "ac-type-icon" +
|
|
|
|
(type ? " ac-result-type-" + type : "");
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2008-01-11 12:01:37 -08:00
|
|
|
// emphasize the matching text in both the title and the url
|
2007-11-29 20:57:57 -08:00
|
|
|
var needle = text.toLowerCase();
|
2008-01-11 12:01:37 -08:00
|
|
|
|
2008-03-08 01:30:43 -08:00
|
|
|
// Find the match and emphasize it
|
|
|
|
let index = title.toLowerCase().indexOf(needle);
|
|
|
|
this._setUpDescription(this._title, title, index, text.length);
|
|
|
|
index = url.toLowerCase().indexOf(needle);
|
|
|
|
this._setUpDescription(this._url, url, index, text.length);
|
|
|
|
|
|
|
|
// Set up overflow on a timeout because the contents of the box
|
|
|
|
// might not have a width yet even though we just changed them
|
|
|
|
setTimeout(this._setUpOverflow, 0, this._titleBox, this._titleOverflowEllipsis);
|
|
|
|
setTimeout(this._setUpOverflow, 0, this._urlBox, this._urlOverflowEllipsis);
|
2007-11-29 20:57:57 -08:00
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
2008-03-08 01:30:43 -08:00
|
|
|
<method name="_setUpOverflow">
|
|
|
|
<parameter name="aParentBox"/>
|
|
|
|
<parameter name="aEllipsis"/>
|
2007-11-29 20:57:57 -08:00
|
|
|
<body>
|
|
|
|
<![CDATA[
|
2008-03-08 01:30:43 -08:00
|
|
|
// Hide the ellipsis incase there's just enough to not underflow
|
|
|
|
aEllipsis.hidden = true;
|
|
|
|
|
|
|
|
// Start with the parent's width and subtract off its children
|
|
|
|
let tooltip = [];
|
|
|
|
let children = aParentBox.childNodes;
|
|
|
|
let widthDiff = aParentBox.boxObject.width;
|
|
|
|
|
|
|
|
for (let i = 0; i < children.length; i++) {
|
|
|
|
// Only consider a child if it actually takes up space
|
|
|
|
let childWidth = children[i].boxObject.width;
|
|
|
|
if (childWidth > 0) {
|
|
|
|
// Subtract a little less to account for subpixel rounding
|
|
|
|
widthDiff -= childWidth - .5;
|
|
|
|
|
|
|
|
// Add to the tooltip if it's not hidden and has text
|
|
|
|
let childText = children[i].textContent;
|
|
|
|
if (childText)
|
|
|
|
tooltip.push(childText);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// If the children take up more space than the parent.. overflow!
|
|
|
|
if (widthDiff < 0) {
|
|
|
|
// Re-show the ellipsis now that we know it's needed
|
|
|
|
aEllipsis.hidden = false;
|
|
|
|
|
|
|
|
// Separate text components with a ndash --
|
|
|
|
aParentBox.tooltipText = tooltip.join(" \u2013 ");
|
|
|
|
}
|
|
|
|
]]>
|
2007-11-29 20:57:57 -08:00
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
2008-03-08 01:30:43 -08:00
|
|
|
<method name="_doUnderflow">
|
|
|
|
<parameter name="aName"/>
|
2007-11-29 20:57:57 -08:00
|
|
|
<body>
|
|
|
|
<![CDATA[
|
2008-03-08 01:30:43 -08:00
|
|
|
// Hide the ellipsis right when we know we're underflowing instead of
|
|
|
|
// waiting for the timeout to trigger the _setUpOverflow calculations
|
|
|
|
this[aName + "Box"].tooltipText = "";
|
|
|
|
this[aName + "OverflowEllipsis"].hidden = true;
|
2007-11-29 20:57:57 -08:00
|
|
|
]]>
|
|
|
|
</body>
|
|
|
|
</method>
|
|
|
|
|
|
|
|
</implementation>
|
|
|
|
</binding>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<binding id="autocomplete-tree" extends="chrome://global/content/bindings/tree.xml#tree">
|
|
|
|
<content>
|
|
|
|
<children includes="treecols"/>
|
|
|
|
<xul:treerows class="autocomplete-treerows tree-rows" xbl:inherits="hidescrollbar" flex="1">
|
|
|
|
<children/>
|
|
|
|
</xul:treerows>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2007-11-29 20:57:57 -08:00
|
|
|
<binding id="autocomplete-richlistbox" extends="chrome://global/content/bindings/richlistbox.xml#richlistbox">
|
|
|
|
<implementation>
|
|
|
|
<field name="mLastMoveTime">Date.now()</field>
|
|
|
|
</implementation>
|
|
|
|
<handlers>
|
|
|
|
<handler event="mouseup">
|
|
|
|
<![CDATA[
|
|
|
|
// don't call onPopupClick for the scrollbar buttons, thumb, slider, etc.
|
|
|
|
var item = event.originalTarget;
|
|
|
|
|
|
|
|
while (item && item.localName != "richlistitem")
|
|
|
|
item = item.parentNode;
|
|
|
|
|
|
|
|
if (!item)
|
|
|
|
return;
|
|
|
|
|
|
|
|
this.parentNode.onPopupClick(event);
|
|
|
|
]]>
|
|
|
|
</handler>
|
|
|
|
|
|
|
|
<handler event="mousemove">
|
|
|
|
<![CDATA[
|
|
|
|
if (Date.now() - this.mLastMoveTime > 30) {
|
|
|
|
var item = event.target;
|
|
|
|
|
|
|
|
while (item && item.localName != "richlistitem")
|
|
|
|
item = item.parentNode;
|
|
|
|
|
|
|
|
if (!item)
|
|
|
|
return;
|
|
|
|
|
|
|
|
var rc = this.getIndexOfItem(item);
|
|
|
|
if (rc != this.selectedIndex)
|
|
|
|
this.selectedIndex = rc;
|
|
|
|
|
|
|
|
this.mLastMoveTime = Date.now();
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</handler>
|
|
|
|
</handlers>
|
|
|
|
</binding>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<binding id="autocomplete-treebody">
|
|
|
|
<implementation>
|
2007-11-29 20:57:57 -08:00
|
|
|
<field name="mLastMoveTime">Date.now()</field>
|
2007-03-22 10:30:00 -07:00
|
|
|
</implementation>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<handlers>
|
|
|
|
<handler event="mouseup" action="this.parentNode.parentNode.onPopupClick(event);"/>
|
|
|
|
|
|
|
|
<handler event="mousedown"><![CDATA[
|
2007-08-09 11:52:01 -07:00
|
|
|
var rc = this.parentNode.treeBoxObject.getRowAt(event.clientX, event.clientY);
|
|
|
|
if (rc != this.parentNode.currentIndex)
|
|
|
|
this.parentNode.view.selection.select(rc);
|
2007-03-22 10:30:00 -07:00
|
|
|
]]></handler>
|
|
|
|
|
|
|
|
<handler event="mousemove"><![CDATA[
|
2007-11-29 20:57:57 -08:00
|
|
|
if (Date.now() - this.mLastMoveTime > 30) {
|
2007-08-09 11:52:01 -07:00
|
|
|
var rc = this.parentNode.treeBoxObject.getRowAt(event.clientX, event.clientY);
|
|
|
|
if (rc != this.parentNode.currentIndex)
|
|
|
|
this.parentNode.view.selection.select(rc);
|
2007-11-29 20:57:57 -08:00
|
|
|
this.mLastMoveTime = Date.now();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
]]></handler>
|
|
|
|
</handlers>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="autocomplete-treerows">
|
2007-11-27 10:53:55 -08:00
|
|
|
<content>
|
2007-03-22 10:30:00 -07:00
|
|
|
<xul:hbox flex="1" class="tree-bodybox">
|
|
|
|
<children/>
|
|
|
|
</xul:hbox>
|
|
|
|
<xul:scrollbar xbl:inherits="collapsed=hidescrollbar" orient="vertical" class="tree-scrollbar"/>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="history-dropmarker" extends="chrome://global/content/bindings/general.xml#dropmarker">
|
|
|
|
<implementation>
|
|
|
|
<method name="showPopup">
|
|
|
|
<body><![CDATA[
|
|
|
|
var textbox = document.getBindingParent(this);
|
|
|
|
textbox.showHistoryPopup();
|
|
|
|
]]></body>
|
|
|
|
</method>
|
|
|
|
</implementation>
|
2007-11-29 20:57:57 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<handlers>
|
|
|
|
<handler event="mousedown" button="0"><![CDATA[
|
|
|
|
this.showPopup();
|
|
|
|
]]></handler>
|
|
|
|
</handlers>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
</bindings>
|
|
|
|
|