Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035106 | Openbravo ERP | B. User interface | public | 2017-01-31 13:35 | 2017-03-15 20:19 |
|
Reporter | egoitz | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 45220 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035106: The prompt text is not shown on the multiple selector grids |
Description | When the mouse is moved over the grid a prompt text (tip text) is shown with the text of the cell.
That does not work on the grid of the multiple selector.
|
Steps To Reproduce | 1- Install an use the module
https://code.openbravo.com/erp/mods/org.openbravo.platform.features/ [^]
2- Open the 'Product Simple Report'
3- Click on the magnifying-glass of the product category selector in order to show the selector pop-up
4- Move the mouse over the cells of the selector grid and see that the tip text is now shown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0035215 | | closed | caristu | The showHover property is not configured properly for some UI references |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-01-31 13:35 | egoitz | New Issue | |
2017-01-31 13:35 | egoitz | Assigned To | => platform |
2017-01-31 13:35 | egoitz | OBNetwork customer | => Yes |
2017-01-31 13:35 | egoitz | Modules | => Core |
2017-01-31 13:35 | egoitz | Support ticket | => 45220 |
2017-01-31 13:35 | egoitz | Triggers an Emergency Pack | => No |
2017-02-01 08:41 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=14410#r14410 |
2017-02-01 09:17 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=14411#r14411 |
2017-02-01 09:18 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=14412#r14412 |
2017-02-01 09:58 | caristu | Assigned To | platform => caristu |
2017-02-01 09:58 | caristu | Status | new => scheduled |
2017-02-01 16:03 | caristu | Note Added: 0093990 | |
2017-02-09 17:41 | hgbot | Checkin | |
2017-02-09 17:41 | hgbot | Note Added: 0094186 | |
2017-02-09 17:41 | hgbot | Status | scheduled => resolved |
2017-02-09 17:41 | hgbot | Resolution | open => fixed |
2017-02-09 17:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cd0eba2a0539519a2bfbbf8f48bb498bfd148d64 [^] |
2017-02-09 18:02 | caristu | Relationship added | related to 0035215 |
2017-02-10 08:06 | alostale | Relationship replaced | blocks 0035215 |
2017-02-10 08:25 | caristu | Review Assigned To | => alostale |
2017-02-10 08:46 | hgbot | Checkin | |
2017-02-10 08:46 | hgbot | Note Added: 0094205 | |
2017-02-10 08:47 | alostale | Note Added: 0094206 | |
2017-02-10 08:47 | alostale | Status | resolved => closed |
2017-02-10 08:47 | alostale | Fixed in Version | => 3.0PR17Q2 |
2017-03-15 20:19 | hudsonbot | Checkin | |
2017-03-15 20:19 | hudsonbot | Note Added: 0095173 | |
2017-03-15 20:19 | hudsonbot | Checkin | |
2017-03-15 20:19 | hudsonbot | Note Added: 0095175 | |
Notes |
|
|
|
|
(0094186)
|
hgbot
|
2017-02-09 17:41
|
|
Repository: erp/devel/pi
Changeset: cd0eba2a0539519a2bfbbf8f48bb498bfd148d64
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Feb 09 17:40:55 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cd0eba2a0539519a2bfbbf8f48bb498bfd148d64 [^]
fixes issue 35106: The prompt text is not shown on the multiple selector grids
The selector component was not configuring the showHover property. Now it is configured in the selector fields by checking the UIDefinition of each one. The UIDefinition has a new showHover method which defines if a reference supports hover. It returns true by default but it can be overriden by any subclass in case hover texts are not desired, like in the case of PasswordUIDefinition.
Together with this, the prompt for the checkbox fields of the multi-selector grid has been enabled.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/PasswordUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-multi-selector-item.js
---
|
|
|
(0094205)
|
hgbot
|
2017-02-10 08:46
|
|
Repository: erp/devel/pi
Changeset: 8453cd54ca4ff7969fdaa7f620d3cdd3780c9816
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Feb 10 08:45:30 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8453cd54ca4ff7969fdaa7f620d3cdd3780c9816 [^]
related to issue 35106: added missing javadoc for showHover method
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
---
|
|
|
|
|
|
|
|
|
|
|