View Issue Details

IDProjectCategoryView StatusLast Update
0001687JEDI VCL00 JVCL Componentspublic2004-04-25 23:27
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001687: Windows 2000: Keyboard navigation indicators handled wrongly
DescriptionThe keyboard navigation indicators (i.e. the focus rectangle of e.g. ButtonControls) are handled wrongly when using JVCL components like TJvButton and Windows 2000. (They are always displayed instead of only displaying them after the Alt key is pressed.)

This is also a VCL bug, but using the TUIStateForm instead of TForm from http://cvs.jrsoftware.org/view/*checkout*/issrc/Projects/UIStateForm.pas?rev=1.1 resolves the problem with the usual TButton. Is it possible to provide such a fix for JEDI VCL too?
TagsNo tags attached.

Activities

anonymous

2004-04-24 04:31

viewer   ~0004051

It does occur on Windows XP too if you don't use a manifest file.

AHUser

2004-04-24 05:03

developer   ~0004052

I do not see this as a bug. I see it as a not supported feature.

user72

2004-04-24 05:06

  ~0004055

>I see it as a not supported feature.
Agree, but still might be worth investigating...

user72

2004-04-24 23:45

  ~0004061

Andreas, maybe the implementation could be added to TJvExForm? It's only two message handlers, after all (CM_SHOWINGCHANGED and CM_DIALOGKEY). Since you are the head of the JvEx units, I would prefer you doing it.

AHUser

2004-04-25 07:45

developer   ~0004065

I have added this to TJvExCustomForm and TJvExForm. (not tested)

anonymous

2004-04-25 09:02

viewer   ~0004067

Yes, the usual VCL components' focus under Win2k behave like under Win98. But the UIStateForm does not fix the JVCL's ones (as well as the BitBtn)... maybe something owner-drawn is the problem.

user72

2004-04-25 23:27

  ~0004071

>maybe something owner-drawn is the problem.
Probably, and there is nothing we can do about that (except fix the owner-draw stuff in our derived components when and if they are found).

Please post new bug issues about missing keyboard handling when you find them.

Issue History

Date Modified Username Field Change
2004-04-23 14:02 anonymous New Issue
2004-04-24 04:31 anonymous Note Added: 0004051
2004-04-24 05:03 AHUser Note Added: 0004052
2004-04-24 05:06 user72 Note Added: 0004055
2004-04-24 23:45 user72 Note Added: 0004061
2004-04-24 23:56 user72 Status new => feedback
2004-04-25 07:45 AHUser Note Added: 0004065
2004-04-25 09:02 anonymous Note Added: 0004067
2004-04-25 23:27 user72 Status feedback => resolved
2004-04-25 23:27 user72 Resolution open => fixed
2004-04-25 23:27 user72 Assigned To => user72
2004-04-25 23:27 user72 Note Added: 0004071