Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019211
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfacecriticalalways2011-11-30 17:272011-12-09 10:20
ReporterAugustoMauchView Statuspublic 
Assigned Tomtaal 
PriorityurgentResolutionfixedFixed in Version3.0MP6
StatusclosedFix in branchFixed in SCM revision2be8e1d36868
ProjectionnoneETAnoneTarget Version3.0MP6
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionProfessional ApplianceDatabase version8.3.9Ant version1.7.1
Product Version3.0MP5.1SCM revision 
Review Assigned To
Web browserGoogle Chrome, Mozilla Firefox
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019211: Tab level does not change until third try

DescriptionWhen trying to change the tab level of a tab in grid view, the new value does not appear in the field until it has been entered three times.
Steps To Reproduce- Login as System Administrator
- Open the Windows, Tabs and Fields Window
- Select any window (for example Accounting Schema)
- Select any row (for example Process) and push the Edit in grid button.
- Enter a new value in the Tab Level column. The field does not show the new value until it has been entered for the third time.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0043678)
hgbot (developer)
2011-12-02 01:06

Repository: erp/devel/pi
Changeset: fb4d253fd47980dc8752f163b5bcd1581331620a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 01:06:17 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^]

Fixes issue 19222: Focus lost when changing the organization in any window
Related to issue 19212: The suggestion feature in the dropdowns is broken
Fixes issue 19211: Tab level does not change until third try
Fixes issue 19186: Dropdown remains open when tabbing out from selection

The code which was there prevented additional focus calls if the form item already
had focus (it seemed), but apparently firefox needs these extra focus calls to
really set the focus correctly.

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0043682)
hgbot (developer)
2011-12-02 02:38

Repository: erp/devel/pi
Changeset: 6b3bd537dc339b6bdb0cc905c62aee1ca531f339
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 02:36:36 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6b3bd537dc339b6bdb0cc905c62aee1ca531f339 [^]

Related to issue 19211: Tab level does not change until third try
If the tab level is first cleared and then is set to 0 the 0 value is not saved because SC does not
see a difference between 0 and ""

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0043688)
hudsonbot (developer)
2011-12-02 08:11

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/bdc6462da2f2 [^]

Maturity status: Test
(0043701)
dbaz (developer)
2011-12-02 16:16

The issue is still reproducible using the same "Steps to reproduce"

Even more, if you tab between "Sequence Number" and "Tab Level" fields, using tab key and shift+tab key (to go back to the previous input), you can notice that the focus makes strange jumps
(0043715)
hgbot (developer)
2011-12-05 15:53

Repository: erp/devel/pi
Changeset: c6e9368b08877ef7bbec5dc62463323be8757b9f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 05 15:52:39 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c6e9368b08877ef7bbec5dc62463323be8757b9f [^]

Related to issue 19211: Tab level does not change until third try

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0043718)
hgbot (developer)
2011-12-05 16:44

Repository: erp/devel/pi
Changeset: 2be8e1d368688e12feaa53cee07536b74bc84cbf
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 05 16:44:25 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2be8e1d368688e12feaa53cee07536b74bc84cbf [^]

Fixes issue 19249: Some combo boxes don't work in grid mode. Cannot type anything
Fixes issue 19211: Tab level does not change until third try
Fields with redrawonchange will redraw the cell/edit field in a grid line in the same thread as the user
entering values, resulting loss of values, do the refresh of the row in a separate thread

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
(0043721)
dbaz (developer)
2011-12-05 18:54

Reviewed @ changeset 14798 - 2be8e1d36868
(0043744)
hudsonbot (developer)
2011-12-09 10:19

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1a9884d7b83 [^]

Maturity status: Test
(0043747)
hudsonbot (developer)
2011-12-09 10:20

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1a9884d7b83 [^]

Maturity status: Test
(0043750)
hudsonbot (developer)
2011-12-09 10:20

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f1a9884d7b83 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2011-11-30 17:27 AugustoMauch New Issue
2011-11-30 17:27 AugustoMauch Assigned To => dbaz
2011-11-30 17:27 AugustoMauch Web browser => Google Chrome, Mozilla Firefox
2011-11-30 17:27 AugustoMauch Modules => Core
2011-11-30 18:59 dbaz Assigned To dbaz => mtaal
2011-12-01 10:55 iperdomo Web browser Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox
2011-12-01 10:55 iperdomo Target Version => 3.0MP6
2011-12-02 01:06 hgbot Checkin
2011-12-02 01:06 hgbot Note Added: 0043678
2011-12-02 01:06 hgbot Status new => resolved
2011-12-02 01:06 hgbot Resolution open => fixed
2011-12-02 01:06 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^]
2011-12-02 02:38 hgbot Checkin
2011-12-02 02:38 hgbot Note Added: 0043682
2011-12-02 08:11 hudsonbot Checkin
2011-12-02 08:11 hudsonbot Note Added: 0043688
2011-12-02 16:16 dbaz Note Added: 0043701
2011-12-02 16:16 dbaz Status resolved => new
2011-12-02 16:16 dbaz Resolution fixed => open
2011-12-02 16:17 dbaz Web browser Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox
2011-12-02 16:17 dbaz Priority normal => urgent
2011-12-02 16:17 dbaz Severity minor => critical
2011-12-05 15:53 hgbot Checkin
2011-12-05 15:53 hgbot Note Added: 0043715
2011-12-05 16:44 hgbot Checkin
2011-12-05 16:44 hgbot Note Added: 0043718
2011-12-05 16:44 hgbot Status new => resolved
2011-12-05 16:44 hgbot Resolution open => fixed
2011-12-05 16:44 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^] => http://code.openbravo.com/erp/devel/pi/rev/2be8e1d368688e12feaa53cee07536b74bc84cbf [^]
2011-12-05 18:54 dbaz Note Added: 0043721
2011-12-05 18:54 dbaz Status resolved => closed
2011-12-05 18:54 dbaz Fixed in Version => 3.0MP6
2011-12-09 10:19 hudsonbot Checkin
2011-12-09 10:19 hudsonbot Note Added: 0043744
2011-12-09 10:20 hudsonbot Checkin
2011-12-09 10:20 hudsonbot Note Added: 0043747
2011-12-09 10:20 hudsonbot Checkin
2011-12-09 10:20 hudsonbot Note Added: 0043750


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker