If double click interval =0 (needed to prevent bug 298556) combobox is working only while mouse button is being hold if you make a simple click, combobox list appears and immediately disappears after the mouser button is released Reproducible: Always Steps to Reproduce: 1.set double click interval to 0 2.make a simple click on combobox Actual Results: combobox list appears and immediately disappears Expected Results: combobox list shold appear and stay waiting for you further action
I checked "qtconfig", which only allows 10 ms as the smallest value, and this makes comboboxes work. It looks like Qt is not designed for smaller values, especially 0 ms. Could you check if you still get bug 298556 if you set it to 10 ms?
> Could you check if you still get bug 298556 if you set it to 10 ms? Opening directories works fine. I tryed as quik as I can. But combobox still doesn't work correctly. Checked on a machine with kde 4.4.5
I've just checked in 4.11.3 and comboboxes work fine
(In reply to comment #3) > I've just checked in 4.11.3 and comboboxes work fine No, doesn't work! I did not do logout-login
The minimum value in this combobox is 100ms in Plasma 5 now. No longer applicable.