Opened 8 years ago

Closed 4 years ago

#4103 closed defect (fixed)

when changing option in text field, save button doesn't always highlight

Reported by: Andy Alt Owned by:
Priority: Nice to Have Milestone: Alpha 20
Component: Core engine Keywords:
Cc: Patch:

Description

On the options screen, when I click in a text field and then move the mouse cursor away to type in a new value, the save button does not highlight. When I put the mouse cursor back in the field and then move it back out, the save button highlights.

Change History (4)

comment:1 by Vladislav Belov, 7 years ago

It happens, because this options update this buttons only after the "onPress" event (of CInput). This event happens only on press Enter (return, "\n"), that looks strange. To solve this ticket we could add an onInput event, which will caused for any changes of the CInput content.

comment:2 by Imarok, 5 years ago

Component: UI & SimulationMisc. UI

Move tickets to Misc. UI as "UI & Simulation" got some sub components.

comment:3 by Freagarach, 4 years ago

This is not reproducible (anymore) for me on A23b nor current SVN. So it seems this got fixed along the way?

comment:4 by elexis, 4 years ago

Component: UI – MiscellaneousCore engine
Milestone: BacklogAlpha 20
Priority: If Time PermitsNice to Have
Resolution: fixed
Status: newclosed

Fixed by r20091 or duplicate of #2451

Note: See TracTickets for help on using tickets.