Opened 13 years ago
Closed 13 years ago
#5446 closed defect (fixed)
regression in dojox.widget.FileInput
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
since 12/15 nightly, dojox.widget.FileInput? dies with a "too much recursion" error. Untouched for however long, [11818] is the only change that day that touches _FormWidget and _Widget (setAttribute addition) but I can't figure out why or how.
removing the this.inherited(arguments);
from FileInput?'s startup() method seems to resolve the issue, but why? Any ideas, anyone?
Note: See
TracTickets for help on using
tickets.
(In [11900]) fixes #5446 - too much recursion when calling startup() via inherited?