Modify

Opened 17 years ago

Closed 17 years ago

#1060 closed defect (duplicate)

Download --> Bounding Box --> URL bugged since 673

Reported by: anonymous Owned by: framm
Priority: critical Milestone:
Component: Core Version:
Keywords: Cc:

Description

Somewhen between 669 and 673 the paste-input-field has been bugged.
It does not react to input and on Java console the NullPointerException appears:

Exception occurred during event dispatching:
java.lang.NullPointerException

at org.openstreetmap.josm.gui.download.BoundingBoxSelection$1osmUrlRefresher.dowork(BoundingBoxSelection.java:85

)

at org.openstreetmap.josm.gui.download.BoundingBoxSelection$1osmUrlRefresher.removeUpdate(BoundingBoxSelection.j

ava:83)

at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source)
at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
at javax.swing.text.AbstractDocument.remove(Unknown Source)
at javax.swing.text.AbstractDocument.replace(Unknown Source)
at javax.swing.text.JTextComponent.replaceSelection(Unknown Source)
at javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)

<<<

Attachments (0)

Change History (1)

comment:1 by anonymous, 17 years ago

Resolution: duplicate
Status: newclosed

See #1044.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.