[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 95/119: fix : select_box search doesn't work
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 95/119: fix : select_box search doesn't work |
Date: |
Mon, 26 Oct 2020 18:27:34 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit da861b5e6a5ae443ea3225ac829b5fe9a1f8c89a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Oct 13 13:12:50 2020 +0200
fix : select_box search doesn't work
---
include/lib/select_box.class.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/lib/select_box.class.php b/include/lib/select_box.class.php
index 396d416..8d3ccea 100644
--- a/include/lib/select_box.class.php
+++ b/include/lib/select_box.class.php
@@ -107,22 +107,22 @@ class Select_Box
try {
- if (!
document.getElementById("select_box_content") ) {
+ if (! document.getElementById("select_box%s") ) {
var newDiv=new Element("div");
- newDiv.id="select_box_content";
+ newDiv.id="select%s";
document.body.appendChild(newDiv);
newDiv.addClassName("select_box");
-
$("select_box_content").onmouseleave=function() {
+ $("select_box%s").onmouseleave=function() {
try {
- var newDiv=$("select_box_content");
+ var newDiv=$("select_box%s");
newDiv.setStyle({display:"none"});
} catch(e) {
alert(e.message);
}
}
} else {
- var
newDiv=document.getElementById("select_box_content");
+ var
newDiv=document.getElementById("select_box%s");
}
newDiv.innerHTML=$("select_box%s").innerHTML;
var pos=$("%s_bt").cumulativeOffset();
@@ -137,7 +137,7 @@ class Select_Box
alert(e.message);
}
}
- ', $this->id, $this->id, $this->id, $list_id,
$list_id);
+ ', $this->id,$this->id,$this->id,$this->id,$this->id,
$this->id, $this->id, $this->id,$list_id, $list_id);
break;
- [Noalyss-commit] [noalyss] 86/119: Follow up cosmetic add title to anchor, (continued)
- [Noalyss-commit] [noalyss] 86/119: Follow up cosmetic add title to anchor, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 87/119: Document Type : CFGACTION cannot add new document, fix order in dialog box, Fix= cannot delete action cause cascade on action_person, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 89/119: upgrade db 146, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 91/119: Follow-up correct link, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 97/119: Fix : generate document remove "extract", Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 105/119: Follow-Up Cosmetic, form before creating a new follow-up action, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 109/119: Remove select_dialog file, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 117/119: Follow-up export contact option with all the the card's attribute, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 94/119: typo : tag instead of étiquette, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 71/119: Search on active card for Contact Multiple, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 95/119: fix : select_box search doesn't work,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 12/119: Bug 1834 : duplicate , cannot confirm an duplicated operation because the $_GET is taken in priority, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 16/119: Predefined Operation rewriting, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 21/119: Bug : remove file by error, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 39/119: Bug : remove file by error, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 35/119: Predefined Operation rewriting, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 28/119: Bug : cannot export Follow Up, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 38/119: documentation, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 34/119: doc, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 27/119: Bug : correct search remove ~, Dany De Bontridder, 2020/10/26
- [Noalyss-commit] [noalyss] 42/119: Bug : cannot duplicate ACH, Dany De Bontridder, 2020/10/26