#29 closed defect (fixed)
init_WMC generates incorrect Overview Height
Reported by: | Ronald Woita | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.2 and older releases |
Component: | wmc | Version: | 2.4.1 |
Keywords: | Cc: |
Description
see short_summary
solution : in class_wmc.php Line 674/679 change the second old_mapObj[i].width to .height
--> $wmc_string .= "\t\t\t\t" . $target . "mb_registerMapObj('overview', old_mapObj[i].elementName, j, old_mapObj[i].width, old_mapObj[i].height);\n";
Change History (3)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Component: | administration → wmc |
---|
comment:3 by , 17 years ago
Milestone: | → 2.4.2 and older releases |
---|
Note:
See TracTickets
for help on using tickets.
thanks for the bug fix.