View Issue Details

IDProjectCategoryView StatusLast Update
0002591JEDI VCL00 JVCL Componentspublic2005-04-12 09:01
ReporterCCRAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0002591: TJvRichEditStrings.DoImport bugfix
DescriptionThe final line of TJvRichEditStrings.DoImport, IMO, should have a smSelection check:
if not (smSelection in Mode) then FRichEdit.SetSelection(0, 0, True);
TagsNo tags attached.

Activities

obones

2005-02-03 00:44

administrator   ~0006350

What would be the point of that change?

CCR

2005-02-04 20:39

reporter   ~0006413

The point is this: when I programmatically stream in only a selection, I expect the rich edit to behave as it does when the user pastes something into it -- i.e., after having streamed/pasted the new text in, move the selection point to the end of the new text, rather than reset the selection point to the start of the file.

obones

2005-04-12 09:01

administrator   ~0006975

Thanks, this is now in CVS, revision 1.71

Issue History

Date Modified Username Field Change
2005-02-02 08:18 CCR New Issue
2005-02-03 00:44 obones Note Added: 0006350
2005-02-03 00:44 obones Status new => feedback
2005-02-04 20:39 CCR Note Added: 0006413
2005-04-12 09:01 obones Status feedback => resolved
2005-04-12 09:01 obones Resolution open => fixed
2005-04-12 09:01 obones Assigned To => obones
2005-04-12 09:01 obones Note Added: 0006975