Modify ↓
#14243 closed defect (fixed)
There are 2 "all ways" in SearchAction
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.01 |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Open Search
- Move the mouse to "type:node"
- Then the text "all ways" is shown
What is the expected result?
"all nodes" is shown.
What happens instead?
"all ways" is shown.
Please provide any additional information below. Attach a screenshot if possible.
See in SearchAction.java@11446
434 .addKeyword("type:node", "type:node ", tr("all ways"))
435 .addKeyword("type:way", "type:way ", tr("all ways"))
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-01-14 21:10:48 +0100 (Sat, 14 Jan 2017) Build-Date:2017-01-15 02:35:18 Revision:11463 Relative:URL: ^/trunk Identification: JOSM/1.5 (11463 en) Windows XP 32-Bit Memory Usage: 189 MB / 247 MB (24 MB allocated, but free) Java version: 1.8.0_111-b14, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1152x864 Maximum Screen Size: 1152x864 VM arguments: [-Duser.home=%UserProfile%] Dataset consistency test: No problems found Plugins: + BuildingGeneralization (1010) + DxfImport (1008) + Mapillary (v1.3.2) + PicLayer (33088) + ShapeTools (1220) + apache-commons (32994) + apache-http (32699) + areaselector (1478814827) + continuosDownload (53) + junctionchecking (33088) + log4j (32699) + pdfimport (33004) + pt_assistant (33108) + reverter (33088) + tageditor (33021) + todo (30000) + turnlanes-tagging (254) + turnrestrictions (33088) + utilsplugin2 (33088) + wikipedia (33098) Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 Last errors/warnings: - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckDialog$1@dd3f09 - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckDialog$2@21ae49 - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckDialog$3@13dc419 - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.todo.TodoDialog$SelectAction@190df3c - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.todo.TodoDialog$AddAction@45158b - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.todo.TodoDialog$PassAction@b3979a - W: Old style SideButton usage for action org.openstreetmap.josm.plugins.todo.TodoDialog$MarkAction@16bbd5b
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | AllWays.PNG added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Milestone: | → 17.01 |
---|
Note:
See TracTickets
for help on using tickets.
In 11464/josm: