[ https://issues.apache.org/jira/browse/OFBIZ-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Liberty updated OFBIZ-643: -------------------------------- Attachment: OFBIZ-643.patch Attached patch explicitly populates the productId inputs with an empty string, instead of the productId from the request parameters. > Previously entered item remains in entry box after pressing enter key or > [add to order] button in https://host_name:8443/ordermgr/control/additem > --------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-643 > URL: https://issues.apache.org/jira/browse/OFBIZ-643 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: order > Affects Versions: SVN trunk > Environment: Opera Netscape Firefox on Linux & XP, IE6 (probably IE7 > as well) on XP > Reporter: Walter Vaughan > Fix For: SVN trunk > > Attachments: OFBIZ-643.patch > > > The un-intended behavior in tested web browsers with standard/default > settings is that in https://host_name:8443/ordermgr/control/additem , when > the operator enters a value it is retained afer the item is added to the > cart. In a browser set to normal by today's standard (1024x732) with an "out > of the box" setup of ofBiz, the operator has no notification that the item > has been added other than the browser's throbber has stopped running. The > piece of code in question is a input box generated by additem > <input class="inputBox" size="25" name="add_product_id" value="" type="text"> > Some sort of Javascript (ECMAScript) code to reset the field or the form is > probably required. A more permanent solution might be to impliment some sort > of ajax auto completion rather than just reseting the field with javascript. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.