Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362558 - DojoEditor returns "' for value
Summary: DojoEditor returns "' for value
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Xiao Bin Chen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 06:11 EDT by Tony Chen CLA
Modified: 2017-02-23 14:18 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chen CLA 2011-11-01 06:11:42 EDT
Reported by Will

Why does DojoEditor return "" for value (regardless of the value typed into the field)? Editor has something call getContents(), which does return the string (in HTML form, since formatting could be applied by the user). For consistency with our other Form widgets, seems it should support get/setValue, and not get/setContents
Comment 1 Xiao Bin Chen CLA 2011-11-02 01:00:49 EDT
Fixed.
I think we could leave the set/getContents unchanged, Because rbd have these functions. And get/setValue work now.
Comment 2 Tony Chen CLA 2011-11-11 02:21:54 EST
Verified