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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0024396
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2013-07-22 16:402013-09-23 08:30
ReporterjecharriView Statuspublic 
Assigned Tomalsasua 
PriorityurgentResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRMP24SCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0024396: Focus does not work in login window or search tab

DescriptionFocus 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 Solution1-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
*/
},
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0022078 closedguilleaer Login screen: tapping a user does not move the focus to the password field 

-  Notes
There are no notes attached to this issue.

- 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 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
Powered by Mantis Bugtracker