View Issue Details

IDProjectCategoryView StatusLast Update
0005792JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterRHoekAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version3.46 
Summary0005792: Whe using TJvRichEdit, URL detection fails when using Text property and no Text is set at design time
DescriptionWhen no Text (Lines property) is set at designtime and one sets the Text property with an URL inside is, the URL will not be detected.
This probably has to do, with the way the Text property directly set the 'text' of the RichEdit control before the URLSCAN flag is set (using SendMessage).

Code to try:

Fails: JvRichEdit1.Text := 'http://my.url.com'

Works: JvRichEdit1.Lines.Text := 'http://my.url.com'
TagsNo tags attached.

Activities

RHoek

2012-02-13 12:27

reporter   ~0019403

I'm setting the 'Text' property in the 'FormCreate' event!

obones

2012-02-22 15:11

administrator   ~0019465

Please provide the zipped sources of a sample application showing this

2012-02-22 17:05

 

Test JVCL Richedit URL bug.zip (89,648 bytes)

RHoek

2012-02-22 17:05

reporter   ~0019477

Sample project has been added!

obones

2012-06-12 16:38

administrator   ~0019932

This is now fixed in SVN

Issue History

Date Modified Username Field Change
2012-02-13 12:26 RHoek New Issue
2012-02-13 12:27 RHoek Note Added: 0019403
2012-02-22 15:11 obones Note Added: 0019465
2012-02-22 15:11 obones Status new => feedback
2012-02-22 17:05 RHoek File Added: Test JVCL Richedit URL bug.zip
2012-02-22 17:05 RHoek Note Added: 0019477
2012-06-11 17:44 obones Status feedback => acknowledged
2012-06-12 16:38 obones Note Added: 0019932
2012-06-12 16:38 obones Status acknowledged => resolved
2012-06-12 16:38 obones Fixed in Version => Daily / SVN
2012-06-12 16:38 obones Resolution open => fixed
2012-06-12 16:38 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46