[ wxwindows-Bugs-1526117 ] wxHtmlWindow repaints the whole control on selection change

SourceForge.net noreply at sourceforge.net
Thu Jul 20 13:07:45 PDT 2006


Bugs item #1526117, was opened at 2006-07-20 23:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1526117&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: HTML
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mart Raudsepp (leio)
Assigned to: Vaclav Slavik (vaclavslavik)
Summary: wxHtmlWindow repaints the whole control on selection change

Initial Comment:
wxHtmlWindow redraws the whole control on selection
change, which logically leads to performance problems.
The only case where a full Refresh() doesn't happen
seems to be double-click selection of a word - a
RefreshRect is used for that very specific case.
In all other cases I could find a full redraw is
issued, including when still forming a selection with
the mouse button down, apparently also when the
selection area didn't actually change (mouse moved just
one pixel or so and an additional letter didn't have to
be selected).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1526117&group_id=9863




More information about the wx-dev mailing list