ccp4/DUI

Parameter search usability

Closed this issue · 4 comments

  • In the search parameters box the search text "Type search here" needs to be selected and deleted. In QT you can specify kind of hidden text for this purpose.

  • The original DUI parameter search would filter the parameters so you only saw those that matched the search text. However, the version in CCP4 only highlights the matching parameters which is less convenient because you still have to scroll through for a while to find the parameter of interest.

This remains an annoying usability issue at the DLS/CCP4 workshop

Also in Bangkok 2020: Is it worth splitting these up - the first seems like a very simple fix?

I couldn't find a simple widget example for this, which was surprising, but the work in https://github.com/ccp4/DUI/tree/search-text shows how to get proper search behaviour. What it needs is a couple of extra buttons (next/previous) alongside the search box and maybe an indicator of the number of matches. Something like the Chrome search box:
Screenshot from 2020-03-07 13-37-00

This works with a "Find next" button now. It isn't perfect but is a big improvement.