View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005315 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-07-26 10:15 | 2023-11-20 15:47 |
| Reporter | arvydas_vapsva | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 6.0.0-beta.1 | ||||
| Summary | 0005315: Wrong JS in monitor code, breaks on IE8 | ||||
| Description | is now: var b = document.getElementById('oxidDebugInfo_$sLogId'); var c = document.body; if (c) { c.appendChild(b.parentNode.removeChild(b));} should be: document.body.onload = function() { var b = document.getElementById('oxidDebugInfo_$sLogId'); var c = document.body; if (c) { c.appendChild(b.parentNode.removeChild(b));} }; | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||