BUG 10262 Menu del diseñr se sobrepone a popups SOLVED
- The panel of menu Right remains visible. - Was add validation for panel.
This commit is contained in:
@@ -2673,6 +2673,9 @@ var mainPanel;
|
||||
|
||||
function showDbConnectionsList(PRO_UID)
|
||||
{
|
||||
if (typeof(this.Pm.menu) != undefined) {
|
||||
this.Pm.menu.remove();
|
||||
}
|
||||
mainPanel = new leimnud.module.panel();
|
||||
mainPanel.options = {
|
||||
size :{w:640,h:450},
|
||||
@@ -2703,6 +2706,9 @@ function showDbConnectionsList(PRO_UID)
|
||||
|
||||
function showCaseSchedulerList(PRO_UID)
|
||||
{
|
||||
if (typeof(this.Pm.menu) != undefined) {
|
||||
this.Pm.menu.remove();
|
||||
}
|
||||
mainPanel = new leimnud.module.panel();
|
||||
mainPanel.options = {
|
||||
size :{w:850,h:570},
|
||||
|
||||
Reference in New Issue
Block a user