Opened 14 years ago
Closed 13 years ago
#106 closed defect (wontfix)
Program doesn't react on mouse
Reported by: | Joop | Owned by: | |
---|---|---|---|
Priority: | Feedback Pending | Milestone: | Enhanced |
Component: | general | Version: | 1.6.0-b22 WSE |
Severity: | medium | Keywords: | |
Cc: |
Description
The Java program MagicLantern doesn't react on mouse clicks, buttons work with keyboard. Program can be found on http://www.arachnoid.com/MagicLantern/index.html
Change History (3)
follow-up: 2 comment:1 by , 13 years ago
Milestone: | → Enhanced |
---|---|
Priority: | minor → Feedback Pending |
comment:2 by , 13 years ago
Replying to dmik:
Here with the recent test build it works, i.e. I can press buttons, select tabs etc. It throws the following exception at any mouse click though:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at magiclantern.ImagePanel.newImage(Unknown Source) at magiclantern.MagicLantern.showSlide(Unknown Source) at magiclantern.MagicLantern$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647) at java.awt.EventQueue.access$000(EventQueue.java:96) at java.awt.EventQueue$1.run(EventQueue.java:608) at java.awt.EventQueue$1.run(EventQueue.java:606) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105) at java.awt.EventQueue.dispatchEvent(EventQueue.java:617) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177) at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)Under some circumstances it may be the reason why mouse clicks don't work in your case.
It looks like an application bug to me. So please report to the MagicLantern author and post his feedback here.
Will do, may be will take some time.
Note:
See TracTickets
for help on using tickets.
Here with the recent test build it works, i.e. I can press buttons, select tabs etc. It throws the following exception at any mouse click though:
Under some circumstances it may be the reason why mouse clicks don't work in your case.
It looks like an application bug to me. So please report to the MagicLantern author and post his feedback here.