Ticket #4 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

setView and setLayout order

Reported by: luis Assigned to: luis
Priority: high Milestone: Pre-Public Beta Release
Component: ColdBox Controller Version: 1.0.X Beta 1
Severity: normal Keywords:
Cc:

Description

In an event handler, when you call setLayout before setView, the layout is overridden by the setView and the view is displayed using the regular layout for that view, ignoring the new layout defined by the programmer. The desired behavior occurs only when the setLayout is used AFTER the call to setView.

Change History

06/27/06 15:19:14 changed by luis

  • status changed from new to assigned.

06/29/06 09:43:22 changed by luis

  • status changed from assigned to closed.
  • resolution set to fixed.

The framework now renders the view with a setlayout override. No longer to call them in order.


Copyright 2006 ColdBox Framework by Luis Majano