To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80933 Issue #|80933 Summary|Selection of Grid with keyboard is not visible Component|Chart Version|680m225 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P4 Subcomponent|ui Assigned to|iha Reported by|bm
------- Additional comments from [EMAIL PROTECTED] Wed Aug 22 10:23:00 +0000 2007 ------- 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. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
