[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS25 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-05-13 00:21:12
|
Issue OBJS25 (PopupTrigger should intercept key & mouse events) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS25> The following modifications were made to this issue: probably the thing to do is invent a PopupListener that every place that creates a popup can use... it should listen for the popup to become visible, find the root pane of the component it is shown in (via: http://java.sun.com/j2se/1.3/docs/api/javax/swing/SwingUtilities.html#getRootPane(java.awt.Component) ) and make the glass pane visible... it would also be good, if possible, if it could intercept key events in order to be able to navigate the popup from the keyboard |