Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0024396 | Retail Modules | Web POS | public | 2013-07-22 16:40 | 2013-09-23 08:30 | |||||||
Reporter | jecharri | |||||||||||
Assigned To | malsasua | |||||||||||
Priority | urgent | Severity | minor | Reproducibility | always | |||||||
Status | new | Resolution | open | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | RMP24 | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0024396: Focus does not work in login window or search tab | |||||||||||
Description | Focus does not work in login window or search tab: -when you choose the image, the focus does not go to field password -when you go to tab search the cursor does not go to field search This problem happens in Ipad device | |||||||||||
Steps To Reproduce | - | |||||||||||
Proposed Solution | 1-handleUserImgClick: function (inSender, inEvent) { var u = inEvent.originator.user; this.$.username.setValue(u); this.$.password.setValue(''); this.$.password.focus(); /* * @author a.herzog * Implement a iPad-Compatible setFocus on the Password field */ /* * BEGIN CHANGE */ var setFocusTo = this.$.password; setTimeout(function () { setFocusTo.focus(); }, 200); /* * BEGIN CHANGE */ return true; }, 2-enyo.kind({ name: 'OB.UI.SearchProduct', style: 'margin: 5px; background-color: #ffffff; color: black; padding: 5px', published: { receipt: null }, handlers: { onSearchAction: 'searchAction', onClearAction: 'clearAction' }, events: { onAddProduct: '' }, executeOnShow: function () { var me = this; setTimeout(function () { me.$.products.$.theader.$.searchProductHeader.$.productname.focus(); }, 200); /* * Set a second Timeout to put Focus into Search field */ /* * Begin Change */ setTimeout(function () { me.$.products.$.theader.$.searchProductHeader.$.productname.focus(); }, 400); /* * End Change */ }, | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2013-07-22 16:40 | jecharri | New Issue | ||||||||||
2013-07-22 16:40 | jecharri | Assigned To | => marvintm | |||||||||
2013-07-22 17:15 | anherzog | Issue Monitored: anherzog | ||||||||||
2013-08-19 11:35 | marvintm | Triggers an Emergency Pack | => No | |||||||||
2013-08-19 11:35 | marvintm | Target Version | RMP26 => RMP27 | |||||||||
2013-09-16 11:59 | jecharri | Description Updated | bug_revision_view_page.php?rev_id=5025#r5025 | |||||||||
2013-09-16 11:59 | marvintm | Assigned To | marvintm => jecharri | |||||||||
2013-09-16 11:59 | marvintm | Assigned To | jecharri => malsasua | |||||||||
2013-09-23 08:30 | marvintm | Target Version | RMP27 => | |||||||||
2014-03-24 17:55 | malsasua | Relationship added | has duplicate 0022078 |
There are no notes attached to this issue. |