Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014010 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | always | 2010-07-20 12:22 | 2010-08-14 00:00 | |||
Reporter | rafaroda | View Status | public | |||||
Assigned To | iperdomo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 2.50MP21 | |||
Status | closed | Fix in branch | Fixed in SCM revision | e485d4ccc287 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | 2.50 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0014010: Switching from edit to grid view using keyboard shortcut does not work | |||||||
Description | Switching from edit to grid view using keyboard shortcut Ctrl+G http://wiki.openbravo.com/wiki/ERP/2.50/User_Manual#Keyboard_shortcuts [^] | |||||||
Steps To Reproduce | Tested in Ubuntu 10.04 + Firefox 3.6 + Openbravo ERP 3.0 RC1 1) Log in and select Sales Order tab. 2) Use Ctrl+G to switch from Edit to Grid view and vice-versa Nothing happens. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0029895) iperdomo (reporter) 2010-08-11 17:04 |
The problem is the same as the related issue 0013989 since the HTML generated in the toolbar is different in 2.50 and the new layout. HTML in 2.50 LeftBar <a id="buttonEdition" onclick="submitCommandForm('EDIT', true, null, 'Module_Relation.html', '_self', null, false);return false;" href="#" class="Main_LeftTabsBar_ButtonRight"> <img border="0" src="../web/images/blank.gif" title="Form View" alt="Form View" class="Main_LeftTabsBar_ButtonRight_Icon Main_LeftTabsBar_ButtonRight_Icon_edition"> </a> <a id="buttonRelation" onclick="submitCommandForm('RELATION', isUserChanges, null, 'Module_Relation.html', '_self', null, true);return false;" href="#" class="Main_LeftTabsBar_ButtonRight"> <img border="0" src="../web/images/blank.gif" title="Grid View" alt="Grid View" class="Main_LeftTabsBar_ButtonRight_Icon Main_LeftTabsBar_ButtonRight_Icon_relation"> </a> ---- HTML generated in the Toolbar <a id="linkButtonEdition" onblur="this.hideFocus=false" onclick="return false;" onmouseout="window.status='';return true;" onmouseover="window.status='Form View';return true;" class="Main_ToolBar_Button_Selected" href="#"><img border="0" id="buttonEdition" title="Form View" src="../web/images/blank.gif" class="Main_ToolBar_Button_Icon Main_ToolBar_Button_Icon_Edition"></a> <a id="linkButtonRelation" onblur="this.hideFocus=false" onclick="submitCommandForm('RELATION', isUserChanges, null, 'Module_Relation.html', '_self', null, true);return false;" onmouseout="window.status='';return true;" onmouseover="window.status='Grid View';return true;" class="Main_ToolBar_Button" href="#"><img border="0" id="buttonRelation" title="Grid View" src="../web/images/blank.gif" class="Main_ToolBar_Button_Icon Main_ToolBar_Button_Icon_Relation"></a> Proposed solution is to 'hack' the Toolbar and remove the *link* part of the id when is ButtonRelation and ButtonEdition |
(0029897) hgbot (developer) 2010-08-11 17:34 |
Repository: erp/devel/pi Changeset: e485d4ccc28711d77ba936d2be21677a24ffbfed Author: Iván Perdomo <ivan.perdomo <at> openbravo.com> Date: Wed Aug 11 17:34:05 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/e485d4ccc28711d77ba936d2be21677a24ffbfed [^] Fixes issue 14010: Fixes ID generation for new buttons in the toolbar - The ID of the HTML button tag must match the one in 2.50 --- M src/org/openbravo/erpCommon/utility/ToolBar_Button.java M src/org/openbravo/erpCommon/utility/ToolBar_Image.java --- |
(0029927) hudsonbot (developer) 2010-08-12 21:12 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/e485d4ccc287 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/dd00ba1c00c6 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18116.obx [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2010-07-20 12:22 | rafaroda | New Issue | |
2010-07-20 12:22 | rafaroda | Assigned To | => dbaz |
2010-07-21 18:23 | mtaal | Issue Monitored: mtaal | |
2010-08-11 15:26 | dbaz | Assigned To | dbaz => iperdomo |
2010-08-11 15:49 | iperdomo | Relationship added | related to 0013989 |
2010-08-11 17:04 | iperdomo | Note Added: 0029895 | |
2010-08-11 17:31 | iperdomo | Status | new => scheduled |
2010-08-11 17:31 | iperdomo | fix_in_branch | => pi |
2010-08-11 17:31 | iperdomo | Project | Modules => Openbravo ERP |
2010-08-11 17:32 | iperdomo | Category | Client Application => 00. Application dictionary |
2010-08-11 17:32 | iperdomo | Fixed in Version | => 2.50MP21 |
2010-08-11 17:32 | iperdomo | fix_in_branch | pi => |
2010-08-11 17:34 | hgbot | Checkin | |
2010-08-11 17:34 | hgbot | Note Added: 0029897 | |
2010-08-11 17:34 | hgbot | Status | scheduled => resolved |
2010-08-11 17:34 | hgbot | Resolution | open => fixed |
2010-08-11 17:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e485d4ccc28711d77ba936d2be21677a24ffbfed [^] |
2010-08-12 21:12 | hudsonbot | Checkin | |
2010-08-12 21:12 | hudsonbot | Note Added: 0029927 | |
2010-08-13 14:37 | dbaz | Status | resolved => closed |
2010-08-14 00:00 | anonymous | sf_bug_id | 0 => 3044623 |
Copyright © 2000 - 2009 MantisBT Group |