| Summary: | The properties inherited from DojoValidationBase cannot be compiled | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Huang Ji Yong <hjiyong> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | pharmon, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Paul, this looks like the defect we discussed earlier. This was primarily caused by caches in the externalType objects being initializes before the parts were fully created. This problem had been fixed in RBD already. I have made changes to the bindings to fix this. Verified 201110082101 |
Build Identifier: 201109202102 Steps to reproduce: 1. Create a new Web Client Project, select both RUI widget projects and Dojo widget projects. 2. Create a new RUI handler, with the following source CurrencyTextBox1 DojoCurrencyTextBox{ currency = "USD"}; There will be a compile error says that currency cannot be resolved. The same result happens to DojoDateTextBox, DojoTimeTextBox, DojoTextField Reproducible: always