No, sorry, we do not.  We tested multi-line headers and saw the expected ellipsis and hovers, as you appear to be reproducing when using our sample code.
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
X
- 
	
	
		
		
		
		
		
		
		
	
	
 Hi Isomorphic,
 
 too bad, because it is happening for me all the time. I'll try to see what the main difference here is.
 Another thing: When you start the sample from #1 in the current showcase (SNAPSHOT_v12.0d_2018-02-22 or v11.1p_2018-02-22), the display of the 2nd column is:
 with "origin" invisible, as the header is not high enough. Shouldn't it look here like this:Code:Country of 
 (with ellipsis)Code:Country of... 
 
 Is this perhaps the enhancement you talked about in #8?
 
 Best regards
 Blama
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 Hi Isomorphic,
 
 IMHO there a two things:- My issue with the missing hover that I need to reproduce. Of course you can't do anything before this.
- The question for the ellipsis in the case described in #17. According to #18 this is the enhancement you talked about in #8. You never said it was implemented. Therefore I asked for an ETA here. If you are saying it should already be working, then the sample from #1 and the description from #17 is a testcase where it does not work as expected.
 
 Blama
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 If you look back at #8, you'll see that we mentioned we'd address this with either an ellipsis, or a hover, and we implemented a hover, which should be working now in the current nightly builds. Adding an ellipsis for vertical truncation wouldn't be that simple, since there's no cross-browser CSS for it, and we'd have to do it in JS.Originally posted by Blama View PostHi Isomorphic,
 
 can you answer the question in #21.2? If the feature was already implemented, there seems to be an issue with it.
 
 Best regards
 Blama
 
 Comment
- 
	
	
		
		
		
		
		
		
		
	
	
 Hi Isomorphic,
 
 I noticed another issue here and tried to reproduce. While doing do (unsuccessful) I managed to create a testcase for this one, based on this sample in latest 11.1p (v11.1p_2018-09-18):
 Code:isc.ListGrid.create({ ID: "countryList", height:224, width:380, alternateRecordStyles:true, autoFitWidthApproach:"both", wrapHeaderTitles:true, headerHeight:37, cellHeight:30, canSort:false, headerAutoFitEvent:"doubleClick", leaveHeaderMenuButtonSpace:false, data: countryData, fields:[ {name:"countryCode", title:"Flag Thumbnail", autoFitWidth:true, cellAlign:"center", type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"}, {name:"countryName", title:"Country of Origin very long title", autoFitWidth:true}, {name:"capital", title:"Capital"}, {name:"continent", title:"Continent"} ] })
 In the screenshot I'm on the title field for enough time to show a hover.
 The issue is happening like this also in my application: No hover, but after a minimal resize, it is shown.
 
 Best regards
 Blama
 Comment

Comment