| Summary: | Error: invalid to assign null to the non-nullable operand in 4 widgets | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Huang Ji Yong <hjiyong> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | CC: | hjiyong, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
broy2
This bug is happened because the language change between EDT and RBD. The compiler may just add support for the changes, so that compile error is shown. Verified in 20111018 build. Ji Yong, I made similar changes in my own workspace (e.g. convert 'null' to ""), but I did not have a chance to test the runtime behavior in all browsers. When 'setReadOnly' is invoked for these 4 widgets, does setting the background to "" instead of 'null' have the same behavior at runtime? (In reply to comment #3) > Ji Yong, > > I made similar changes in my own workspace (e.g. convert 'null' to ""), but I > did not have a chance to test the runtime behavior in all browsers. When > 'setReadOnly' is invoked for these 4 widgets, does setting the background to "" > instead of 'null' have the same behavior at runtime? I test in IE 6/7/8,9, FF 3.6/7.0 and chrome, the behavior is the same. |