Issue 80933

Summary: Selection of Grid with keyboard is not visible
Product: General Reporter: bjoern.milcke
Component: chartAssignee: kla <thomas.klarhoefer>
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P4 CC: IngridvdM, issues, weizhao
Version: 3.3.0 or older (OOo)Keywords: regression
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 72764    
Attachments:
Description Flags
patch_080506
none
patch_080506 none

Description bjoern.milcke 2007-08-22 11:23:00 UTC
Selecting a major grid with the keyboard (Tab), you don't see the selection
handles on the grid.

The reason for this is that the selection code uses
ObjectIdentifier::createClassifiedIdentifierForGrid (with defaulted index -1)
which returns
"CID/D=0;CS=0;Axis=1,0;Grid=0"

VCoordinateSystem::createCIDForGrid returns
"CID/D=0;CS=0;Axis=1,0;Grid="
which is set at the shape. Due to this mismatch the selection is not visible.

->IHA: Please check which place to change. I think fixing the code in
VCoordinateSystem to add a "0" would be correct.
Comment 1 IngridvdM 2007-09-11 10:36:51 UTC
accepted
Comment 2 IngridvdM 2008-01-16 13:39:02 UTC
changed target due to limited resources
Comment 3 weiz 2008-05-06 10:08:47 UTC
Created attachment 53408 [details]
patch_080506
Comment 4 weiz 2008-05-06 10:09:40 UTC
Created attachment 53409 [details]
patch_080506
Comment 5 weiz 2008-05-06 10:13:35 UTC
->iha: the patch is submitted. Please find it at the attachment. Thank you! 
Comment 6 IngridvdM 2008-05-06 11:49:21 UTC
->weiz, thanks for the patch it works fine! I checked it in to CWS chart25.
Comment 7 IngridvdM 2008-05-15 10:13:39 UTC
@Thomas, please verify in CWS chart25.
Comment 8 kla 2008-05-20 07:54:21 UTC
Seen ok in CWS chart25 -> verified
Comment 9 kla 2008-06-11 11:36:22 UTC
Seen ok in current master -> closed