| Summary: | CheckBox throws an exception on setFont | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Joseph Vincens <jvincens> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | greer, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
this is no longer an issue |
the following code is generated "setFont": function(font) { this.textspan.font = font.ezeUnbox(); } in my handler I do associateCheck CheckBox{text="Associate", font = "Verdana", color = "white", width=100, margin=10}; The handler generates this.associateCheck.setFont("Verdana"); A literal string is passed to setFont and a literal string does not have the ezeUnbox() function.