[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-09-07 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176


User tbo changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from t...@openoffice.org Tue Sep  7 11:51:24 + 
2010 ---
.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-14 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Mon Jun 14 12:55:44 + 
2010 ---
seen the method working now. - verified

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176





--- Additional comments from f...@openoffice.org Thu Jun 10 20:27:24 + 
2010 ---
Created an attachment (id=69922)
sample document


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176





--- Additional comments from f...@openoffice.org Thu Jun 10 20:28:31 + 
2010 ---
The attached document contains a (rather senseless) example: When pressing the
contained button, a dialog is opened, containing a tree control. When trying to
open the context menu on any of the entries, this entry's node rect is filled
with green ...

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-07 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176
 Issue #|112176
 Summary|AWT: TreeControl: cannot obtain rectangle occupied by 
|a given node
   Component|framework
 Version|DEV300m80
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|fs
 Reported by|fs





--- Additional comments from f...@openoffice.org Mon Jun  7 08:30:13 + 
2010 ---
When you want to create accessible applications, you also need to care for
keyboard operation of your application. For context menus opened by the user,
this means you need to allow for context menus opened by keyboard.

In an AWT tree control, you can observe those keyboard-initiated context menu
requests, but to properly position the context menu on the screen, you need to
find out the rectangle occupied by the currently selected tree node.

There currently is no API for doing so - this issue is about implementing it.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-07 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.3





--- Additional comments from f...@openoffice.org Mon Jun  7 09:23:53 + 
2010 ---
fixed in CWS unoawt: added method
  ::com::sun::star::awt::Rectangle
 getNodeRect( [in] XTreeNode Node )
raises( ::com::sun::star::lang::IllegalArgumentException );
to css.awt.tree.XTreeControl.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 112176] AWT: TreeControl: cannot obtain rectangle occupied by a given node

2010-06-07 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112176


User fs changed the following:

What|Old value |New value

 Assigned to|fs|tbo





--- Additional comments from f...@openoffice.org Mon Jun  7 10:06:40 + 
2010 ---
fs-tbo: please verify in CWS unoawt

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org