Bug 320898 - If double click interval =0 combobox is working only while mouse button is being hold
Summary: If double click interval =0 combobox is working only while mouse button is be...
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.10.4
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords: accessibility, usability
Depends on:
Blocks:
 
Reported: 2013-06-08 13:23 UTC by Teodor
Modified: 2017-11-29 03:12 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Teodor 2013-06-08 13:23:22 UTC
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
Comment 1 Christoph Feck 2013-06-11 22:24:45 UTC
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?
Comment 2 Teodor 2013-06-12 11:29:20 UTC
> 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
Comment 3 Teodor 2013-11-21 22:32:37 UTC
I've just checked in 4.11.3 and comboboxes work fine
Comment 4 Teodor 2013-11-22 16:53:27 UTC
(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
Comment 5 Nate Graham 2017-11-29 03:12:18 UTC
The minimum value in this combobox is 100ms in Plasma 5 now. No longer applicable.