View Issue Details

IDProjectCategoryView StatusLast Update
0000650OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-07 13:59
ReporterMoehlis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.0.1.0 revision 15990 
Summary0000650: Only left ajax list is visible in Opera browser
DescriptionAs 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 InformationTo 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 :'(
TagsAJAX
Attached Files
ajaxlists_usergroups.jpg (38,908 bytes)   
ajaxlists_usergroups.jpg (38,908 bytes)   
Theme
BrowserOpera
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-03-02 17:18

reporter   ~0000517

bug in YUI, will be fixed when yui is fixed.

dainius.bigelis

2009-03-02 17:19

reporter   ~0000518

Cannot make fixes in 3rd party software.