Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020471 | Openbravo ERP | Z. Others | public | 2012-05-11 10:52 | 2012-05-25 12:12 |
|
Reporter | VictorVillar | |
Assigned To | guilleaer | |
Priority | high | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP10.1 | |
Target Version | 3.0MP13 | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 15283 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020471: Stranger behaviour of Quick Launch |
Description | There is a partner video where we can see the problem, the point is that not always is reproducible.
Try to write something in the Quick Launch and sometimes happens that the window selected in the list is not the one that is going to be open. |
Steps To Reproduce | Try to write something in the Quick Launch and sometimes happens that the window selected in the list is not the one that is going to be open. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-11 10:52 | VictorVillar | New Issue | |
2012-05-11 10:52 | VictorVillar | Assigned To | => mirurita |
2012-05-11 10:52 | VictorVillar | Modules | => Core |
2012-05-11 10:52 | VictorVillar | OBNetwork customer | => Yes |
2012-05-11 10:52 | VictorVillar | Support ticket | => 15283 |
2012-05-11 10:52 | VictorVillar | Resolution time | => 1342216800 |
2012-05-11 10:53 | VictorVillar | Issue Monitored: networkb | |
2012-05-11 12:36 | mirurita | Assigned To | mirurita => alostale |
2012-05-11 12:38 | VictorVillar | Description Updated | bug_revision_view_page.php?rev_id=3453#r3453 |
2012-05-11 13:48 | VictorVillar | Description Updated | bug_revision_view_page.php?rev_id=3454#r3454 |
2012-05-11 13:51 | VictorVillar | Description Updated | bug_revision_view_page.php?rev_id=3455#r3455 |
2012-05-15 10:04 | alostale | Assigned To | alostale => guilleaer |
2012-05-15 16:55 | hgbot | Checkin | |
2012-05-15 16:55 | hgbot | Note Added: 0048656 | |
2012-05-15 16:55 | hgbot | Status | new => resolved |
2012-05-15 16:55 | hgbot | Resolution | open => fixed |
2012-05-15 16:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6c97f1746be3d6e14a54c52c253c7ab611867c89 [^] |
2012-05-15 17:12 | guilleaer | Note Added: 0048657 | |
2012-05-16 09:20 | alostale | Note Added: 0048679 | |
2012-05-16 09:20 | alostale | Status | resolved => closed |
2012-05-16 09:20 | alostale | Fixed in Version | => 3.0MP12 |
2012-05-25 12:12 | hudsonbot | Checkin | |
2012-05-25 12:12 | hudsonbot | Note Added: 0049134 | |
Notes |
|
(0048656)
|
hgbot
|
2012-05-15 16:55
|
|
Repository: erp/devel/pi
Changeset: 6c97f1746be3d6e14a54c52c253c7ab611867c89
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue May 15 16:18:36 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6c97f1746be3d6e14a54c52c253c7ab611867c89 [^]
Fixed issue 20471: Quick launch selection now is cleaned before each use
Before this fix the quicklauch was saving the previous highlighted line so in the next use of the quicklaunch the selected item was not the first
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
---
|
|
|
|
Steps to reproduce (before the fix)
-----------------------------------
Using the keyboard
1. Write in the quicklaunch "Bus" and select the third item -> Business partner info -> and push "intro"
2. The window Business partner info is opened -> OK
3. Open again the quicklaunch and write "Bus" then push "intro". The normal behavior is to open the first item (Business partner) because it seems to be selected, but the third item is opened (Business partner info).
Test plan (After the fix)
-------------------------
Follow the previous steps. In the third step, the correct window should be opened.
This fix is not risky |
|
|
|
Code reviewed and verified on pi@d4ef642f1e2a |
|
|
|
|