code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Auto-Disappearing search bar causes single line scrolling to become page scrolling #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ctrl-F
2. Search for a term
3. Start scrolling line by line using the down arrow button at the bottom
of the scroll bar

What is the expected output? What do you see instead?
Search for a term, find the code you want, slowly start scrolling down
using the single line scroll arrow at the bottom of the scroll bar. You are
reading the code to see what itis doing and then, all of a sudden, you are
5 pages down below the code. That's because because the search bar was
hidden and it moved the scroll arrow down, leaving the mouse pointer on the
scroll bar instead, doing page scrolls.

I love QDevelop, and the search is incredibly handy...! But a manual hide
button would be nicer :)

What version of the product are you using? On what operating system?
0.26 Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by lchatb...@gmail.com on 16 Dec 2008 at 5:17

GoogleCodeExporter commented 9 years ago
Here goes patch from
https://code.launchpad.net/~qdevelop-experimental/qdevelop/divius
it disables autohide timer.

Original comment by Lord.Div...@gmail.com on 19 Jan 2009 at 12:39

Attachments:

GoogleCodeExporter commented 9 years ago
I'll discuss it with the qdevelop team

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 1:04

GoogleCodeExporter commented 9 years ago
Fixed in r376

Original comment by Lord.Div...@gmail.com on 8 Feb 2009 at 10:51