View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000650 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-02-27 19:59 | 2012-12-07 13:59 |
| Reporter | Moehlis | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 4.0.1.0 revision 15990 | ||||
| Summary | 0000650: Only left ajax list is visible in Opera browser | ||||
| Description | As shown in the attached screenshot, only the left ajaxlist is visible in any dialog of this kind. maximizing the window or scrolling has no effect makes it impossible to use administration interface with opera. | ||||
| Additional Information | To fix the problem (its in the yui datatable, not in the oxid shop itself), add this snippet to "out/admin/src/yui/oxid-aoc.js": String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ""); } as you see this snippet adds the trim functionality to string objects that is possibly not implemented in opera yet :'( | ||||
| Tags | AJAX | ||||
| Attached Files | |||||
| Theme | |||||
| Browser | Opera | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||