Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017559 | Openbravo ERP | A. Platform | public | 2011-06-08 12:30 | 2011-06-10 14:26 |
|
Reporter | mtaal | |
Assigned To | mtaal | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP0 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017559: Date field in grid editing does not work |
Description | When editing a date field in grid editing the date field behaves strangely, the cursor moves around while typing. It seems that the date is expanded too early, while typing instead of when leaving the field.
The problems are several:
1. When typing, it doesn't type what you do
2. When you want to change a specific number (i.e the month) you cannot because the focus takes the whole date
In resume it should behaves like the form |
Steps To Reproduce | 1. Go to sales order. Click new in grid
2. Change the order date typing. It does very strange things
3. Try to select with the mouse just the month. You cannot |
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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-06-08 12:30 | mtaal | New Issue | |
2011-06-08 12:30 | mtaal | Assigned To | => mtaal |
2011-06-08 12:30 | mtaal | Modules | => Core |
2011-06-08 12:30 | mtaal | OBNetwork customer | => No |
2011-06-08 12:39 | psarobe | Priority | normal => immediate |
2011-06-08 12:39 | psarobe | Status | new => scheduled |
2011-06-08 12:39 | psarobe | Description Updated | bug_revision_view_page.php?rev_id=2199#r2199 |
2011-06-08 12:39 | psarobe | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=2201#r2201 |
2011-06-08 13:04 | hgbot | Checkin | |
2011-06-08 13:04 | hgbot | Note Added: 0038167 | |
2011-06-08 13:04 | hgbot | Status | scheduled => resolved |
2011-06-08 13:04 | hgbot | Resolution | open => fixed |
2011-06-08 13:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/df386a32f10c4a9b8e00be59e789e30136f2167a [^] |
2011-06-08 13:10 | hgbot | Checkin | |
2011-06-08 13:10 | hgbot | Note Added: 0038168 | |
2011-06-10 14:15 | shuehner | Note Added: 0038240 | |
2011-06-10 14:15 | shuehner | Status | resolved => new |
2011-06-10 14:15 | shuehner | Resolution | fixed => open |
2011-06-10 14:23 | shuehner | Relationship added | related to 0017600 |
2011-06-10 14:24 | shuehner | Status | new => scheduled |
2011-06-10 14:24 | shuehner | fix_in_branch | => pi |
2011-06-10 14:25 | shuehner | Note Added: 0038244 | |
2011-06-10 14:25 | shuehner | Status | scheduled => resolved |
2011-06-10 14:25 | shuehner | Resolution | open => fixed |
2011-06-10 14:26 | shuehner | Note Added: 0038245 | |
2011-06-10 14:26 | shuehner | Status | resolved => closed |
Notes |
|
(0038167)
|
hgbot
|
2011-06-08 13:04
|
|
Repository: erp/devel/pi
Changeset: df386a32f10c4a9b8e00be59e789e30136f2167a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Jun 08 13:03:25 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/df386a32f10c4a9b8e00be59e789e30136f2167a [^]
Fixes issue 17559: Date field in grid editing does not work
Custom buttons are now not recomputed when changing a field
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
---
|
|
|
(0038168)
|
hgbot
|
2011-06-08 13:10
|
|
Repository: erp/devel/pi
Changeset: 0ec1a9527b431fe071d5b90434bf56635ec98736
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Jun 08 13:09:48 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0ec1a9527b431fe071d5b90434bf56635ec98736 [^]
Related to issue 17559: Date field in grid editing does not work
Restoring wrongly removed code
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
|
|
|
|
Reopening as only partially fixed.
From steps to reproduce:
2. Change the order date typing. It does very strange things
This is now working fine as far as can be tested, i did not notice any 'very strange things' happening.
3. Try to select with the mouse just the month. You cannot
This part is still not fixed. Trying to just select the two digits of the month still does not work, as soon as the mouse button is released after marking both the whole date is selected instead. |
|
|
|
Marking as resolved again, to 'undo' reopening.
The 2nd part of this issue (part 3 of steps to reproduce) was split out into the new issue 17600 and is postponed for mp1.
The first part was reviewed+tested (see comment 38240) and is working fine. |
|
|
|
Closing and the part which is not split out is working fine in pi-mp0 (rev: 0d1be6a88d6d)
The 2nd part of this issue (part 3 of steps to reproduce) was split out into the new issue 17600 and is postponed for mp1.
The first part was reviewed+tested (see comment 38240) and is working fine. |
|