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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014010
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarymajoralways2010-07-20 12:222010-08-14 00:00
ReporterrafarodaView Statuspublic 
Assigned Toiperdomo 
PrioritynormalResolutionfixedFixed in Version2.50MP21
StatusclosedFix in branchFixed in SCM revisione485d4ccc287
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product Version2.50SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0014010: Switching from edit to grid view using keyboard shortcut does not work

DescriptionSwitching from edit to grid view using keyboard shortcut Ctrl+G http://wiki.openbravo.com/wiki/ERP/2.50/User_Manual#Keyboard_shortcuts [^]
Steps To ReproduceTested 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0013989 closedalostale The generated HTML code of the refresh button is different when using the new layout 

-  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
Powered by Mantis Bugtracker