#15297 closed defect (fixed)
Auto-Require Mis-Mapping ctors in async
Reported by: | Kitson Kelly | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Parser | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In certain scenarios it seems the parser is mis-matching constructors when running in async mode.
I am investigating the root of the defect and the attached examples will demonstrate the issue. When run in async, there are issues with the TabContainer and when async is turned off, the page renders properly.
Attachments (3)
Change History (9)
Changed 9 years ago by
Attachment: | 15297debugging.patch added |
---|
adding debugging print statements to show problem behavior. see the messages in the console following the "_WidgetsInTemplateMixin calling parser" message
comment:4 Changed 9 years ago by
I've committed a fix to Deferred which should resolve this issue. The test cases seem to pass for me, kitsonk could you confirm?
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yup, works like a charm. Everything resolves like anticipated. Thanks!!!!
comment:6 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
BTW that test file is working fine for me.... oh wait nevermind, I see I need to edit the file to set async:true.