Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363549

Summary: DojoDialogLib.alert should use the app's title, not "Alert"
Product: z_Archived Reporter: Will Smythe <smythew>
Component: EDTAssignee: 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:

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.