Modify

Opened 3 years ago

Closed 2 years ago

Last modified 23 months ago

#4662 closed defect (fixed)

[patch] dialog box going out of bound when tag is too long

Reported by: skyper Owned by: team
Priority: normal Component: Core
Version: latest Keywords: dialog out of bound
Cc: skyper, osm@…

Description (last modified by skyper)

If a tag is quite log and you want to edit it the dialog box goes out of bound offering the whole tag. This should be prevented, by cutting the string in pieces and do not show all at once.

r3074

Attachments (2)

josm_bug_4662.osm (608 bytes) - added by skyper 3 years ago.
osm
ticket_4662.patch (1.2 KB) - added by Hojoe <osm@…> 2 years ago.
the dialog is resized to the width of the JOSM frame (only if it's bigger)

Download all attachments as: .zip

Change History (8)

Changed 3 years ago by skyper

osm

comment:1 Changed 3 years ago by skyper

  • Summary changed from diolog box going out of bound when tag is too long to dialog box going out of bound when tag is too long

comment:2 Changed 2 years ago by skyper

  • Description modified (diff)
  • Keywords dialog added; diolog removed

Still in r3748

Changed 2 years ago by Hojoe <osm@…>

the dialog is resized to the width of the JOSM frame (only if it's bigger)

comment:3 Changed 2 years ago by Hojoe <osm@…>

  • Cc osm@… added
  • Summary changed from dialog box going out of bound when tag is too long to [patch] dialog box going out of bound when tag is too long

comment:4 Changed 2 years ago by bastiK

  • Resolution set to fixed
  • Status changed from new to closed

In [4102/josm]:

fixed #4662 (patch by Hojoe) - dialog box going out of bound when tag is too long

comment:5 Changed 23 months ago by skyper

I still have this problem with error messages.

Deleted node referenced: 
....

The message is one line and does not get any line breaks. I get this message when updating josm_bug_4687.osm.bz2

Sadly this message is not shown on the console.

Shall I open a new ticket ?

Last edited 23 months ago by skyper (previous) (diff)

comment:6 Changed 23 months ago by Hojoe <osm@…>

Please open an other ticket. This is a Problem in OsmDataLayer#mergeFrom(DataSet).

The long message is: Deleted node referenced: {Way id=4867049 version=8 VT nodes=[{Node id=27280118 version=4 V lat=47.972903,lon=7.8106748}, {Node id=31415230 version=12 V lat=47.9726612,lon=7.8112743}, {Node id=365026053 version=12 V lat=47.9725987,lon=7.8115012}, {Node id=1057084985 version=1 V lat=47.9724724,lon=7.8118503}, {Node id=31415231 version=12 V lat=47.9724006,lon=7.8121955}, {Node id=581917956 version=1 MVD lat=47.9723088,lon=7.8130513}, {Node id=31415232 version=11 V lat=47.972101,lon=7.8137646}, {Node id=31415233 version=5 V lat=47.9719282,lon=7.8140434}, {Node id=269130501 version=5 V lat=47.9718602,lon=7.8144366}, {Node id=269130507 version=5 V lat=47.9718297,lon=7.8147091}, {Node id=31415216 version=5 V lat=47.9716447,lon=7.8157879}]}

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.