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

Bug 368919

Summary: New features for editable table
Product: [RT] Riena Reporter: Thorsten Schenkel <thorsten.schenkel>
Component: UIAssignee: Project Inbox <riena.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.0.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
incorrect error border of a text editor none

Description Thorsten Schenkel CLA 2012-01-18 03:55:28 EST
This bug is a collection of bugs and missing features of an (editable) table. For every item a single bug should be open.
- A (text) editor of a table can be closed by pressing ESC. If the value of a cell was changed, this action should be undo the changes. Or better, the changes shouldn’t be takeover to the model until the editor was closed. After closing the editor (but not with ESC (cancel)) the changes should be written into the model.
- The error border of a cell (text) editor is not always displayed correct. (See attachment)
- It is not possible to add validators to the cell (text) editors.
- No cell editor support for boolean (e.g. Checkbox)
- For boolean values a checkbox (image of checkbox) and a text (“true” or “false”) is displayed. The text is unnecessary (and always English). The image(s) of the checkbox are image files of Riena. For all operation systems and version the same images are used. (Maybe it is possible to use a “snapshot” of a checkbox (Button with SWT.CHECK))
- The horizontal alignment of header and cell can’t be different
Comment 1 Thorsten Schenkel CLA 2012-01-18 03:56:31 EST
Created attachment 209660 [details]
incorrect error border of a text editor