Print Page | Close Window

Irritating navigation BUG

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=11275
Printed Date: 05 May 2024 at 11:05pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Irritating navigation BUG
Posted By: znakeeye
Subject: Irritating navigation BUG
Date Posted: 01 July 2008 at 8:37pm
v12.0.0.1
 
I have this layout in my report (bold is selected):
+ Group1
   + Group2
      Item1
      Item2 <--- From here it works as expected...
+ Group1
   + Group2
      Item1 <--- but here we encounter some weird behavior!
 
I press VK_LEFT. "Group2" is selected.
I press VK_LEFT. "Group2" is collapsed.
I press VK_LEFT. "Item2" is selected!
 
This behavior can only be seen for the last item!
 
The code is pretty straight-forward:
 
c1 = AddColumn(...);
c2 = AddColumn(...);
c3 = AddColumn(...);
c4 = AddColumn(...);

GetColumns()->GetGroupsOrder()->Add(c1);
GetColumns()->GetGroupsOrder()->Add(c2);

ShadeGroupHeadings(TRUE);
SetGroupRowsBold(TRUE);




Replies:
Posted By: znakeeye
Date Posted: 28 July 2008 at 6:51am
Have you checked this? It's most certainly a bug.


Posted By: znakeeye
Date Posted: 30 May 2009 at 5:36am

I'wont be at my computer for some time, so I'm a bit afraid that some of my reported issues won't get resolved in 13.1.

Is the above fixed? I think it can be reproduced quite easily in the report sample. Thanks!


-------------
PokerMemento - http://www.pokermemento.com/


Posted By: znakeeye
Date Posted: 30 May 2009 at 5:39am
You can verify this in Explorer. <Left> key always takes you one level up.

-------------
PokerMemento - http://www.pokermemento.com/


Posted By: mdoubson
Date Posted: 02 June 2009 at 1:34pm
Same in Report 13.1 - first left do expand, next - move to first item below (not the last one as you described n 12.0)

-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net