Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016730 | Openbravo ERP | B. User interface | public | 2011-04-08 15:11 | 2011-08-09 14:30 |
|
Reporter | plujan | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | unable to reproduce | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP3 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0016730: Clicking a field with values does not select current contents |
Description | There is an inconsistency between keyboard and mouse usage. If I am completing, for saying, a Purchase Line, using the keyboard for navigation, when a field has the focus it selects all the current content. However, when focusing by mouse clicking the content gets no focus. See steps.
The mouse usage is currently implemented by smoke tests, so the wrong behavior are making them to fail. |
Steps To Reproduce | 1. Log in as QAAdmin
2. Go to Purchase Order and create a header
3. Go to Lines and click New
4. Fill the product with Raw material A
5. Note that focus has moved to Description field.
6. Using mouse, click in Ordered Quantity field. Current value is not selected, so if you type "2", the actual value will be "12" (wrong)
7. Click in Description field again to change focus.
8. Hit the Tab key. Now Ordered Quantity has focus again, but now the current value is selected. So if you type "2" the actual value will be "2" (correct) |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0017600 | 3.0MP2 | closed | mtaal | When editing date-field in grid, trying to mark only month of it with the mouse does not work | related to | defect | 0018072 | 3.0MP4 | closed | mtaal | Focus handling in form and grid editing needs to be cleaned up, results in unpredictable behavior | related to | defect | 0017323 | 3.0MP2 | closed | mtaal | When you enter the product, the cursor jumps to the qty but the value in the field is not selected. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-04-08 15:11 | plujan | New Issue | |
2011-04-08 15:11 | plujan | Assigned To | => dbaz |
2011-04-08 15:11 | plujan | Modules | => Core |
2011-04-08 17:05 | dbaz | Assigned To | dbaz => mtaal |
2011-04-11 10:14 | alostale | Status | new => scheduled |
2011-04-11 10:14 | alostale | Assigned To | mtaal => alostale |
2011-04-11 10:14 | alostale | fix_in_branch | => pi |
2011-04-28 12:54 | hgbot | Checkin | |
2011-04-28 12:54 | hgbot | Note Added: 0036156 | |
2011-04-28 12:54 | hgbot | Checkin | |
2011-04-28 12:54 | hgbot | Note Added: 0036157 | |
2011-05-07 02:56 | hgbot | Checkin | |
2011-05-07 02:56 | hgbot | Note Added: 0036536 | |
2011-05-16 17:04 | psarobe | Priority | normal => urgent |
2011-05-16 17:04 | psarobe | Target Version | => 3.0MP0 |
2011-05-16 17:04 | psarobe | fix_in_branch | pi => |
2011-05-17 09:15 | iperdomo | Priority | urgent => normal |
2011-05-24 08:39 | jecharri | Relationship added | related to 0017323 |
2011-06-02 10:53 | dmitry_mezentsev | Target Version | 3.0MP0 => 3.0MP1 |
2011-06-22 19:57 | dmitry_mezentsev | Target Version | 3.0MP1 => 3.0MP2 |
2011-07-18 10:08 | mtaal | Note Added: 0039142 | |
2011-07-18 11:12 | mtaal | Assigned To | alostale => mtaal |
2011-07-18 11:13 | mtaal | Note Added: 0039150 | |
2011-07-18 11:13 | mtaal | Relationship added | related to 0017600 |
2011-07-18 14:16 | mtaal | Note Edited: 0039150 | bug_revision_view_page.php?bugnote_id=0039150#r2435 |
2011-08-01 16:07 | mtaal | Target Version | 3.0MP2 => 3.0MP3 |
2011-08-01 16:09 | mtaal | Relationship added | related to 0018072 |
2011-08-09 14:30 | mtaal | Status | scheduled => closed |
2011-08-09 14:30 | mtaal | Resolution | open => unable to reproduce |
Notes |
|
(0036156)
|
hgbot
|
2011-04-28 12:54
|
|
|
|
(0036157)
|
hgbot
|
2011-04-28 12:54
|
|
Repository: tools/automation/int
Changeset: 07933a453232ed1ec3c74db2e464ef8a3ff8282a
Author: Pablo Lujan <pablo.lujan <at> openbravo.com>
Date: Thu Apr 14 17:13:38 2011 +0200
URL: http://code.openbravo.com/tools/automation/int/rev/07933a453232ed1ec3c74db2e464ef8a3ff8282a [^]
Workarounds issue 16730 for InitialOrganizationSetup
---
M src-test/com/openbravo/test/integration/erp/gui/general/enterprise/initialorganizationsetup/InitialOrganizationSetupProcess.java
---
|
|
|
(0036536)
|
hgbot
|
2011-05-07 02:56
|
|
Repository: tools/automation/int
Changeset: 3fa2be2e77d636912aa1d9eb266ccaa90dc4a7e2
Author: Pablo Lujan <pablo.lujan <at> openbravo.com>
Date: Tue May 03 11:53:39 2011 +0200
URL: http://code.openbravo.com/tools/automation/int/rev/3fa2be2e77d636912aa1d9eb266ccaa90dc4a7e2 [^]
Related to issue 16730, selenium should overwrite current username field value
---
M src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/ADMd_SetupUserAndRole.java
---
|
|
|
(0039142)
|
mtaal
|
2011-07-18 10:08
|
|
The question is if this a bug or a feature.
FYI the current behavior is intended, and standard SC behavior. When you click with the mouse you can place the cursor at a specific location (to add for example a missing character in a text). If the complete value gets selected then this is not possible.
I remember that this topic was discussed earlier but I don't remember the conclusion then...
I asked Rob to also comment.
gr. Martin |
|
|
(0039150)
|
mtaal
|
2011-07-18 11:13
(edited on: 2011-07-18 14:16) |
|
This can be solved by setting selectOnFocus to true for the form, this would also solve another issue I have in grid editing (which does select on focus on default).
|
|