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)
<<<
See #1044.