Vergleich jscripts/autocomplete.js - 1.6.3 - 1.6.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 344Zeile 344
		if(this.currentKeyCode != 8 && this.currentKeyCode != 46)
{
this.highlightItem(0);

		if(this.currentKeyCode != 8 && this.currentKeyCode != 46)
{
this.highlightItem(0);

			this.setTypeAhead(0, 1);

			/*his.setTypeAhead(0, 1);*/

		}
},


		}
},


Zeile 371Zeile 371

popupOut: function()
{


popupOut: function()
{

		this.overPopup = 1;

		this.overPopup = 0;

	},

updateValue: function(selectedItem)

	},

updateValue: function(selectedItem)

Zeile 490Zeile 490
			selectStart = selectEnd;
}


			selectStart = selectEnd;
}


		if(this.textbox.setSelectionange)

		if(this.textbox.setSelectionRange)

		{
this.textbox.setSelectionRange(selectStart, selectEnd);
}

		{
this.textbox.setSelectionRange(selectStart, selectEnd);
}