increased zindex of link field

This commit is contained in:
Anand Doshi 2013-02-21 15:20:15 +05:30
parent b46289c9bd
commit 021339ddd8

View file

@ -629,6 +629,10 @@ LinkField.prototype.make_input = function() {
me.get_value = function() { return me.txt.value; }
// increasing zindex of input to increase zindex of autosuggest
// because of the increase in zindex of dialog_wrapper
$(me.txt).css({"z-index": 10});
$(me.txt).autocomplete({
source: function(request, response) {
var args = {