Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016012Openbravo ERPB. User interfacepublic2011-02-18 19:022011-03-16 00:00
plujan 
mtaal 
lowminorhave not tried
closedfixed 
5
pi 
 
Core
No
0016012: Double click and single click on nav bar flyouts are treated the same
In some Selenium tests we check the feature of Role Change and Password Change. For those tests is required to open (and close) the "Profile/Change Password" pull down.
We've detected that if opening and closing are too close in time, the widget does not respond properly. See steps to manually reproduce it.
1. Log in with any user (i.e. "Openbravo") into a recent PI context
2. When clicking the user name in the Navigation Bar, the Profile opens.
3. When clicking the user name again, the Profile closes.
4. If clicking happens too fast (as fast as an standard double-click), only one of the actions is performed (if it was closed, double clicking will open, but not close)
As a workaround, we will modify selenium tests to click slower. However, this behavior could puzzle users, so it should be addressed from the ERP as well.
No tags attached.
Issue History
2011-02-18 19:02plujanNew Issue
2011-02-18 19:02plujanAssigned To => dbaz
2011-02-18 19:02plujanModules => Core
2011-02-18 22:09dbazAssigned Todbaz => mtaal
2011-02-21 08:24alostaleStatusnew => scheduled
2011-02-22 11:55mtaalPriorityhigh => low
2011-02-22 11:55mtaalSeveritymajor => minor
2011-02-22 11:55mtaalSummaryResponse time when clicking the user name to display the role change is slow => Double click and single click on nav bar flyouts are treated the same
2011-03-15 10:02hgbotCheckin
2011-03-15 10:02hgbotNote Added: 0034857
2011-03-15 10:02hgbotStatusscheduled => resolved
2011-03-15 10:02hgbotResolutionopen => fixed
2011-03-15 10:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/77fc8a5f646ed43048b30619f781c86effacc937 [^]
2011-03-15 16:25marvintmNote Added: 0034897
2011-03-15 16:25marvintmStatusresolved => closed
2011-03-16 00:00anonymoussf_bug_id0 => 3214392

Notes
(0034857)
hgbot   
2011-03-15 10:02   
Repository: erp/devel/pi
Changeset: 77fc8a5f646ed43048b30619f781c86effacc937
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Mar 15 10:00:50 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/77fc8a5f646ed43048b30619f781c86effacc937 [^]

Fixes issue 16012: Double click and single click on nav bar flyouts are treated the same

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quickrun-widget.js
---
(0034897)
marvintm   
2011-03-15 16:25   
Now when you double click very fast on the Role menu, the menu opens and closes, so it's working correctly.