#381 closed defect (fixed)
EDIT4 NDS broken
Reported by: | westram | Owned by: | epruesse |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description
motif version:
- allows to select exactly one of the NDS settings
- when selecting an unselected NDS, all other NDS' get deselected
- after NDS selection changed, EDIT4 layout is recalculated
- NDS- and infofield-text (e.g. "0data") is truncated when text is longer than selected width
- width of infofield does not recalculate after change (needs prop-save and editor restart). Needs fix.
gtk version:
- allows to select multiple NDS settings (or none)
- you need to run the motif version to select another NDS (e.g. full-name), save properties there, then start arb-gtk to see any change in NDS
- NDS- and infofield-text is not truncated, i.e. it is printed into the next region to the right
Example screenshots were taken with the following saved properties:
Used max. group depth | 1 |
Display width used for info-field | 3 |
NDS | readdb(full_name) |
NDS width | 11 |
Attachments (2)
Change History (10)
Changed 11 years ago by westram
Changed 11 years ago by westram
comment:1 Changed 11 years ago by westram
comment:2 Changed 11 years ago by epruesse
- Milestone set to gtkmerge
comment:3 Changed 11 years ago by epruesse
- Priority changed from normal to major
comment:4 Changed 11 years ago by epruesse
- Owner changed from devel to epruesse
- Status changed from new to assigned
comment:5 follow-up: ↓ 6 Changed 11 years ago by epruesse
partially fixed by r10851
remaining issues:
- redraw of editor window has large delay (timer callback problem?)
- width of infofield does not update
- NDS string is not truncated
comment:6 in reply to: ↑ 5 Changed 11 years ago by epruesse
- width of infofield does not update
This also occurs in motif version.
- NDS string is not truncated
This also occurs in motif version. The NDS string is merely overwritten by the info field.
comment:7 Changed 11 years ago by epruesse
- Resolution set to fixed
- Status changed from assigned to closed
comment:8 Changed 7 years ago by westram
- Milestone gtkmerge deleted
Ticket retargeted after milestone deleted
Note: See
TracTickets for help on using
tickets.
see also #387