Announcement

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

    Mouse over prompt is appearing twice in IE7 or lesser.

    For one of mouse over prompt for an Img element is appearing twice. Actually image is a Refresh Icon (actions/refresh.png) and mouse over text is Refresh. The mouse over text is appearing twice. It's happening only in IE version 7 or lesser. Please let me know the solution if you are aware of this issue.

    #2
    I can reproduce this issue in IE9

    Code:
    isc.Img.create({
    left: 180,
    top: 100,
    width: 90,
    height: 47,
    src: "other/eyes.jpg",
    prompt: "360px by 188px25kJPEG high quality"
    });

    Comment


      #3
      Please let me know of any workarounds for the problem above.

      Another prompt problem we have:

      Run the sample in IE8. Click the icon. You'll notice that the status bar now reads the prompt text. Is there any way to disable this?

      Code:
      isc.DynamicForm.create({
          width: 200,
          fields : [
              {name: "severityLevel",
               title: "Severity Level",
               type: "text",
               prompt: "Text Field Tooltip",
               icons: [{
                  src: "other/help.png"
               }]
              }
          ]
      });

      Comment


        #4
        We've checking on the duplicate prompt..

        On the status bar issue, no, there's no way to avoid that without also having an impact on accessibility by not providing an alt tag. However given the number of browsers that are now turning the status bar off by default, it's no longer useful to developers anyway.

        Comment


          #5
          You're right - when not using a mouse and just tabbing over, I see that the tooltip is shown in the status bar.

          Comment


            #6
            Any updates on the multiple tooltips issue?

            Comment


              #7
              If it helps, we found that setting "showTitle" to true solves the problem

              Comment


                #8
                Thanks for the follow up. Yes - we see what the problem is and have a solution in mind. This should be fixed in the next nightly build.

                Comment

                Working...
                X