Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035106 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | always | 2017-01-31 13:35 | 2017-03-15 20:19 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR17Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | cd0eba2a0539 | ||||
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 | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0093990) caristu (viewer) 2017-02-01 16:03 |
There are two problems: - The prompt text is not shown in selector/multiselector - In standard grids, there are some type of fields whose prompt is not displayed Here is the summary: https://docs.google.com/spreadsheets/d/18QRAxwfp-if919RbGiKz4sv6mmQyxg8kpJV9Z2XpRag/edit#gid=0 [^] |
(0094186) hgbot (developer) 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 (developer) 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 --- |
(0094206) alostale (viewer) 2017-02-10 08:47 |
code reviewed + tested |
(0095173) hudsonbot (viewer) 2017-03-15 20:19 |
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/54e102bef53e [^] Maturity status: Test |
(0095175) hudsonbot (viewer) 2017-03-15 20:19 |
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/54e102bef53e [^] Maturity status: Test |
![]() |
|||
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 | View Revisions |
2017-02-01 09:17 | caristu | Steps to Reproduce Updated | View Revisions |
2017-02-01 09:18 | caristu | Steps to Reproduce Updated | View Revisions |
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 |
Copyright © 2000 - 2009 MantisBT Group |