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

QtWebAssembly : Tooltip does not always work

    XMLWordPrintable

Details

    • WebAssembly

    Description

      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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes