On Sat, Jan 26, 2013 at 04:55:53PM +0000, corvid wrote:
Jorge wrote:
On Wed, Jan 16, 2013 at 08:03:31PM +0000, corvid wrote:
I was looking into why the search dialog would no longer let me tab to the search engine list and press down arrow to switch between them... It seems that, once Jorge added a CustChoice in fltkui.cc, the dialog code started to use _that_ one and not its own.
Funny how this also annoys me, while thinking it was one of your patches that changed the behaviour! ;-)
Of course I'm not sure, and will review the issue, but *feel* happy about not being alone in longing for the old bahaviour.
Perhaps we could have one CustChoice that everything uses, although I don't know where we'd put it.
OK, simple patch committed (avoiding compiler/linker confusion) Currently dw is mainly self contained so there's no easy place to put a custom class used by both. They're a bit different anyway, so it doesn't hurt. I also made FORM option menus activable with down key. I'm not sure this is a good thing though. @corvid: as a keyboard user, please check whether this improves things or not. It's quite easy to reverse if not (old behaviour: scroll page. new: activate menu if option is focused). -- Cheers Jorge.-