Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019844 | Openbravo ERP | A. Platform | public | 2012-02-22 16:54 | 2013-08-16 20:31 |
|
Reporter | alostale | |
Assigned To | dbaz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0019844: Text field in display/readonly logic expressions are difficult to edit |
Description | When a text field (A) participates in the read only logic or display logic of another field (B), on each key stroke in field A the complete form is redrawn. This causes focus on field A to change, there are 2 cases:
1. TextArea fields. In this case the cursor is positioned in after last character, this is only noticed in case of editing not in the last position.
2. Text fields. On each key stroke the complete field is selected.
It is caused because these fields are marked as redrawOnChange, this makes the form to be redrawn causing this effect. |
Steps To Reproduce | See issue 0019741 and 0019877 |
Proposed Solution | We think this is a bug in SmartClient, so it needs to be solved there in order to be able to fix it in OB.
See this SmartClient forum thread: http://forums.smartclient.com/showthread.php?t=20913 [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019741 | | closed | alostale | Wrong behavior when trying to edit part of the contents in a text field | related to | defect | 0019876 | 3.0MP9 | closed | mtaal | Can not type in text field of combo | depends on | design defect | 0020237 | | closed | dbaz | Upgrade SmartClient | has duplicate | defect | 0019877 | 3.0MP9 | closed | alostale | Reference field in column window, can't filter by typing |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-02-22 16:54 | alostale | New Issue | |
2012-02-22 16:54 | alostale | Assigned To | => alostale |
2012-02-22 16:54 | alostale | Modules | => Core |
2012-02-22 16:54 | alostale | Relationship added | related to 0019741 |
2012-02-22 18:10 | hgbot | Checkin | |
2012-02-22 18:10 | hgbot | Note Added: 0045381 | |
2012-02-28 09:03 | alostale | Relationship added | related to 0019877 |
2012-02-28 09:03 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=3209#r3209 |
2012-02-28 09:04 | alostale | Relationship deleted | related to 0019877 |
2012-02-28 09:05 | alostale | Relationship added | has duplicate 0019877 |
2012-03-01 12:14 | AugustoMauch | Relationship added | related to 0019876 |
2012-03-02 13:48 | AugustoMauch | Relationship added | blocks 0019875 |
2012-03-02 13:48 | AugustoMauch | Relationship deleted | blocks 0019875 |
2012-03-02 13:48 | AugustoMauch | Relationship added | has duplicate 0019875 |
2012-03-02 15:38 | hudsonbot | Checkin | |
2012-03-02 15:38 | hudsonbot | Note Added: 0045928 | |
2012-03-02 16:02 | AugustoMauch | Relationship deleted | has duplicate 0019875 |
2012-04-11 12:29 | alostale | Relationship added | depends on 0020237 |
2012-09-24 20:51 | AugustoMauch | Note Added: 0052392 | |
2012-09-24 20:51 | AugustoMauch | Priority | normal => high |
2012-09-24 20:51 | AugustoMauch | Status | new => scheduled |
2013-08-02 21:38 | dbaz | Assigned To | alostale => dbaz |
2013-08-02 21:39 | dbaz | Review Assigned To | => alostale |
2013-08-02 21:39 | dbaz | Triggers an Emergency Pack | => No |
2013-08-02 21:39 | dbaz | Issue Monitored: alostale | |
2013-08-02 21:43 | hgbot | Checkin | |
2013-08-02 21:43 | hgbot | Note Added: 0060486 | |
2013-08-02 21:46 | dbaz | Status | scheduled => resolved |
2013-08-02 21:46 | dbaz | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/f060d41ab218 [^] |
2013-08-02 21:46 | dbaz | Resolution | open => fixed |
2013-08-02 21:46 | dbaz | Status | resolved => closed |
2013-08-16 20:31 | hudsonbot | Checkin | |
2013-08-16 20:31 | hudsonbot | Note Added: 0060618 | |
Notes |
|
(0045381)
|
hgbot
|
2012-02-22 18:10
|
|
Repository: erp/devel/pi
Changeset: c7f713708ab9dfd40da31aa5842ec1857984357e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Feb 22 18:09:54 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c7f713708ab9dfd40da31aa5842ec1857984357e [^]
fixed bug 19741, related to issue 19558, related to issue 19844
Reverting display logic in automatic sequence field added by 0019558
because it was causing 0019741. This display logic should be set back
once 0019844 is fixed.
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
|
|
|
Effort: 3
Impact: mid
Plan: short |
|
|
(0060486)
|
hgbot
|
2013-08-02 21:43
|
|
Repository: erp/devel/pi
Changeset: aae683fdb69eaf0a28b472f5b34ec58225ad2461
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Aug 02 21:43:09 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/aae683fdb69eaf0a28b472f5b34ec58225ad2461 [^]
Related to issue 19741, related to issue 19558, related to issue 19844
Added again display logic due that with Smartclient 2012-05-26
issue 19844 is fixed
---
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
|
|