GNOME Bugzilla – Bug 342076
Don't highlight find results when "Loading" text is showed
Last modified: 2006-05-27 09:39:12 UTC
Please describe the problem: When you are finding and the "Loading" text is displayed, the highlight results rects are always show. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 65632 [details] Screenshots that show the bug
Created attachment 65633 [details] [review] Don't show highlight rects if page can't be showed 2006-05-17 Ricardo Markiewicz <rmarkie@fi.uba.ar> * shell/ev-view.c: (draw_one_page), (ev_view_expose_event): Don't show highlight rects if page can't be showed. Fix for the bug #342076.
Thanks, nice catch. Please commit but with minor change - first check for EV_IS_DOCUMENT_FIND, then check for page loading.
If I check first for EV_IS_DOCUMENT_FIND, and return FALSE, I never call draw_one_page and the page Pixbuf or "Loading" text will never displayed. I don't understand what you says.
That was my fault. Thanks a lot Ricardo, the patch was committed.