Hi Isomorphic,
I can see this is fixed using v11.1p_2018-10-14 in the online sample from #24 and assume this will fix my application issue as well.
Thank you & Best regards
Blama
Announcement
Collapse
No announcement yet.
X
-
This should be fixed in SGWT 6.1p/SC 11.1p and newer releases, as of the nightly builds dated 2018-10-14.
Leave a comment:
-
Hi Isomorphic,
I got a mail about an update here, but it does not show?!
Yes, I'm reporting that the hover does not show up after the start of the changed sample. It is displayed only after some even minimal column resize.
Best regards
Blama
Leave a comment:
-
Hi Isomorphic,
could you reproduce this one? Still happening with v11.1p_2018-10-06.
Best regards
Blama
Leave a 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
Leave a comment:
-
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
Leave a comment:
-
Hi 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
Leave a 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
Leave a comment:
-
The only thing that appears to be left is an issue that only occurs in your app and but not in modified samples. So an ETA for what?
Leave a comment:
-
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:
Code:Country of
Code:Country of...
Is this perhaps the enhancement you talked about in #8?
Best regards
Blama
Leave a comment:
-
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.
Leave a comment:
-
Hi Isomorphic,
I switched to
Code:Application start: Canvas.resizeFonts(2); Canvas.resizeControls(8); ... lg.setShowClippedValuesOnHover(true); lg.setHeaderHeight(37); lg.setWrapHeaderTitles(true); ListGrid.setDefaultProperties(lg);
Normally this would not matter because of the hover that shows the full field title, but sometimes the hover is not displayed. I did not find out why, yet, and also could not reproduce in BuiltInDS (using latest 6.1p and Tahoe).
Do you have an idea what might be causing this? In #8 you mentioned that you are doing enhancements in this area. Did those already land? Any other idea that might help?
In my application, if I change the width of the affected field just a little bit, the hover is shown again.
Thank you & Best regards
Blama
Leave a comment:
Leave a comment: