Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016516 | Openbravo ERP | I. Performance | public | 2011-03-28 16:06 | 2011-05-12 13:31 |
|
Reporter | plujan | |
Assigned To | mtaal | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
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 | 0016516: If I type at normal speed in Quick Launch text box, the window does not open |
Description | Typing at normal speed does not work for opening a window. If I type "user" and press enter, nothing happens. I have to slowly press every key in order to let the ERP to find what window I am trying to open.
Please check attached video. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0016846 | 3.0MP1 | closed | mtaal | Using Firefox, pasting the name of a window in the Quick Launch does not work |
|
Attached Files | user.avi (718,336) 2011-03-28 16:06 https://issues.openbravo.com/file_download.php?file_id=3769&type=bug
quick_launch.diff (1,466) 2011-04-07 09:02 https://issues.openbravo.com/file_download.php?file_id=3844&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2011-03-28 16:06 | plujan | New Issue | |
2011-03-28 16:06 | plujan | Assigned To | => shuehner |
2011-03-28 16:06 | plujan | File Added: user.avi | |
2011-03-28 16:06 | plujan | Modules | => Core |
2011-03-28 16:06 | plujan | OBNetwork customer | => No |
2011-03-28 16:06 | plujan | Note Added: 0035272 | |
2011-03-28 16:06 | plujan | Priority | normal => immediate |
2011-03-29 09:07 | alostale | Target Version | => 3.0RC6 |
2011-03-29 09:08 | alostale | Status | new => scheduled |
2011-03-29 09:08 | alostale | fix_in_branch | => pi |
2011-03-30 12:47 | shuehner | Note Added: 0035366 | |
2011-04-05 13:53 | iperdomo | Priority | immediate => urgent |
2011-04-05 14:05 | shuehner | Note Added: 0035604 | |
2011-04-05 14:05 | shuehner | Target Version | 3.0RC6 => 3.0RC7 |
2011-04-05 14:05 | shuehner | fix_in_branch | pi => |
2011-04-07 09:02 | mtaal | File Added: quick_launch.diff | |
2011-04-07 09:03 | mtaal | Note Added: 0035684 | |
2011-04-21 12:18 | mtaal | Relationship added | related to 0016846 |
2011-05-10 13:53 | dmitry_mezentsev | Assigned To | shuehner => mtaal |
2011-05-10 14:47 | hgbot | Checkin | |
2011-05-10 14:47 | hgbot | Note Added: 0036630 | |
2011-05-10 14:47 | hgbot | Status | scheduled => resolved |
2011-05-10 14:47 | hgbot | Resolution | open => fixed |
2011-05-10 14:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9b3f99f3d853c3ecbe54010f10cedf3de106473f [^] |
2011-05-12 12:55 | dbaz | Status | resolved => closed |
2011-05-12 12:55 | dbaz | Fixed in Version | => 3.0RC7 |
2011-05-12 13:31 | hudsonbot | Checkin | |
2011-05-12 13:31 | hudsonbot | Note Added: 0036874 | |
Notes |
|
(0035272)
|
plujan
|
2011-03-28 16:06
|
|
Priority raised to immediate |
|
|
|
Correction to bug-description: You can type in any speed you want and the QuickLaunch tries to find want you search for.
The only possible issue is hitting enter before the search results appear which does do anything.
Which could be changed by:
- Remember that enter was pressed and just use first search result when available.
- Make search faster. Which would mean to redo the search completely to get some kind of 'immediate' response time by not asking the server for any data. |
|
|
|
mode to rc7 as no correctly working fix will be ready for today (and rc6 freezes today) |
|
|
(0035684)
|
mtaal
|
2011-04-07 09:03
|
|
The attached diff solves the issue afaics, the fetchdelay was specified at the wrong level and can be chosen even lower than 50, the autofetchdata will result in the initial data to be retrieved earlier. |
|
|
(0036630)
|
hgbot
|
2011-05-10 14:47
|
|
Repository: erp/devel/pi
Changeset: 9b3f99f3d853c3ecbe54010f10cedf3de106473f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue May 10 14:46:53 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9b3f99f3d853c3ecbe54010f10cedf3de106473f [^]
Fixes issue 16516: If I type at normal speed in Quick Launch text box, the window does not open
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ReadOnlyDataSourceService.java
---
|
|
|
|
|