#1614 fwt-js: Parse order bugs for peer defs

andy Fri 12 Aug 2011

Some peer classes in FWT need to initialize their fields in their constructors to avoid parse-time definition order bugs:

fan.fwt.TextWidget.prototype.m_font = fan.fwt.Desktop.sysFont();

andy Fri 12 Aug 2011

Promoted to ticket #1614 and assigned to andy

andy Fri 2 Aug 2013

Ticket resolved in 1.0.66

Pushed fixes for static initializers to come after all types have been declared.

Changesets

Login or Signup to reply.