Ticket #397 (closed task: fixed)
Endless loop with findControl("/")
| Reported by: | idbr | Owned by: | mpo |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | modules/kauri-forms | Version: | |
| Keywords: | Cc: |
Description
Add the following to the ready-function of basic-controls1.html.xml
basicForm.findControl("/");
You'll get a warning about the script not responding.
Change History
Note: See
TracTickets for help on using
tickets.
(In [1792]) Fixes #397 #398
Note: correct getParent is introduced at time children are created.
This also introduces a first stab at some api-introduction-sample page (allows to test this stuff)