Announcement

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

    visual bug for selectItems in IE9

    Hi,
    there is one small visual bug for selectItems for the IE9. The bug occurs if the selectItem contains enough items, so that the scrollbar of the picklist appears. While scrolling through the picklist, there're appearing lines on the scrollbar, which sometimes make it hard to read the items.
    Here is the example code for which the bugs does occur.
    Code:
    isc.DynamicForm.create({
        width: 500,
        fields: [{
            name: "shipTo", title: "Ship to", type: "select",
            valueMap: {
                "1":"Item",
    			"2":"Item",
    			"3":"Item",
    			"4":"Item",
    			"5":"Item",
    			"6":"Item",
                "7":"Item",
    			"8":"Item",
    			"9":"Item",
    			"10":"Item",
    			"11":"Item",
    			"12":"Item",
    			"13":"Item",
    			"14":"Item",
    			"15":"Item",
    			"16":"Item",
    			"17":"Item",
                "18":"Item",
    			"19":"Item",
    			"20":"Item",
    			"21":"Item",
    			"22":"Item",
    			"23":"Item",
                "24":"Item",
    			"25":"Item",
    			"26":"Item",
    			"27":"Item",
    			"28":"Item",
    			"29":"Item",
    			"30":"Item",
    			"31":"Item",
    			"32":"Item",
    			"33":"Item",
    			"34":"Item",
    			"35":"Item"
            }
        }]
    });
    I'm using smartclient version "v8.3p_2013-04-12"

    Thanks in advance

    #2
    What do you mean "lines in the scrollbar"? A screenshot would help.

    Comment


      #3
      Here is the screenshot, should have attached it with my first post
      Attached Files

      Comment


        #4
        This doesn't happen for us, and it's clear from your screenshot this is some kind of native rendering issue, because the dotted lines are probably remnants of the focus outline, something SmartClient isn't even responsible for drawing.

        Best guess, you may need to update your video driver, or if you are running IE in an unusual way (eg WINE under Linux, or remote desktop, etc.) that might be the cause.

        Comment


          #5
          Hi,
          my OS is Win7 so i don't think that i'm running the IE in an unusual way.
          I also updated my video driver and it hasn't changed anything. The lines are still appearing. Any other guesses?

          Comment


            #6
            Could be a browser extension, or the specific OS-level patches you have installed, a side effect of your OS theme, etc.

            Let us know if you find clear conditions for reproducing it.

            Comment


              #7
              Hi,
              i'd like to give you an update about the current state of the issue.
              Not only we're able to reproduce this bug but our customers too.

              Because of that i think it's unlikely that this bug occurs only for some specific OS-settings.
              We would appreciate it if you could have a look at this bug again.

              Thanks in advance

              Comment


                #8
                We still need some way to reproduce this, because its not happening for us. Let us know if you can isolate an environment in which this occurs.

                Comment

                Working...
                X