From 5f15edeb16e497ff348584aa7b0a5f236f831889 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 17 Dec 2014 15:28:43 +0000 Subject: [PATCH] add logging --- source/UI/js/Form/Input.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 8ff69a1e..31654f43 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -488,6 +488,7 @@ Ox.Input = function(options, self) { selected: selected }).showMenu(); if (self.options.autocompleteSelectUpdate) { + Ox.print('A????') setTimeout(self.$autocompleteMenu.updatePosition, 250); } } else { @@ -869,6 +870,7 @@ Ox.Input = function(options, self) { change: {value: self.options.value} }); if (self.options.autocompleteSelectUpdate) { + Ox.print('B????') setTimeout(self.$autocompleteMenu.updatePosition, 250); } //}