Announcement

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

    Buttons show cursor in Firefox

    SmartClient Version: SNAPSHOT_v12.1d_2019-05-27/AllModules Development Only (built 2019-05-27)

    Firefox on OSX

    Hello, when I click on buttons (or anyway I put focus on them), I see the cursor blinking at the start of the text.
    In tabs, it happens only without icon:

    Click image for larger version  Name:	2019-05-28 10.12.52.jpg Views:	1 Size:	3.6 KB ID:	257945
    Code:
    isc.TabSet.create({
        ID: "topTabSet",
        autoDraw: true,
        tabBarPosition: "top",
        width: 400,
        height: 200,
        tabs: [
            {title: "Blue",
             pane: isc.Img.create({autoDraw: false, width: 48, height: 48, src: "pieces/48/pawn_blue.png"})},
            {title: "Green", icon: "pieces/16/pawn_green.png", iconSize:16,
             pane: isc.Img.create({autoDraw: false, width: 48, height: 48, src: "pieces/48/pawn_green.png"})}
        ]
    });
    In IButtons, it happens with icons also:

    Click image for larger version  Name:	2019-05-28 10.18.18.jpg Views:	1 Size:	1.9 KB ID:	257946
    Code:
    isc.IButton.create({
        autoDraw: true,
        icon: "pieces/16/pawn_blue.png",
        title: "foo"
    });
    Last edited by claudiobosticco; 28 May 2019, 12:31.

    #2
    Hi,
    We are also observing cursor on buttons in Firefox.

    Click image for larger version

Name:	cursorOnButton.png
Views:	49
Size:	7.1 KB
ID:	257949

    Seems to be related to FF version we are using: 60.7.0, not OS (we see this on Win7).
    Thanks,
    MichalG

    Comment


      #3
      Originally posted by claudiobosticco View Post
      SmartClient Version: SNAPSHOT_v12.1d_2019-05-27/AllModules Development Only (built 2019-05-27)

      Firefox on OSX

      Hello, when I click on buttons (or anyway I put focus on them), I see the cursor blinking at the start of the text.
      In tabs, it happens only without icon:
      We're not seeing this. Can you provide:
      • Your Firefox version
      • Your OS X version
      • What skin you're using

      Can you reproduce the problem with our online "latest" Showcase here?


      Comment


        #4
        Originally posted by michalg View Post
        Hi,
        We are also observing cursor on buttons in Firefox.

        Click image for larger version

Name:	cursorOnButton.png
Views:	49
Size:	7.1 KB
ID:	257949

        Seems to be related to FF version we are using: 60.7.0, not OS (we see this on Win7).
        Thanks,
        MichalG
        We don't see an issue using FF 60.7.0 on Windows 7. Can you provide:
        • Your SmartClient version (isc.version in the console)
        • What skin you're using

        If you can reproduce the problem with our online "latest" Showcase here can you point out a sample where it happens, or modify one to show the problem?

        Comment


          #5
          Originally posted by Isomorphic View Post

          We're not seeing this. Can you provide:
          • Your Firefox version
          • Your OS X version
          • What skin you're using

          Can you reproduce the problem with our online "latest" Showcase here?

          Yes, I see it in the latest online showcase "SNAPSHOT_v12.1d_2019-05-28/AllModules Development Only", also in the helloButton sample, with every skin, excluded TreeFrog and included Twilight.

          Firefox Quantum 67.0 (64 bit)
          macOS 10.14.5 (18F132)

          Comment


            #6
            We don't see any issue, using the exact build, browser, and OS. Could you have accidentally activated carat browsing? Hit F7 (Fn F7 on Mac) to toggle it.

            If that doesn't solve the problem, try clearing your browser cache and disabling all extensions. Perhaps a common/popular extension is involved.
            Last edited by Isomorphic; 28 May 2019, 15:08.

            Comment


              #7
              Originally posted by Isomorphic View Post
              We don't see any issue, using the exact build, browser, and OS. Could you have accidentally activated carat browsing? Hit F7 (Fn F7 on Mac) to toggle it.
              Yes, that did the trick...I didn't know that accessibility option, sorry for the bogus report.

              Comment


                #8
                Same here - carat browsing.
                Sorry.
                MichalG

                Comment

                Working...
                X