ytrstu / winpdb

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

Refresh problem in the winpdb UI, scrolling down creates grey lines #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open winpdb
2. scroll down in the source window (the other windows seem ok)
3. you'll see a solid grey bar going across every third line

What is the expected output? What do you see instead?

Shouldn't see solid grey bars

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

1.4.8 ; Ubuntu 11.04 x86_64

Please provide any additional information below.

The lines go away when I do a resize for the source pane, but come back again 
as soon as I scroll down again.  Weirdly enough, scroll UP does NOT cause 
problems.

Original issue reported on code.google.com by ja...@parit.ca on 6 Oct 2011 at 10:04

GoogleCodeExporter commented 9 years ago
note: I just tried trunk, same thing there

Original comment by ja...@parit.ca on 6 Oct 2011 at 10:09

GoogleCodeExporter commented 9 years ago
also tried getting to lower text by way of the keyboard down key, this issue 
doesn't manifest with that approach.  

It may or may not be helpful to note that python-wxversion is 2.8.11 , so it's 
not exactly the 2.6 that winpdb is looking for, but it doesn't trigger any 
complaints because the current winpdb code is happy with "2.6 or higher" (which 
is maybe fine).

Original comment by ja...@parit.ca on 6 Oct 2011 at 10:22

GoogleCodeExporter commented 9 years ago
reproduced this defect with the attached (very very simple) code.  This 
strongly implies that perhaps it's a bug in python-wxversion 2.8.11 ... I'm 
going to try chasing that next.

Original comment by ja...@parit.ca on 6 Oct 2011 at 11:59

Attachments: