Modify

Opened 13 years ago

Closed 13 years ago

Last modified 21 months ago

#8703 closed defect (wontfix)

When searching for a specific way with negative id, all elements get selected

Reported by: coso Owned by: team
Priority: normal Milestone:
Component: Core Version: tested
Keywords: negative id Cc:

Description

How to reproduce the bug:

  • Create a new data level from menu File --> New level
  • draw two distinct ways
  • select a way and read its id by clicking Ctrl + i. Since it has been just created it has a negative id, let's suppose it is -7
  • go to menu: Edit --> Find... and write "id:-7"

Instead of selecting just the way with id -7, JOSM selects all the ways and nodes.

Attachments (0)

Change History (3)

comment:1 by Don-vip, 13 years ago

Resolution: wontfix
Status: newclosed

This works as expected. Id searching is only intended to work with real ids. This search condition looks for id range [0-7], 0 matching in fact all new primitives with a negative id.

comment:2 by anonymous, 5 years ago

we need a way to find negative ids

comment:3 by GerdP, 21 months ago

See ticket:17611#comment:3 which shows how to find a negative id.

Modify Ticket

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