| Summary: | [Table][Grid] Textoverflow Behavior in Table and Grid is not consistent between RCP and RAP | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Joachim Butz <joachim.butz> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.2 | ||
| Target Milestone: | 3.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
Joachim Butz
Created attachment 240658 [details]
Snippet, which shows textoverflow in Table and Grid in RCP
Created attachment 240659 [details]
Snippet, which shows textoverflow in Table and Grid in RAP, with and without markup
Created attachment 240660 [details]
screenshot, which shows RCP behavior, left side is Grid, right side is Table
Created attachment 240662 [details]
screenshot, which shows RAP behavior, top is without markup, bottom is with markup
Fixed in master with change https://git.eclipse.org/r/28947. Table/TreeItem and Table/TreeColumn CSS elements now support "text-overflow" property. Valid values are "clip" and "ellipsis". In default theme the "ellipsis" is made default. |