Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006867Openbravo ERPA. Platformpublic2009-01-13 13:252009-03-06 06:28
krishna 
dbaz 
urgentcriticalsometimes
closedfixed 
10
2.50alpha-r6 
2.50 
Core
No
0006867: Unable to click on Buttons in IE 7
The following buttons are not selected corretly. when i tried to click on the buttons nothing happens and remains in the same page

1. Masterdata management->ImportData->Import product->Import products button
2. Masterdata management->ImportData->Import Taxes->Import taxes button
3. Masterdata management->ImportData->Import BP->Import Business Partner button
4. Sales order-> complete button
5. Multiphase project change project status button
6. Service project change project status button
No tags attached.
Issue History
2009-01-13 13:25krishnaNew Issue
2009-01-13 13:25krishnaAssigned To => rafaroda
2009-01-13 13:25krishnasf_bug_id0 => 2504437
2009-01-13 13:25krishnaRegression testing => No
2009-01-14 10:57psarobePrioritynormal => urgent
2009-01-14 10:57psarobeSeveritymajor => critical
2009-01-14 10:58psarobeStatusnew => scheduled
2009-01-14 10:58psarobeAssigned Torafaroda => dbaz
2009-01-14 10:58psarobefix_in_branch => trunk
2009-01-14 17:51dbazNote Added: 0012179
2009-01-14 17:52dbazAssigned Todbaz => iperdomo
2009-01-14 19:23svnbotCheckin
2009-01-14 19:23svnbotNote Added: 0012190
2009-01-14 19:23svnbotsvn_revision => 11893
2009-01-14 19:23iperdomoAssigned Toiperdomo => dbaz
2009-01-15 01:58dbazNote Added: 0012196
2009-01-15 01:59dbazStatusscheduled => feedback
2009-01-15 01:59dbazAssigned Todbaz => psarobe
2009-01-15 10:39psarobeNote Added: 0012207
2009-01-15 10:39psarobeAssigned Topsarobe => dbaz
2009-01-15 10:39psarobeStatusfeedback => scheduled
2009-01-16 12:22svnbotCheckin
2009-01-16 12:22svnbotNote Added: 0012248
2009-01-16 12:22svnbotStatusscheduled => resolved
2009-01-16 12:22svnbotResolutionopen => fixed
2009-01-16 12:22svnbotsvn_revision11893 => 11965
2009-03-06 06:28sureshbabuStatusresolved => closed
2009-03-06 06:28sureshbabuNote Added: 0014460
2009-03-06 06:28sureshbabuFixed in Version => 2.50

Notes
(0012179)
dbaz   
2009-01-14 17:51   
LogClick(Processing)
is not correct
it should be
LogClick(document.getElementById('Processing'))
(0012190)
svnbot   
2009-01-14 19:23   
Repository: openbravo
Revision: 11893
Author: iperdomo
Date: 2009-01-14 19:23:00 +0100 (Wed, 14 Jan 2009)

Added getElementById call to generated buttons. Related to issue 6867

---
U trunk/src-wad/src/org/openbravo/wad/controls/WADButton.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=11893&sc=1 [^]
(0012196)
dbaz   
2009-01-15 01:58   
I can't reproduce it.

For example in
Masterdata management->ImportData->Import product->Import products button

If I don't fill the required inputs, the button doesn't run (neither FF3 nor IE7), but if I fill them the button runs.

The problem could be that there is a failure while trying to show an Error Messange instead of that the button doesn't work???
(0012207)
psarobe   
2009-01-15 10:39   
Hi Baz,

I can reproduce it in Import tax window. Just in IE7 and I can also say that using keyboard shorcuts it works. In FF3 the behavior is the same as I explain bellow

It also happens in multiphase project but this time with IE7 and FF3. But this time the behavior is a little bit different. When you click on them then the action scrolling is performed and the the pop-up is not opened. Then you have to do scrolldown again and it works.

This behavior is present in many places in the application so it worries me a lot.
(0012248)
svnbot   
2009-01-16 12:22   
Repository: openbravo
Revision: 11965
Author: dbaz
Date: 2009-01-16 12:22:31 +0100 (Fri, 16 Jan 2009)

Fixed bug 0006867 0006947: Now links and buttons out of scroll run ok

---
U trunk/web/js/windowKeyboard.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=11965&sc=1 [^]
(0014460)
sureshbabu   
2009-03-06 06:28   
Retested working fine(trunk context)