Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029371 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2015-03-23 13:10 | 2015-05-22 13:30 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR15Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 18f01bb7cc1e | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | migueldejuana | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | ||||||||
Regression introduced in release | RR15Q1 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/775ab7f8908fe31eb57e9eed063d52b798925fe2 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0029371: The login button is firing 2 events when mouse clicked | |||||||
Description | The login button is firing 2 events when mouse clicked | |||||||
Steps To Reproduce | Open 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||||||||||||||||
|
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 |