Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML combobox stay down after mouse pressed...

QML combobox stay down after mouse pressed...

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 852 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    filipdns
    wrote on last edited by filipdns
    #1

    Hello,

    I have strange problem with combobox, use this simple code:

         ComboBox
         {
         model:["test1","test2"]
         }
    

    I can navigate with mouse and select item one time, after that, by click I can not see the list any more or change the value but I can change it with the roller of the mouse...

    I just see that the combobox change from grey to light blue when I click on it at the first time but after the value is selected the button stay light blue like it's stay down...

    0_1519121110083_combobox.jpg

    Do you know why?

    thank you for your help

    1 Reply Last reply
    0
    • F Offline
      F Offline
      filipdns
      wrote on last edited by
      #2

      Qt 5.10.0 added support for native menus on Windows. This caused a regression in Qt Quick Controls 1 ComboBox. ComboBox did not get notified that the menu popup was closed, so it thought it was still pressed and therefore refused to re-open the popup. The bug (QTBUG-64628) has been fixed in Qt 5.10.1.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved