Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021386Openbravo ERPB. User interfacepublic2012-08-20 12:012012-08-22 14:24
dbaz 
dbaz 
normalminoralways
closedfixed 
5
 
 
mtaal
Core
No
0021386: Add capabilities to open a (modal or not) popup inside a tab
Currently all popups are within the whole browser window, and it would be a great UI improvement be able to open one just within the opened tab.

With this an user will be able to open a popup and navigate to another tab (to look for something or whatever).

Add capabilities to open a (modal or not) popup inside a tab
.
No tags attached.
blocks feature request 0021388 closed dbaz Open "Pick & Execute" dialog as a modal popup in tab 
blocks feature request 0021387 closed dbaz Open "image upload" dialog as a modal popup in tab 
Issue History
2012-08-20 12:01dbazNew Issue
2012-08-20 12:01dbazAssigned To => dbaz
2012-08-20 12:01dbazModules => Core
2012-08-20 13:08dbazRelationship addedblocks 0021388
2012-08-20 13:08dbazRelationship addedblocks 0021387
2012-08-20 13:12dbazNote Added: 0051365
2012-08-20 13:17hgbotCheckin
2012-08-20 13:17hgbotNote Added: 0051366
2012-08-20 13:17hgbotStatusnew => resolved
2012-08-20 13:17hgbotResolutionopen => fixed
2012-08-20 13:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/65b78c54b375a0ff0bbef5cff62c38b205e2b2d6 [^]
2012-08-20 13:18dbazStatusresolved => new
2012-08-20 13:18dbazResolutionfixed => open
2012-08-20 13:19dbazStatusnew => scheduled
2012-08-20 13:19dbazfix_in_branch => pi
2012-08-20 13:19dbazClosed by => mtaal
2012-08-20 13:19dbazfix_in_branchpi =>
2012-08-20 13:19dbazStatusscheduled => resolved
2012-08-20 13:19dbazResolutionopen => fixed
2012-08-20 13:22mtaalNote Added: 0051371
2012-08-20 13:22mtaalStatusresolved => closed
2012-08-20 13:22mtaalFixed in Version => 3.0MP15
2012-08-21 15:44hgbotCheckin
2012-08-21 15:44hgbotNote Added: 0051432
2012-08-22 14:23dbazStatusclosed => new
2012-08-22 14:23dbazResolutionfixed => open
2012-08-22 14:23dbazFixed in Version3.0MP15 =>
2012-08-22 14:24dbazNote Deleted: 0051432
2012-08-22 14:24dbazStatusnew => scheduled
2012-08-22 14:24dbazfix_in_branch => pi
2012-08-22 14:24dbazStatusscheduled => resolved
2012-08-22 14:24dbazResolutionopen => fixed
2012-08-22 14:24dbazStatusresolved => closed

Notes
(0051365)
dbaz   
2012-08-20 13:12   
In order to use this new capability, the following function (that belongs to OBStandardWindow) can be used

openPopupInTab: function (element, title, width, height, showMinimizeControl, showMaximizeControl, showCloseControl, isModal)

being "element" the content of the popup (usually a kind of "Layout")
(0051366)
hgbot   
2012-08-20 13:17   
Repository: erp/devel/pi
Changeset: 65b78c54b375a0ff0bbef5cff62c38b205e2b2d6
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Aug 20 12:22:15 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/65b78c54b375a0ff0bbef5cff62c38b205e2b2d6 [^]

Fixed issue 21386: Added capabilities to open a popup inside a tab

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css
---
(0051371)
mtaal   
2012-08-20 13:22   
Reviewed