| Summary: | DojoDialogLib.alert should use the app's title, not "Alert" | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Will Smythe <smythew> |
| Component: | EDT | Assignee: | Xiao Bin Chen <xiaobinc> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chenzhh |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed Verified in 2/20 nightly build. |
RuiLib has a function - getTitle() - that returns the title of the app (which was either set in the RUIhandler's title field or set at runtime via RuiLib.setTitle). This should be used as the title in the DojoDialogLib.alert() function: dialog DojoDialog { title = RuiLib.getTitle(), children = [ content ], buttons = buttons };