[ wxwindows-Bugs-1580018 ] wxTextCtrl Selection design error

SourceForge.net noreply at sourceforge.net
Wed Oct 18 13:50:45 PDT 2006


Bugs item #1580018, was opened at 2006-10-18 23:50
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=1580018&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: Other
Group: Not a bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Death Knight® (erdem_ua)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxTextCtrl Selection design error

Initial Comment:
Not a bug but design error.

(This behaviour detected at GTK2, I don't know what
will happened at other OSes but I think we faced with
same behaviour.)

Independed objects reacts each other.

Code:

text_ctrl1->SetSelection(start,end);
text_ctrl2->SetSelection(start,end); 

removes text_ctrl1 selection. Why? Two "independed"
objects has to be selected in same time.

Correct behaviour is making selection both text_ctrl1
and text_ctrl2 and make it gray if that text
"unfocused" and make it colored which one is "focused".

wxWidgets looks better with this approach. Please fix
this incident A.S.A.P.
Thank you.


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

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




More information about the wx-dev mailing list