Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368919 - New features for editable table
Summary: New features for editable table
Status: NEW
Alias: None
Product: Riena
Classification: RT
Component: UI (show other bugs)
Version: 4.0.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 03:55 EST by Thorsten Schenkel CLA
Modified: 2012-01-18 03:56 EST (History)
0 users

See Also:


Attachments
incorrect error border of a text editor (2.03 KB, image/png)
2012-01-18 03:56 EST, Thorsten Schenkel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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