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

Bug 414128

Summary: [Table][Tree] Content with line breaks is truncated in IE after hover
Product: [RT] RAP Reporter: Sebastien Arod <sebastien.arod>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.1   
Target Milestone: 2.2 M3   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Sample project to reproduce the issue
none
Before Hover
none
After Hover none

Description Sebastien Arod CLA 2013-07-31 08:50:49 EDT
If a Table contains a text with line breaks the line breaks are ignored by default during the initial layout which is the expected behavior.

However in IE when you hover or select a row with such content:
* the line breaks reappear 
* IE tries to display it on multiple text lines in the cell

The result is that text is truncated because the height of the table row is just enough to display one line of text.
Comment 1 Sebastien Arod CLA 2013-07-31 08:51:51 EDT
Created attachment 233979 [details]
Sample project to reproduce the issue
Comment 2 Sebastien Arod CLA 2013-07-31 09:05:03 EDT
Created attachment 233982 [details]
Before Hover
Comment 3 Sebastien Arod CLA 2013-07-31 09:05:17 EDT
Created attachment 233983 [details]
After Hover
Comment 4 Ivan Furnadjiev CLA 2013-08-05 03:15:21 EDT
Reproducible with Controls Demo -> Table/Tree tab if you add line break to the item text.
Comment 5 Ivan Furnadjiev CLA 2013-11-07 03:00:23 EST
I can't reproduce it with RAP from master. It seems that it was fixed by the current changes in client-side Grid implementation. Please reopen if the issue persists with upcoming RAP 2.2M3.