goodmind / sunflower-fm

Automatically exported from code.google.com/p/sunflower-fm
GNU General Public License v3.0
1 stars 0 forks source link

inline editing in bookmarks's listbox cancels input when pressing «save» #302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Easy to reproduce – create new bookmark, enter title, press [tab], enter 
path, click «save». Changes in «path» textbox will not be saved. In 
general, changes loses when control loses focus. 

Original issue reported on code.google.com by beelzebu...@gmail.com on 7 Jun 2013 at 1:25

GoogleCodeExporter commented 9 years ago
This is because input gets validated once you press Enter. If you press escape 
or control looses focus on any other way it should discard changes you made. I 
can however see how this is redundant considering we have "Revert" option.

Original comment by MeanEYE.rcf on 7 Jun 2013 at 2:41

GoogleCodeExporter commented 9 years ago
Thanks for the explanations. From the user' point of view, we have confusingly 
different behaviour when we leaving input field by tab (or enter) and in other 
way (switching focus). 

Original comment by beelzebu...@gmail.com on 7 Jun 2013 at 5:34

GoogleCodeExporter commented 9 years ago
That's true. Also inconsistent with the rest of the input fields in properties 
window.

Original comment by MeanEYE.rcf on 7 Jun 2013 at 6:21