Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014485
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] Z. Othersmajoralways2010-09-08 16:352012-02-09 15:33
ReporterdbazView Statuspublic 
Assigned Todbaz 
PriorityurgentResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50SCM revision 
Review Assigned To
Web browser
ModulesUser Interface Application
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0014485: A mechanism to block the new MDI should be provided

DescriptionThere are some process (tomcat restart, delete client, ...) that could be run from a particular tab (MDI tab). While running this, the user should not be able to open any other tab/make any other action.

A mechanism to block the new MDI should be provided.

This mechanism (let's imagine OB.Layout.block(true)) should be called in a way like

if (isWindowInMDITab) {
  var LayoutMDI = getFrame('LayoutMDI');
  LayoutMDI.OB.Layout.block(true);
}

when it is needed (and the LayoutMDI.OB.Layout.block(false); when it finish)

Note that this code should be called from the classic html
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00144813.0RC3 closeddbaz The Tomcat process restart keeps the upper menu frame 

-  Notes
(0030851)
shuehner (administrator)
2010-09-08 16:48

Most important process: Rebuild popup.. Requirement no database writes allowed during rebuild.. so no work in any other tab and i.e. only not propertystore if someone tries to open a window even..

- Issue History
Date Modified Username Field Change
2010-09-08 16:35 dbaz New Issue
2010-09-08 16:35 dbaz Assigned To => mtaal
2010-09-08 16:36 dbaz Relationship added blocks 0014481
2010-09-08 16:48 shuehner Note Added: 0030851
2012-02-09 15:33 mtaal Assigned To mtaal => dbaz


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker