Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352277 - SWTBot fails to select a menu item from a quick assist menu of Eclipse
Summary: SWTBot fails to select a menu item from a quick assist menu of Eclipse
Status: NEW
Alias: None
Product: SWTBot
Classification: Technology
Component: EclipseBot (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-16 14:47 EDT by Mohsen Vakilian CLA
Modified: 2011-07-16 14:53 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mohsen Vakilian CLA 2011-07-16 14:47:32 EDT
Build Identifier: 20110615-0604

I'd like to use [SWTBot][1] to inline a local variable via the quick assist menu. My SWTBot test pops up the quick assist menu, but it fails to select the proposal item. I've created [a minimal project][2] on [GitHub][3] that demonstrates this problem and opened [an issue][4] that describes the problem in detail.

  [1]: http://www.eclipse.org/swtbot/
  [2]: https://github.com/reprogrammer/SWTBotExamples
  [3]: https://github.com/
  [4]: https://github.com/reprogrammer/SWTBotExamples/issues/2

Reproducible: Always

Steps to Reproduce:
I've created a minimal example project that demonstrates the failure to select an item of a quick assist menu. See https://github.com/reprogrammer/SWTBotExamples/issues/2 for more details.
Comment 1 Mohsen Vakilian CLA 2011-07-16 14:53:24 EDT
We encountered this problem while working on the CodingSpectator project <http://codingspectator.cs.illinois.edu/>. We posted this problem on StackOverflow <http://stackoverflow.com/q/6643485/130224> and the SWTBot forum <http://www.eclipse.org/forums/index.php/mv/msg/219667/695038/#msg_695038>. But, we didn't get any responses. So, we decided to open a bug for this issue so that you could confirm if this issue is because of a bug in SWTBot or not.