Commit df82ef23 authored by sbade's avatar sbade

removed auto focus on popup input box. commented line no. 121


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96791 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c88ba3da
......@@ -118,7 +118,7 @@ public class InputListWidget extends Composite
});
popUpHPnl.add(list);
popUpHPnl.getElement().setAttribute("onclick", "document.getElementById('suggestion_box').focus()");
// popUpHPnl.getElement().setAttribute("onclick", "document.getElementById('suggestion_box').focus()");
box.setFocus(true);
}
......@@ -222,18 +222,7 @@ public class InputListWidget extends Composite
System.out.println(" Exception in getparsing(String xmlMetadata)" + e.getMessage());
e.printStackTrace();
}
/*
* oracle = new MultiWordSuggestOracle(); oracle.add("Amy Kesic");
* oracle.add("Jason Weston"); oracle.add("Dave Johnson");
* oracle.add("Paul Hammant"); oracle.add("Jesse Kuhnert");
* oracle.add("Ben Alex"); oracle.add("Tom Bender");
* oracle.add("Alexandru Popescu"); oracle.add("Kaveh Arabfakhry");
* oracle.add("Steven Hong"); oracle.add("Jason van Zyl");
* oracle.add("Alex Vauthey"); oracle.add("Kiran Karnati");
* oracle.add("Kalpana Nagireddy"); oracle.add("Ramnivas Laddad");
* oracle.add("Arj� Cahn"); oracle.add("Amy Anne Rasberry");
* oracle.add("Vincent Stoessel");
*/
return oracle;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment