History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12630
Type: Exception Exception
Status: Open Open
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#3786] IAE: UpdateInfoTree$3.invokePopup

Created: 15 Dec 06 15:16   Updated: 06 Nov 08 23:27
Component/s: Version Control Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,594


 Description  « Hide
exception://3786/
Last updated by cdr
Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(329,824),button=3,modifiers=Meta+Button3,clickCount=1] on frame0: component must be shown on the screen
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=82580
There was at least one exception before this one.java.lang.IllegalArgumentException: component must be shown on the screen at com.intellij.openapi.actionSystem.impl.ActionPopupMenuImpl$MyMenu.show(ActionPopupMenuImpl.java:17)
at com.intellij.openapi.vcs.update.UpdateInfoTree$3.invokePopup(UpdateInfoTree.java:142)
at com.intellij.ui.PopupHandler.mouseReleased(PopupHandler.java:54)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5501)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at com.intellij.util.ui.Tree.processMouseEvent(Tree.java:71)
at java.awt.Component.processEvent(Component.java:5266)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:357)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:347)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:260)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.