Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106619

QtWebAssembly : Tooltip does not always work

XMLWordPrintable

    • WebAssembly

      In certain condition, Tooltip does not appear.
      It works fine in desktop environments.

      In the following example code, the tooltip of the second button does not appear when
      the button is hovered.

      Button {
      height: 50
      width: 100
      text: "Hello World!"
      
      ToolTip.visible: down
      ToolTip.text: "Hello World tooltip1!"
      }
      
      Button {
      height: 50
      width: 100
      text: "Hello World!"
      
      ToolTip.visible: hovered
      ToolTip.text: "Hello World tooltip2!"
      }
      
      

      Sample code is attached.

        1. QTBUG106619.zip
          2 kB
          Nahomi Gröhn
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aleksandr.reviakin Aleksandr Reviakin
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes