Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011541 | Openbravo ERP | Z. Others | public | 2009-11-30 07:09 | 2011-12-13 16:43 |
|
Reporter | elopio | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011541: Decline button in registration popup has no identifier |
Description | The decline button that's part of registratioin popup has no identifier.
This makes it harder the automation of tests with selenium.
This is the html code:
<button class="ButtonLink_focus" onmouseout="buttonEvent('onmouseout', this);" onmouseover="buttonEvent('onmouseover', this); window.status='Decline'; return true;" onmousedown="buttonEvent('onmousedown', this);" onmouseup="buttonEvent('onmouseup', this);" onkeypress="buttonEvent('onkeypress', this);" onkeydown="buttonEvent('onkeydown', this);" onkeyup="buttonEvent('onkeyup', this);" onblur="buttonEvent('onblur', this);" onfocus="buttonEvent('onfocus', this); window.status='Decline'; return true;" onclick="disable();return false;" type="button"> |
Steps To Reproduce | Log in with username Openbravo and password openbravo.
Cancel the heartbeat popup.
View the source of the registration popup. (right click the button and inspect it with firebug) |
Proposed Solution | Assign an identifier to the element. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038173 | | closed | jarmendariz | Register button of Registration pop-up navigates to a non-existent URL |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-30 07:09 | elopio | New Issue | |
2009-11-30 07:09 | elopio | Assigned To | => rafaroda |
2010-02-11 11:20 | rafaroda | Assigned To | rafaroda => adrianromero |
2011-06-03 11:00 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:10 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-09-26 17:52 | psarobe | Note Added: 0041285 | |
2011-09-26 17:52 | psarobe | Status | new => feedback |
2011-11-25 18:33 | jonalegriaesarte | Assigned To | jonalegriaesarte => alostale |
2011-12-01 10:33 | alostale | Note Added: 0043626 | |
2011-12-01 10:34 | alostale | Note Added: 0043627 | |
2011-12-12 08:31 | hgbot | Checkin | |
2011-12-12 08:31 | hgbot | Note Added: 0043771 | |
2011-12-12 08:31 | hgbot | Status | feedback => resolved |
2011-12-12 08:31 | hgbot | Resolution | open => fixed |
2011-12-12 08:31 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f5b8096eafc0847f04267da8139de003b4e122c4 [^] |
2011-12-12 10:09 | marvintm | Note Added: 0043779 | |
2011-12-12 10:09 | marvintm | Status | resolved => closed |
2011-12-13 16:43 | hudsonbot | Checkin | |
2011-12-13 16:43 | hudsonbot | Note Added: 0043838 | |
2018-09-06 13:18 | jarmendariz | Relationship added | related to 0038173 |
Notes |
|
|
This still happens in 3.0? |
|
|
|
Decline button has id, defer one has not. |
|
|
|
Test plan: Just check it stills working
Regression risk: none, just adding an HTML id |
|
|
(0043771)
|
hgbot
|
2011-12-12 08:31
|
|
|
|
|
Verified that the id exists, that the button still works correctly, and that the change is safe. |
|
|
|
|