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

Bug 371192

Summary: [Text] Refactor Text client widget
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 1.5   
Target Milestone: 1.5 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-02-10 05:03:41 EST
The Text widget is currently implemented in TextAdapter.js, Text.js, TextFiels.js and TextUtil.js. It also does not allow to veto an input change, which would be useful for ClientScripting. The goal of this refactoring would be to merge TextUtil.js into Text.js, add the veto feature, Rename TextField.js to BasicText.js (like BasicButton and BasicList.js) and adapt it to our coding conventions.
Comment 1 Ivan Furnadjiev CLA 2012-02-10 05:11:36 EST
Completely agree with this refactoring.
Comment 2 Tim Buschtoens CLA 2012-02-16 11:38:17 EST
All changes in CVS HEAD.