Announcement

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

    Rounded edge corner issue in Internet Explorer

    Hi,

    I have an issue with strange visual effects being displayed in Internet Explorer (8.0) although everything is fine in Chrome and Firefox.

    Is there a known issue in using Canvas.setEdgeImage(...) w.r.t. IE?

    I'm using SmartGWT version 2.3 Pro.

    Code:
    final Canvas canvas = new Canvas();
    canvas.setPadding( 8 );
    canvas.setShowEdges( true );
    canvas.setEdgeShowCenter( true );
    canvas.setKeepInParentRect( true );
    canvas.setEdgeImage( "corners/flat_100.png" );
    canvas.setEdgeSize(30);
    canvas.setEdgeOffset(14);
    Attached Files

    #2
    Hi Isomorphic,

    I have had time to investigate this issue, and it seems to be centred around a particular image group which is supplied as part of the SDK.

    I took verbatim the edges sample as part of the showcase and ran it under IE, Chrome and Firefox. There was no problem with any of the borders. However, when I changed the one edge border image to be 'corners/flat_100.png', it renders correctly in Firefox and Chrome but not in IE.

    I've attached two jpgs showing the result for IE and Chrome.

    Could you look into this please?

    Thanks

    Windows 7
    IE 8.0.7600.16385 64-bit
    Chrome 5.0.375.127
    Firefox 3.6.8
    Attached Files

    Comment


      #3
      Oops...forgot probably the most important version number: SmartGWT Pro 2.3

      Comment


        #4
        Hi Isomorphic,

        Did you manage to reproduce this problem at all? This rendering issue is quite critical and although I guess I can revert to using other edges I would rather stick with the flat_100 series. The best thing you can tell me is that I've got it wrong and that I made a mistake.

        Thanks

        Alastair

        Comment


          #5
          There's not a known issue here - sorry but there are a lot of how-tos and so forth from customers with support right now. We only jump in on your questions when that queue goes to zero. Pick up a support contract and we'll be able to help reliably.

          Comment

          Working...
          X