Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Blama
    replied
    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

    Leave a comment:


  • Isomorphic
    replied
    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:


  • Blama
    replied
    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:


  • Isomorphic
    replied
    We're planning to look into it, but it may not be immediately.

    Leave a comment:


  • Blama
    replied
    Hi Isomorphic,

    could you reproduce this one? Still happening with v11.1p_2018-10-06.

    Best regards
    Blama

    Leave a comment:


  • Blama
    replied
    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"}
        ]
    })
    Click image for larger version

Name:	No hover.PNG
Views:	121
Size:	20.5 KB
ID:	255196
    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:


  • Isomorphic
    replied
    Originally posted by Blama View Post
    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
    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.

    Leave a comment:


  • Blama
    replied
    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:


  • Blama
    replied
    Hi Isomorphic,

    IMHO there a two things:
    1. My issue with the missing hover that I need to reproduce. Of course you can't do anything before this.
    2. 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.
    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    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:


  • Blama
    replied
    Ok, thanks. Do you have an ETA for this?

    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    Yes the added ellipsis is the added ellipsis we talked about.

    Leave a comment:


  • Blama
    replied
    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
    with "origin" invisible, as the header is not high enough. Shouldn't it look here like this:
    Code:
    Country
    of...
    (with ellipsis)

    Is this perhaps the enhancement you talked about in #8?

    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    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:


  • Blama
    replied
    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);
    so that now all headers are exactly two rows high in my font. This is working fine. Small issue: When the field has a title taking three rows (happens often for narrow fields), there is no ellipsis shown.
    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:

Working...
X