View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003058 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-07-14 16:23 | 2012-12-10 13:44 |
Reporter | tjungcl | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.6.0_RC1 | ||||
Summary | 0003058: oxequalizer cant equalize a second time | ||||
Description | the very usefull oxequalizer can only be run once for a group of elements. When after that the elements change (javascript while using page like hiding something onclick or loading elements with ajax), the oxequalizer doesnt work. to fix this, the equalHeight function just has to remove the height of all elements where it originally added it. This can be done by adding not only height but an indicator css class to, such as element.css("height",height).addClass("oxequalized"); And before calculating the max height of the elements, it can me removed like group.filter(".oxequalized").css("height",""); (pseude code, not tested). | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||