#420 closed defect (fixed)
zoomTo - Rendered in the constructor
Reported by: | belug | Owned by: | adube |
---|---|---|---|
Priority: | critical | Milestone: | 1.4.0 |
Component: | lib | Version: | trunk |
Keywords: | zoomto render body not found | Cc: | belug |
Description
With one of te last updates of the zoomTo widget the render was forced in the the createWindow that was called in the constructor.
With super long to init apps like ours, the render could be called before the dom is ready.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | zoomto-render-420-1338-A1.diff added |
---|
comment:1 by , 13 years ago
Here's a fix that remove the render from the constructor and add it to the recenter.
And I changed the show/hide technique to use the render method insted.
comment:2 by , 13 years ago
Component: | widgets → lib |
---|---|
Milestone: | 1.2.1 → 1.4.0 |
This fix was made in trunk past 1.2 and is applied to a lib.
Note:
See TracTickets
for help on using tickets.
fix for the render in constructor