Opened 11 years ago
Closed 11 years ago
#8931 closed defect (duplicate)
Fehlermeldung bei Tag-Löschversuch
Reported by: | PWolf | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Marking point: 'Kapelle Ebratsweiler'
- Trying to delete the tag with delete button below the window
- While reaching this button with mouse pointer the error occours
What is the expected result? showing button for deleting
What happens instead? error message occours
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-08-02 01:39:33 Last Changed Author: akks Revision: 6097 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-08-01 18:34:17 +0200 (Thu, 01 Aug 2013) Last Changed Rev: 6097 Identification: JOSM/1.5 (6097 de) Linux Ubuntu 12.04.2 LTS Memory Usage: 481 MB / 481 MB (155 MB allocated, but free) Java version: 1.6.0_27, Sun Microsystems Inc., OpenJDK 64-Bit Server VM VM arguments: [-Djosm.home=/home/unixer/.josm-latest, -Djava.net.useSystemProxies=true] Dataset consistency test: No problems found java.lang.NullPointerException at javax.swing.ToolTipManager$insideTimerAction.actionPerformed(ToolTipManager.java:624) at javax.swing.Timer.fireActionPerformed(Timer.java:313) at javax.swing.Timer$DoPostEvent.run(Timer.java:244) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:673) at java.awt.EventQueue.access$300(EventQueue.java:96) at java.awt.EventQueue$2.run(EventQueue.java:634) at java.awt.EventQueue$2.run(EventQueue.java:632) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108) at java.awt.EventQueue.dispatchEvent(EventQueue.java:643) 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)
Attachments (2)
Change History (4)
by , 11 years ago
Attachment: | Bildschirmfoto_JOSM.jpeg added |
---|
by , 11 years ago
Attachment: | ToolTipManager.java added |
---|
comment:1 by , 11 years ago
Attached the Java source file from the stack trace.
As far as I can tell, ToolTipManager.insideComponent
is set to null
while insideTimerAction.actionPerformed
executes.
Maybe related to the fact that the Buttons are dynamically hidden?
comment:2 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Screen snapshot