highlighting text, screen doesn't scroll

Bug #708255 reported by NYbill

This bug report was converted into a question: question #223265: highlighting text, screen doesn't scroll.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
markdowner
Invalid
Undecided
Unassigned

Bug Description

When highlighting text with the mouse, and needing to get more text that is off screen up or down, the screen doesn't scroll.

Revision history for this message
NYbill (bill1234) wrote :

I think I found the fix, Jez. Change the second line in this section as shown:

#add the text view to a scrollable window
  input_scroll = gtk.ScrolledWindow()
  input_scroll.add(tv)
  input_scroll.set_policy(gtk.POLICY_AUTOMATIC,gtk.POLICY_AUTOMATIC)

Revision history for this message
NYbill (bill1234) wrote :

Sorry I was discounting the comment in the statement above. With the comment included the change was in the 3rd line.

Changed in markdowner:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.