Verified in SmartClient Version: v11.1p_2017-07-20/LGPL Development Only (built 2017-07-20).
Thank you.
MichalG
Announcement
Collapse
No announcement yet.
X
-
Hi Michael,
We've made a change to address this issue in the 6.1p branch.
Please try the next nightly build dated July 20 or above
Regards
Isomorphic Software
Leave a comment:
-
6.1p Wrapped Titles seems to disable ShowClippedHeaderTitlesOnHover
Hi,
Just noticed that setting ListGrid.setWrapHeaderTitles(true) disables ShowClippedHeaderTitlesOnHover.
It can be reproduced in showcase example http://www.smartclient.com/smartclie...itlesNewSample
Code:isc.ListGrid.create({ ID: "countryList", height:224, width:380, alternateRecordStyles:true, autoFitWidthApproach:"both", wrapHeaderTitles:true, headerHeight:40, canSort:false, headerAutoFitEvent:"doubleClick", leaveHeaderMenuButtonSpace:false, data: countryData, fields:[ {name:"countryCode", title:"Flag Thumbnail", cellAlign:"center", type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"}, {name:"countryName", title:"Country of Origin"}, {name:"capital", title:"Capital"}, {name:"continent", title:"Continent"} ] })
Then comment out
// wrapHeaderTitles:true
and test it again. This time hover is shown.
Is it intentional?
Thanks,
MichalGTags: None
Leave a comment: