Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||||||||||||||||
| View Issue Details | ||||||||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||||||||
| 0013989 | Openbravo ERP | A. Platform | public | 2010-07-16 18:54 | 2010-08-12 00:00 | |||||||||||||||||||||
| Reporter | iperdomo | |||||||||||||||||||||||||
| Assigned To | alostale | |||||||||||||||||||||||||
| Priority | urgent | Severity | major | Reproducibility | always | |||||||||||||||||||||
| Status | closed | Resolution | fixed | |||||||||||||||||||||||
| Platform | OS | 20 | OS Version | 2.6.30-gentoo-r5 | ||||||||||||||||||||||
| Product Version | pi | |||||||||||||||||||||||||
| Target Version | Fixed in Version | |||||||||||||||||||||||||
| 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 | 0013989: The generated HTML code of the refresh button is different when using the new layout | |||||||||||||||||||||||||
| Description | When using the new layout, the 'classic' refresh button is hidden, and a new refresh button is added to the toolbar. The generated HTML from the classic and new button is different. In the classic layout the id="buttonRefresh" is assigned to a <A> tag that contains a <IMG> inside. Note: the the link <A> has the javascript onclick handler. When using the new layout the generated id is in the opposite order, the id="buttonRefresh" is assigned to the <IMG> tag, and the <A> still contains the javascript handler onclick, and this makes the code that this code fails: getElementById("buttonRefresh").onclick(); | |||||||||||||||||||||||||
| Steps To Reproduce | * Using the new layout, try to execute in a generated window the following code: typeof getElementById("buttonRefresh").onclick() It should return "function" eg. in classic layout: >>> typeof appFrame.document.getElementById("buttonRefresh").onclick "function" | |||||||||||||||||||||||||
| Proposed Solution | Attached you'll find a "partial" solution. Needs to be rechecked and discussed. | |||||||||||||||||||||||||
| Additional Information | ||||||||||||||||||||||||||
| Tags | No tags attached. | |||||||||||||||||||||||||
| Relationships |
| |||||||||||||||||||||||||
| Attached Files | https://issues.openbravo.com/file_download.php?file_id=2775&type=bug | |||||||||||||||||||||||||
| Issue History | ||||||||||||||||||||||||||
| Date Modified | Username | Field | Change | |||||||||||||||||||||||
| 2010-07-16 18:54 | iperdomo | New Issue | ||||||||||||||||||||||||
| 2010-07-16 18:54 | iperdomo | Assigned To | => alostale | |||||||||||||||||||||||
| 2010-07-16 18:54 | iperdomo | File Added: Toolbar.diff | ||||||||||||||||||||||||
| 2010-07-16 18:54 | iperdomo | OBNetwork customer | => No | |||||||||||||||||||||||
| 2010-07-16 18:55 | shuehner | Relationship added | related to 0013988 | |||||||||||||||||||||||
| 2010-07-16 18:55 | iperdomo | Relationship added | related to 0013891 | |||||||||||||||||||||||
| 2010-07-19 08:25 | alostale | Status | new => scheduled | |||||||||||||||||||||||
| 2010-07-29 10:50 | hgbot | Checkin | ||||||||||||||||||||||||
| 2010-07-29 10:50 | hgbot | Note Added: 0029662 | ||||||||||||||||||||||||
| 2010-07-29 10:50 | hgbot | Status | scheduled => resolved | |||||||||||||||||||||||
| 2010-07-29 10:50 | hgbot | Resolution | open => fixed | |||||||||||||||||||||||
| 2010-07-29 10:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/acbf6d8e882270a802380082359732da68987e29 [^] | |||||||||||||||||||||||
| 2010-07-29 22:17 | hudsonbot | Checkin | ||||||||||||||||||||||||
| 2010-07-29 22:17 | hudsonbot | Note Added: 0029686 | ||||||||||||||||||||||||
| 2010-08-11 10:47 | iperdomo | Note Added: 0029883 | ||||||||||||||||||||||||
| 2010-08-11 10:47 | iperdomo | Status | resolved => closed | |||||||||||||||||||||||
| 2010-08-11 15:49 | iperdomo | Relationship added | related to 0014010 | |||||||||||||||||||||||
| 2010-08-12 00:00 | anonymous | sf_bug_id | 0 => 3043343 | |||||||||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||