View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005299 | The Dark Mod | GUI | public | 17.07.2020 12:49 | 31.07.2020 21:30 |
Reporter | Dragofer | Assigned To | |||
Priority | normal | Severity | normal | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | TDM 2.08 | ||||
Summary | 0005299: AF Editor: typing into fields doesn't update the ragdoll | ||||
Description | Typing into a field (i.e. changing the name of "Model" at the top of the "Properties" tab) causes neither the ragdoll to update nor the Save button to become useable. Clicking on an arrow to increase/decrease a value, however, does. It'd be good if clicking onto a field would cause the editor to update, the same way as when clicking on a button. | ||||
Tags | No tags attached. | ||||
child of | 0005301 | new | AF Editor Useability |
It's necessary to press enter to make the changes take effect. Just clicking into another field without pressing enter will still leave the new value in place, but nothing happens. | |
I think that's the common convention for all editor tools. Changing it would require going through all the edit boxes in all tools and do some nontrivial refactoring. |
|
I think refactoring is not even possible. Right now every GUI widget has one callback. For edit boxes it is the ON_EN_CHANGE callback. In order to apply changes on loosing focus, one has to add ON_EN_KILLFOCUS callback on every edit box, along with appropriate callback. |
|
Wouldn't it be OK to change background color of an editbox when user changes something in it? And reset it back to normal when changes are applied. |
|
That's a shame (I suppose applying changes when gaining focus is out of the question too). A colour change would be helpful to indicate that the changes haven't been applied yet, though this may be mostly for the benefit of new users who haven't gotten into the habit yet of pressing enter after each change. | |
To be honest this is just a small point that can easily be worked around by just pressing enter after typing something, and it seems the ideal solution (update when focus changes) isn't doable. Feel free to close this, in particular if it's menial labour to add colour changes to all the edit boxes. | |
Date Modified | Username | Field | Change |
---|---|---|---|
17.07.2020 12:49 | Dragofer | New Issue | |
17.07.2020 12:51 | Dragofer | Relationship added | related to 0005301 |
17.07.2020 12:51 | Dragofer | Relationship deleted | related to 0005301 |
17.07.2020 12:51 | Dragofer | Relationship added | child of 0005301 |
18.07.2020 14:14 | Dragofer | Issue cloned: 0005303 | |
18.07.2020 15:07 | Dragofer | Summary | AF Editor: typing into fields doesn't enable Save button => AF Editor: typing into fields doesn't update the ragdoll |
18.07.2020 15:07 | Dragofer | Description Updated | |
18.07.2020 18:31 | Dragofer | Issue cloned: 0005305 | |
20.07.2020 07:46 | Dragofer | Note Added: 0012663 | |
31.07.2020 07:59 | stgatilov | Note Added: 0012696 | |
31.07.2020 08:03 | stgatilov | Note Added: 0012697 | |
31.07.2020 08:12 | stgatilov | Note Added: 0012699 | |
31.07.2020 08:50 | Dragofer | Note Added: 0012701 | |
31.07.2020 21:30 | Dragofer | Note Added: 0012708 |