Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029452Openbravo ERPA. Platformpublic2015-03-30 09:512022-02-01 08:09
caristu 
Triage Platform Base 
normalmajoralways
acknowledgedopen 
5
 
 
Core
No
0029452: Data appears overlapped in widgets maximized view under some circumstances
Data appears overlapped in widgets maximized view, if the widget retrieves an amount of data big enough, if we scroll down to show new data, and after that we scroll up again.
1) Install the "com.openbravo.support.test" module with the latest changes in the repository of the module (tag Issue29452).
2) Add the "All invoices" widget into the workspace
3) Open the maximized view
4) Scroll down to request new data from the server
5) Scroll up. Notice that the data appears overlapped (See attached)
No tags attached.
related to defect 0033649 acknowledged Triage Platform Base [widgets] when scroll down is done, blank section is displayed at the bottom 
related to defect 0035431 acknowledged Triage Platform Base Data in widgets is not sorted properly under some circumstances 
has duplicate defect 0029026 closed platform In minimized view, the query-list widgets doesn't sort properly the data. 
png dataOverlappedWidget.png (167,708) 2015-03-30 09:51
https://issues.openbravo.com/file_download.php?file_id=7945&type=bug
png
Issue History
2015-03-30 09:51caristuNew Issue
2015-03-30 09:51caristuAssigned To => platform
2015-03-30 09:51caristuFile Added: dataOverlappedWidget.png
2015-03-30 09:51caristuModules => Core
2015-03-30 09:51caristuTriggers an Emergency Pack => No
2015-03-30 09:51caristuIssue Monitored: networkb
2015-03-30 09:52caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8133#r8133
2015-03-30 09:53caristuSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8134#r8134
2015-03-30 10:09hgbotCheckin
2015-03-30 10:09hgbotNote Added: 0076116
2015-03-30 10:09caristuNote Deleted: 0076116
2015-03-30 10:29alostalePrioritynormal => high
2015-03-30 10:30alostaleRelationship addedhas duplicate 0029026
2015-03-30 10:30alostaleStatusnew => acknowledged
2015-11-11 11:37alostalePriorityhigh => normal
2016-08-08 13:34malsasuaRelationship addedrelated to 0033649
2017-02-27 12:41pradeepvarmaResolution time => 1489446000
2017-02-27 12:41pradeepvarmaSeverityminor => major
2017-02-28 16:38inigosanchezAssigned Toplatform => inigosanchez
2017-02-28 16:38inigosanchezStatusacknowledged => scheduled
2017-03-03 10:14egoitzIssue Monitored: egoitz
2017-03-07 11:00inigosanchezNote Added: 0094785
2017-03-07 11:00inigosanchezStatusscheduled => acknowledged
2017-03-07 11:00inigosanchezTypedefect => design defect
2017-03-07 11:00inigosanchezResolution time1489446000 =>
2017-03-07 11:02inigosanchezRelationship addedrelated to 0035431
2017-03-13 09:31inigosanchezAssigned Toinigosanchez => platform
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0094785)
inigosanchez   
2017-03-07 11:00   
Moving to design defect of SmartClient because of the difficulty and risk of this fix. The needed effort to solve this problem is high. We would have to check if this problem is solved in the new versions of SC .

The problem is related with OBQLCanvasItem_Link used in String references with "has link" property checked.(Inside widgets with high volume). When a component is created or recycled (Scroll up in widget), it seems that is not managed properly this situation (SC). The created or recycled components can not be placed in their position.

Workaround: Unchecked "has link" property can be a workaround. Unchecked this property allows to see the data properly in the widgets. Obviusly, this workaround disable navigation in the widget.