rev 264+: unable to load full document unless Ctrl+R or Ctrl+I is pressed

Bug #881638 reported by xapantu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scratch
Fix Released
Undecided
Unassigned

Bug Description

Since rev 264, there is a bug when scratch loads large files (~ >150 lines), the scrolling is inefficient. Workaround: activate the goto entry or the replace entry (Ctrl+R or Ctrl+I). It seems to be caused by the SearchManager, but it is really very odd, it might be a gtksourceview/gtk bug.

Revision history for this message
xapantu (xapantu) wrote :

Hum, it was due to a widget removing, if I replace:
remove(share_app_menu);
by:
share_app_menu.no_show_all = true;
share_app_menu.hide();

It works. I can't see why this could affect the sourceview, but it solves the problem...

Changed in scratch:
status: New → Fix Committed
milestone: none → decameron
Changed in scratch:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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