Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0019352 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] B. User interface | minor | always | 2011-12-22 16:20 | 2012-03-02 15:34 | |||
| Reporter | dbaz | View Status | public | |||||
| Assigned To | dbaz | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | c2df24bab7bf | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0019352: "Pick & Execute" bottom buttons should be in the bottom | |||||||
| Description | "Pick & Execute" bottom buttons should be in the bottom Reproduced in: Windows 7 + Google Chrome 16 (other environments not tested)  | |||||||
| Steps To Reproduce | * Install the application examples module: https://code.openbravo.com/erp/mods/org.openbravo.client.application.examples/ [^] * Go to the sales order header. * Click in "Pick Example 1" button. The popup opens. Notice that there is a big white gap between the bottom buttons and the end of the popup. [Bad.png] This big gap should be removed. [Good.png] PD: The distance between the grid and the buttons should be also a bit shorter.  | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
|||||||||||||||
  | 
|||||||||||||||
  		Notes	 | 
|
| 
				(0044222) dbaz (viewer) 2012-01-10 20:23  | 
	
		Due to fix of issue: https://issues.openbravo.com/view.php?id=19349 [^] Now button position is still worst, since the button space is taken based on a %, so the buttons area space and the buttons gap depends on window size, which is wrong. The only thing that should change its size with a window resize is the grid. The buttons area space and buttons gap should be always fixed.  | 
| 
				(0044265) dbaz (viewer) 2012-01-11 15:32  | 
	
		With a fix similar to this you can get a fixed button layout height, and a liquid grid layout height --- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js @@ -82,7 +82,7 @@ this.viewGrid = isc.OBPickAndExecuteGrid.create({ view: this, fields: this.gridFields, - height: '80%', + height: '*', dataSource: this.dataSource, gridProperties: this.viewProperties.gridProperties }); @@ -118,6 +118,7 @@ this.items = [this.viewGrid, isc.HLayout.create({ align: 'center', width: '100%', + height: 80, members: [isc.HLayout.create({ width: 1, overflow: 'visible',  | 
| 
				(0044818) hgbot (developer) 2012-02-02 15:49  | 
	
		Repository: erp/devel/pi Changeset: c2df24bab7bfb1756fdfe11f3f3a5c48973ca8b1 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Thu Feb 02 15:48:16 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/c2df24bab7bfb1756fdfe11f3f3a5c48973ca8b1 [^] Fixed issue 19352: 'Pick & Executed' button layout now has a fixed height --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-process-styles.js ---  | 
| 
				(0044974) iperdomo (viewer) 2012-02-09 16:57  | 
	Tested in pi @ rev 2d73d1ed6bf1 | 
| 
				(0045736) hudsonbot (viewer) 2012-03-02 15:34  | 
	
		A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/544d64e0c159 [^] Maturity status: Test  | 
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2011-12-22 16:20 | dbaz | New Issue | |
| 2011-12-22 16:20 | dbaz | Assigned To | => iperdomo | 
| 2011-12-22 16:20 | dbaz | Modules | => Core | 
| 2011-12-22 16:20 | dbaz | OBNetwork customer | => No | 
| 2011-12-22 16:21 | dbaz | File Added: Bad.png | |
| 2011-12-22 16:21 | dbaz | File Added: Good.png | |
| 2011-12-22 16:31 | iperdomo | Priority | high => normal | 
| 2011-12-22 16:55 | iperdomo | Severity | major => minor | 
| 2012-01-10 20:19 | dbaz | Relationship added | related to 0019349 | 
| 2012-01-10 20:23 | dbaz | Note Added: 0044222 | |
| 2012-01-11 15:32 | dbaz | Note Added: 0044265 | |
| 2012-01-24 13:49 | iperdomo | Assigned To | iperdomo => dbaz | 
| 2012-02-02 15:49 | hgbot | Checkin | |
| 2012-02-02 15:49 | hgbot | Note Added: 0044818 | |
| 2012-02-02 15:49 | hgbot | Status | new => resolved | 
| 2012-02-02 15:49 | hgbot | Resolution | open => fixed | 
| 2012-02-02 15:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c2df24bab7bfb1756fdfe11f3f3a5c48973ca8b1 [^] | 
| 2012-02-09 16:57 | iperdomo | Note Added: 0044974 | |
| 2012-02-09 16:57 | iperdomo | Status | resolved => closed | 
| 2012-03-02 15:34 | hudsonbot | Checkin | |
| 2012-03-02 15:34 | hudsonbot | Note Added: 0045736 | |
| 2012-05-03 13:24 | rgoris | Relationship added | related to 0020406 | 
| Copyright © 2000 - 2009 MantisBT Group |