Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

zoomto-render-420-1338-A1.diff (956 bytes ) - added by belug 12 years ago.
fix for the render in constructor

Download all attachments as: .zip

Change History (6)

by belug, 12 years ago

fix for the render in constructor

comment:1 by belug, 12 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 adube, 12 years ago

Component: widgetslib
Milestone: 1.2.11.4.0

This fix was made in trunk past 1.2 and is applied to a lib.

comment:3 by adube, 12 years ago

The issues was introduced in #418, so I'm tagging this fix to it.

comment:4 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1139.

comment:5 by adube, 12 years ago

The correct revision is : r1339, sorry.

Note: See TracTickets for help on using tickets.