← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 716292] [NEW] [6.0.1 stable] default_focus with on_change on same form stops flow of data entry

 

Public bug reported:

To the form that adds order lines to a sale order, we added
default_focus=”1” (form id is view_order_form_inherit_1 in the
sale_layout_view.xml).

The idea was to enable user to input data quickly using keyboard and not
mouse (at prospective users request).

Then enter a product and tab to the UOM and try and change it. It then
set focus back to the product id field (very annoying for the user).

It appears as if default_focus should not be activated by an on_change
event.

This would ensure smooth and efficient data entry.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/716292

Title:
  [6.0.1 stable] default_focus with on_change on same form stops flow of
  data entry

Status in OpenERP Server:
  New

Bug description:
  To the form that adds order lines to a sale order, we added
  default_focus=”1” (form id is view_order_form_inherit_1 in the
  sale_layout_view.xml).

  The idea was to enable user to input data quickly using keyboard and
  not mouse (at prospective users request).

  Then enter a product and tab to the UOM and try and change it. It then
  set focus back to the product id field (very annoying for the user).

  It appears as if default_focus should not be activated by an on_change
  event.

  This would ensure smooth and efficient data entry.





Follow ups

References