tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

change and replace dialog miss-behaves on large texts #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select 5 lines of code
2. Press ctrl+r (replace)
3. Te dialog becomes 3-5 times bigger then the screen.

What is the expected output? What do you see instead?
That input line should have a maximum width property.

Original issue reported on code.google.com by cucoma...@gmail.com on 4 Nov 2006 at 4:40

GoogleCodeExporter commented 9 years ago
A fix for this is enforcing a maximum width of 400 pixels to the input lines. 
Done in
commit 56.

Original comment by cucoma...@gmail.com on 4 Nov 2006 at 10:57