Actions
Bug #1368
closedJS error : Wt.layouts2.adjustAll
Start date:
07/25/2012
Due date:
% Done:
0%
Estimated time:
Description
Wt 3.2.2 calls the method "Wt.layouts2.adjustAll()" but it doesn't exist.
The only reference to adjustAll() comes from Wt/StdGridLayoutImpl2.C:56 . No javascript implements it.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
Fair point :-) I believe it's mostly harmless or did you notice actual misbehaviour (except for the JavaScript error) ?
It should call scheduleAdjust().
Regards,
koen
Updated by Anonymous over 12 years ago
No special problem with this error but the (true) call should do something and an official solution is appreciated.
(What is the aim of scheduleAdjust() ?)
Thanks !
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.3
Fixed in Wt 3.2.3 RC1.
Actions