Bug #1368
JS error : Wt.layouts2.adjustAll
| Status: | Closed | Start date: | 07/25/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Koen Deforche | % Done: | 0% | |
| Category: | - | |||
| Target version: | 3.2.3 |
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.
History
#1 Updated by Koen Deforche 11 months 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
#2 Updated by Arnaud Puret 11 months 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 !
#3 Updated by Koen Deforche 8 months ago
- Status changed from Resolved to Closed
- Target version set to 3.2.3
Fixed in Wt 3.2.3 RC1.