Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0047448Openbravo ERPB. User interfacepublic2021-07-22 17:432022-01-12 09:29
caristu 
platform 
highminorhave not tried
closedno change required 
5
 
 
Core
No
0047448: Selector is not showing the selected value neither in the dropdown nor in the popup in some cases
Selector is not directly showing the selected value neither in the dropdown nor in the popup (see attached images)
1- Login in the following environment: https://livebuilds.openbravo.com/retail_pos2_modules_pgsql/ [^]
2- Change the profile to the White Valley client
3- Open the "CRM Connector Configuration" window
4- Select the "Sample CRM Integration - Proxy" record in the header
5- Switch to the "API Property" subtab
6- Open any record in form view
7- Display the drop-down of the "Message" field. Note that the current value is not selected (highlighted). The same happens if we click in the magnifying glass to dsiplay the popup

This issue makes that in this case users need to search for the message search key in order to know the text of the currently selected message.
No tags attached.
png dropdown.png (170,705) 2021-07-22 17:43
https://issues.openbravo.com/file_download.php?file_id=16036&type=bug
png

png popup.png (383,802) 2021-07-22 18:48
https://issues.openbravo.com/file_download.php?file_id=16039&type=bug
Issue History
2021-07-22 17:43caristuNew Issue
2021-07-22 17:43caristuAssigned To => platform
2021-07-22 17:43caristuFile Added: dropdown.png
2021-07-22 17:43caristuModules => Core
2021-07-22 17:43caristuTriggers an Emergency Pack => No
2021-07-22 17:45caristuFile Added: popup.png
2021-07-22 17:47caristuSummarySelector is not selecting the selected value neither in the dropdown nor in the popup => Selector is not showing the selected value neither in the dropdown nor in the popup in some cases
2021-07-22 17:47caristuDescription Updatedbug_revision_view_page.php?rev_id=22923#r22923
2021-07-22 17:47caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=22925#r22925
2021-07-22 18:46caristuFile Deleted: popup.png
2021-07-22 18:47caristuFile Added: popup.png
2021-07-22 18:48caristuFile Deleted: popup.png
2021-07-22 18:48caristuFile Added: popup.png
2021-12-29 23:44AugustoMauchSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=23472#r23472
2022-01-12 09:29AugustoMauchNote Added: 0134246
2022-01-12 09:29AugustoMauchStatusnew => closed
2022-01-12 09:29AugustoMauchResolutionopen => no change required

Notes
(0134246)
AugustoMauch   
2022-01-12 09:29   
This is the expected behaviour. It happens when the combo is open all the referenced data does not fit in the first page, and the selected record is not part of that first page.

Ensuring that the first record is included would require to either:
- Load several pages until including it, or
- Place an offset to make sure the first page includes it

Both have a performance impact that is not compensated by the added behaviour of not losing the selection