Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#7929 closed defect (fixed)

You can't add new tag

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

Description

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2012-08-05 01:31:09
Last Changed Author: bastiK
Revision: 5393
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2012-08-04 21:18:23 +0200 (Sat, 04 Aug 2012)
Last Changed Rev: 5393

Identification: JOSM/1.5 (5393 el)
Memory Usage: 551 MB / 711 MB (133 MB allocated, but free)
Java version: 1.6.0_26, Sun Microsystems Inc., Java HotSpot(TM) Server VM
Operating system: Linux
Dataset consistency test: No problems found

Plugin: ImportImagePlugin (28412)
Plugin: PicLayer (27883)
Plugin: download_along (28412)
Plugin: editgpx (28412)
Plugin: junctionchecking (28412)
Plugin: licensechange (28412)
Plugin: osmarender (28412)
Plugin: pbf (28412)
Plugin: public_transport (28412)
Plugin: reverter (28503)
Plugin: tageditor (28412)
Plugin: turnrestrictions (28412)
Plugin: utilsplugin2 (28523)

java.lang.IllegalArgumentException

at org.openstreetmap.josm.gui.mappaint.Range.reduceAround(Range.java:54)
at org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.apply(MapCSSStyleSource.java:161)
at org.openstreetmap.josm.gui.mappaint.ElemStyles.generateStyles(ElemStyles.java:299)
at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.getNodeIcon(MapPaintStyles.java:134)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.suggestRecentlyAddedTags(PropertiesDialog.java:594)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.addProperty(PropertiesDialog.java:540)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.access$300(PropertiesDialog.java:141)
at org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog$AddAction.actionPerformed(PropertiesDialog.java:1265)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6288)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6053)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4651)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:602)
at java.awt.EventQueue$1.run(EventQueue.java:600)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:616)
at java.awt.EventQueue$2.run(EventQueue.java:614)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Attachments (0)

Change History (5)

comment:1 by bastiK, 13 years ago

Owner: changed from team to anonymous
Status: newneedinfo

Can you reproduce the problem and attach the osm file? What are your active map styles? What tag did you add?

comment:2 by anonymous, 13 years ago

active map styles
josm internal, potlatch2
the last version without problem is 5381
Download a small area and try to add a new tag to an old or new node, you can do it 1-2 times.

comment:3 by holgermappt, 13 years ago

I have the same problem since last Thursday (the problem might exist longer, though), JOSM build from SVN sources. Current revision 5398 fails too. Just start JOSM, add a new empty layer, add a node somewhere, add a random tag, add a second random tag -> crash. I have "Internal Style" and "Potlatch 2" enabled as active styles.

comment:4 by bastiK, 13 years ago

Resolution: fixed
Status: needinfoclosed

In 5399/josm:

fixed #7929 - You can't add new tag

comment:5 by holgermappt, 13 years ago

Seems to work now. Thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
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.