Announcement

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

    Skins issues

    Hi Isomorphic,

    I found a small bug in showcase. Form Sections
    Forms are moving when click on second section (Stock).

    But the bigger problem I've found in our app.
    In version v12.0p_2019-03-23/PowerEdition Deployment (built 2019-03-23) everything works fine.
    In today's build, something is wrong with Buttons (text is missing), SectionStackSection (text is too much "down").
    You've certainly changed something in the meantime that affects this.

    Maybe this foto might help you:
    Link (Upload image directly to forum via "upload attachment" is not currently working)

    Best regards
    Pavo

    #2
    We see the small shifting.

    As far as the display issues in your application, what browser(s) are affected?

    Can you show a way to reproduce any of those issues somewhere in the Showcase, without the skin modifications you've made?

    Comment


      #3
      Hi Isomorphic,

      it affects all browsers.
      It looks like the problem is only when using SVG icons. Probably the same reason for the Buttons.

      Code:
      isc.SectionStack.create({
          width: 350, height: 100,
          sections: [
              {title: "Position is too much down, if SVG icon is set up", icon:"test.svg"}
          ]
      });
      
      isc.SectionStack.create({
          top:100, width: 350, height: 100,
          sections: [
              {title: "Position is fine, if PNG icon is set up", icon:"test.png"}
          ]
      });
      
      
      isc.SectionStack.create({
          top:200, width: 350, height: 100,
          sections: [
              {title: "Position is fine, if icon is not set up"}
          ]
      });
      Best regards
      Pavo
      Last edited by pavo123; 29 May 2019, 00:14.

      Comment


        #4
        This issue should be fixed in today's builds of SC 12.0, dated 2019-05-31, and in tomorrow's nightly builds of SC 12.1, dated 2019-06-01. In SC 12.1, it only affects SVG images where forwardSVGeventsToObject has been set false (the default in SC 12.0, since forwarding isn't available).

        Comment


          #5
          It's fixed, thank you!

          Comment


            #6
            Hi Isomorphic,

            small FYI: The moving content issue, which is related to title length/wrapping of the nextShipment field, is still open.

            Best regards
            Blama

            Comment


              #7
              That moving content issue was not something we'd consider a framework bug. The title "Next Shipment" exceeded the default titleWidth for the form, causing that title column to slightly expand when it is shown. So there was a slight reflow to accommodate the larger title column size.
              We've tweaked the samples to avoid this effect (12 and 12.1 branches)

              Regards
              Isomorphic Software

              Comment

              Working...
              X