View Issue Details

IDProjectCategoryView StatusLast Update
0006170JEDI VCL00 JVCL Componentspublic2014-09-03 11:29
ReporteraltaveronAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.47 
Target VersionFixed in Version 
Summary0006170: Incorrect text size calculating of a column title with bold font
DescriptionSteps to reproduce:

1. Use a TJvDBGrid with bold TitleFont on the header of the grid.
2. Resize column to maximal width with "..." chars on the end. For example: "Capt..." instead "Caption".
3. Move mouse cursor to the column header.

There will be no hint.

4. Decrease column width much more.
5. Move mouse cursor to the column header.

There will appear a hint.

The hint should be on both cases. TJvDBGrid should use bold style while calculating text size of a column title to fix the issue.
TagsNo tags attached.

Activities

obones

2013-12-13 10:58

administrator   ~0020733

Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue.

altaveron

2014-03-02 11:16

reporter   ~0020913

Steps to reproduce:

1. Run demo project.
2. Move mouse cursor to the title of the first field and wait several seconds.
3. Do the same with the second field.

Actual result: Hint won't be shown on the step 2 and will be shown on the step 3.

Should be: Hint should be shown on the steps 2 and 3.

2014-03-02 11:17

 

0006170.zip (772,513 bytes)

Issue History

Date Modified Username Field Change
2013-07-16 15:11 altaveron New Issue
2013-12-13 10:58 obones Note Added: 0020733
2013-12-13 10:58 obones Status new => feedback
2014-03-02 11:16 altaveron Note Added: 0020913
2014-03-02 11:17 altaveron File Added: 0006170.zip
2014-09-03 11:29 obones Status feedback => acknowledged