Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029371
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2015-03-23 13:102015-05-22 13:30
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR15Q2
StatusclosedFix in branchFixed in SCM revision18f01bb7cc1e
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - QA Approved
Regression date
Regression introduced in releaseRR15Q1
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/775ab7f8908fe31eb57e9eed063d52b798925fe2 [^]
Triggers an Emergency PackNo
Summary

0029371: The login button is firing 2 events when mouse clicked

DescriptionThe login button is firing 2 events when mouse clicked
Steps To ReproduceOpen the WebPOS
Open the javascript generated file
Set a breakpoint in the 'loginButtonAction' method
With the mouse, click on the log in button
Verify that the method is being executed twice
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0029378RR15Q1.3 closedOrekaria The login button is firing 2 events when mouse clicked 
caused by design defect 0027602RR14Q4 closedOrekaria Tests: Would be helpful if the 'Log In' button should trigger with a regular 'click' event 
blocks feature request 0029377RR15Q3 closedOrekaria Stabilization: RR15Q2 related 
blocks defect 0029365 closedOrekaria Stabilization: Prevent concurrent logins 
causes defect 0029288 closedOrekaria Stabilization: The propertiesLoadersReady event is being fired for every property 

-  Notes
(0075903)
hgbot (developer)
2015-03-23 21:24

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 4675a1c23050412b50d5774a5d2abaee896ef199
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Mar 23 21:24:20 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4675a1c23050412b50d5774a5d2abaee896ef199 [^]

Fixes issue 29371: The 'log in' button fires 1 event instead of 2

---
M web/org.openbravo.mobile.core/source/component/ob-login.js
---
(0076072)
Orekaria (administrator)
2015-03-27 11:54
edited on: 2015-03-27 11:55

The tap event is substituted by the click event to allow foreign javascript context to activate the button
This fix was introduced to allow the chrome extension to interact with the application
The fix is verified to work with Android, IOS and PC

There could be another solution that is: fired both events when the button is clicked, but deactivate the click if the tap event is detected

(0076077)
migueldejuana (developer)
2015-03-27 12:35

Tested and reviewed in 9a4b58581d34
(0076450)
hgbot (developer)
2015-04-10 15:03

Repository: retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core
Changeset: 18f01bb7cc1eefbbbbf372942d6e850bac8c097e
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Mar 23 21:24:20 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core/rev/18f01bb7cc1eefbbbbf372942d6e850bac8c097e [^]

Fixes issue 29371: The 'log in' button fires 1 event instead of 2

---
M web/org.openbravo.mobile.core/source/component/ob-login.js
---
(0077659)
hgbot (developer)
2015-05-22 13:30

Repository: tools/automation/pi-mobile
Changeset: 9f391c57ae66c49ade5c80c6abb7a4fafbd056b5
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu May 21 17:42:14 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9f391c57ae66c49ade5c80c6abb7a4fafbd056b5 [^]

Related to issue 29371: The 'login' button is fired with a 'click' instead of a 'tap'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/EnyoNode.java
---

- Issue History
Date Modified Username Field Change
2015-03-23 13:10 Orekaria New Issue
2015-03-23 13:10 Orekaria Assigned To => Orekaria
2015-03-23 13:10 Orekaria Triggers an Emergency Pack => No
2015-03-23 13:11 Orekaria Regression level => Production - QA Approved
2015-03-23 13:11 Orekaria Regression introduced in release => RR15Q1
2015-03-23 15:05 Orekaria Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/775ab7f8908fe31eb57e9eed063d52b798925fe2 [^]
2015-03-23 15:05 Orekaria Status new => scheduled
2015-03-23 15:06 Orekaria Relationship added blocks 0029377
2015-03-23 17:42 Orekaria Relationship added blocks 0029365
2015-03-23 17:55 Orekaria Summary The login button is firing 2 events when tapped => The login button is firing 2 events when mouse clicked
2015-03-23 17:55 Orekaria Description Updated View Revisions
2015-03-23 17:55 Orekaria Steps to Reproduce Updated View Revisions
2015-03-23 18:50 dmitry_mezentsev Relationship added caused by 0027602
2015-03-23 21:24 hgbot Checkin
2015-03-23 21:24 hgbot Note Added: 0075903
2015-03-23 21:24 hgbot Status scheduled => resolved
2015-03-23 21:24 hgbot Resolution open => fixed
2015-03-23 21:24 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4675a1c23050412b50d5774a5d2abaee896ef199 [^]
2015-03-24 20:35 Orekaria Relationship added causes 0029288
2015-03-27 11:54 Orekaria Note Added: 0076072
2015-03-27 11:55 Orekaria Note Edited: 0076072 View Revisions
2015-03-27 12:35 migueldejuana Review Assigned To => migueldejuana
2015-03-27 12:35 migueldejuana Note Added: 0076077
2015-03-27 12:35 migueldejuana Status resolved => closed
2015-03-27 12:35 migueldejuana Fixed in Version => RR15Q2
2015-04-10 15:03 hgbot Checkin
2015-04-10 15:03 hgbot Note Added: 0076450
2015-04-10 15:03 hgbot Status closed => resolved
2015-04-10 15:03 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/4675a1c23050412b50d5774a5d2abaee896ef199 [^] => http://code.openbravo.com/retail/backports/3.0RR15Q1.3/org.openbravo.mobile.core/rev/18f01bb7cc1eefbbbbf372942d6e850bac8c097e [^]
2015-04-13 13:09 marvintm Status resolved => closed
2015-05-22 13:30 hgbot Checkin
2015-05-22 13:30 hgbot Note Added: 0077659


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker