This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 24619 - SheetButton not properly handles mouse events during GUI tests
Summary: SheetButton not properly handles mouse events during GUI tests
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2002-06-11 07:43 UTC by Jiri Skrivanek
Modified: 2008-12-22 17:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (6.05 KB, image/gif)
2002-06-11 07:43 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2002-06-11 07:43:04 UTC
It works "by hand" but during automated GUI tests
it might happen that more that one property is set
to writeable state (see screenshot).
What we do is:

- find LazyToolTipSheetButton instance
- send events to the instance
	MOUSE_ENTERED
	MOUSE_PRESSED
	MOUSE_RELEASED
	MOUSE_CLICKED
Comment 1 Jiri Skrivanek 2002-06-11 07:43:53 UTC
Created attachment 6189 [details]
screen shot
Comment 2 David Strupl 2002-06-12 09:15:38 UTC
Sorry but you cannot just "send events" to the component. The
functionality is based on the fact that there are intervening focus
lost events. We cannot halp you with this. Sorry.
Comment 3 Jiri Skrivanek 2002-06-12 09:23:03 UTC
Bad luck. Thus I am closing the issue.