Page 1 of 1

Can't use search panel like before, and about new tabs

PostPosted: Wed Aug 03, 2011 4:53 pm
by betwee
Hi,

I've built GoldenDict from git (v078889d) under Ubuntu 10.04, and one thing I've noticed from latest changes is that I can't go up and down the list of suggestions (in search panel) with the arrow keys (keyboard). I'm only able to make one move in the list, and then the focus goes to the definitions or meanings area. In Windows I don't have such a problem.

The second issue, the new feature to double-click the tab bar in order to open new a tab doesn't work in my Ubuntu 10.04.

Regards,

Re: Can't use search panel like before, and about new tabs

PostPosted: Wed Aug 03, 2011 6:39 pm
by Tvangeste
betwee wrote:Hi,

I've built GoldenDict from git (v078889d) under Ubuntu 10.04, and one thing I've noticed from latest changes is that I can't go up and down the list of suggestions (in search panel) with the arrow keys (keyboard). I'm only able to make one move in the list, and then the focus goes to the definitions or meanings area.

Yep, confirmed. Will investigate.

The second issue, the new feature to double-click the tab bar in order to open new a tab doesn't work in my Ubuntu 10.04.

Also confirmed, looks like Qt platform dependent behavior, which is rather unfortunate...

Re: Can't use search panel like before, and about new tabs

PostPosted: Wed Aug 03, 2011 7:14 pm
by Tvangeste
betwee wrote:Hi,

I've built GoldenDict from git (v078889d) under Ubuntu 10.04, and one thing I've noticed from latest changes is that I can't go up and down the list of suggestions (in search panel) with the arrow keys (keyboard). I'm only able to make one move in the list, and then the focus goes to the definitions or meanings area.


This is a very recent regression (not mine though, phew!). :)

I've opened a bug for this problem: https://github.com/goldendict/goldendict/issues/31

chulai, will you be able to look into this?

P.S. betwee, thanks for being an excellent beta-tester!

Re: Can't use search panel like before, and about new tabs

PostPosted: Wed Aug 03, 2011 9:18 pm
by betwee
:), thanks to you for quickly investigating and confirming the issues.
And, it is a pleasure testing my favorite work program.

Re: Can't use search panel like before, and about new tabs

PostPosted: Wed Aug 03, 2011 11:41 pm
by chulai
I also founded that the double-click in Tab Bar was not working on Ubuntu but it seems someone reported it before me ;) These are other things we might want to fix:

- Ctrl + T only works when the article view has focus. FIXED
- Double-click in tab bar doesn't open a new tab in Ubuntu. FIXED
- Middle-click over tab must close tab. Check that it doesn't interfere with copy behaviour in Ubuntu. FIXED

About using the arrow keys to navigate the results panel, see my comment at https://github.com/goldendict/goldendict/issues/31 FIXED

Regards,

Chulai

Re: Can't use search panel like before, and about new tabs

PostPosted: Thu Sep 08, 2011 4:04 pm
by betwee
The issue with arrow keys and navigation is now fixed in current git. Thanks, chulai! :)