Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016277Openbravo ERPA. Platformpublic2011-03-14 17:512011-03-15 00:00
shuehner 
mtaal 
normalminorhave not tried
closedfixed 
5
 
 
User Interface Application
No
0016277: ob-toolbar.js::updateState not called when using shift-click to selecting multiple rows.
That function is correctly called when using i.e. ctrl+click to add a single row to a selection, but it is not called when using shift-click to add all intermediate rows to a selection.
I.e. go to sales order:
select one order in status draft: -> process order button is enabled
select a second order using ctrl+click -> buttons are hidden

repeat same but use shift-click: buttons are still shown
No tags attached.
Issue History
2011-03-14 17:51shuehnerNew Issue
2011-03-14 17:51shuehnerAssigned To => mtaal
2011-03-14 17:51shuehnerModules => User Interface Application
2011-03-14 18:23hgbotCheckin
2011-03-14 18:23hgbotNote Added: 0034825
2011-03-14 18:23hgbotStatusnew => resolved
2011-03-14 18:23hgbotResolutionopen => fixed
2011-03-14 18:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4c3824ba7d92b195e97c4fd53b28de1b1090a6e3 [^]
2011-03-14 18:42shuehnerNote Added: 0034830
2011-03-14 18:42shuehnerStatusresolved => closed
2011-03-15 00:00anonymoussf_bug_id0 => 3212148

Notes
(0034825)
hgbot   
2011-03-14 18:23   
Repository: erp/devel/pi
Changeset: 4c3824ba7d92b195e97c4fd53b28de1b1090a6e3
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Mar 14 18:23:00 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4c3824ba7d92b195e97c4fd53b28de1b1090a6e3 [^]

Fixes issue 16277: ob-toolbar.js::updateState not called when using shift-click to selecting multiple rows.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
---
(0034830)
shuehner   
2011-03-14 18:42   
Tested together with issue 16273. Working fine. Now button state is updated when using either ctrl+click or shift+click or the checkboxes on the left.