Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363549 - DojoDialogLib.alert should use the app's title, not "Alert"
Summary: DojoDialogLib.alert should use the app's title, not "Alert"
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Xiao Bin Chen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 21:24 EST by Will Smythe CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Smythe CLA 2011-11-10 21:24:10 EST
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 };
Comment 1 Xiao Bin Chen CLA 2011-11-11 09:30:24 EST
fixed
Comment 2 Will Smythe CLA 2012-02-21 10:40:15 EST
Verified in 2/20 nightly build.