Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

#519 Update selected talk 3 seconds after last field change #520

Closed rton closed 10 years ago

rton commented 10 years ago

Fix #519 Related proposal: https://docs.google.com/document/d/1VdPLpdIgteMfr1l7TPIZQ1M5XUKcy7ffVWu41t5zvjk/edit#

zxiiro commented 10 years ago

Is there no way of just letting it save immediately but move to the next field when you tab?

Putting 3 second timers seems like a hack to me and works around the problem rather than fixing the underlying problem. Or am I misunderstanding this?

zxiiro commented 10 years ago

I just quickly tested this and when I hit tab to it still doesn't move the cursor to the next field. As far as I can tell all it's doing is delaying my changes for 3 seconds.

zxiiro commented 10 years ago

Sorry I'm -1 on this design. I feel it makes the UI more unintuitive by delaying user input by 3 seconds. Can you explain what problem are we solving here with this again?