Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0024396 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| defect | [Retail Modules] Web POS | minor | always | 2013-07-22 16:40 | 2013-09-23 08:30 | |||||||
| Reporter | jecharri | View Status | public | |||||||||
| Assigned To | malsasua | |||||||||||
| Priority | urgent | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Any | Database | Any | Java version | ||||||||
| OS Version | Database version | Ant version | ||||||||||
| Product Version | RMP24 | SCM revision | ||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| 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 */ }, | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
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 16:40 | jecharri | OBNetwork customer | => No |
| 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 | View Revisions |
| 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 |
| Copyright © 2000 - 2009 MantisBT Group |