Closed GoogleCodeExporter closed 9 years ago
Related enough to put here. A lot of times I tried to draw, and no marks were
made because my opacity was 0. I wondered how it kept getting set to 0. I
figured it out, it's because just moving the mouse over any number input dialog
gives it focus. So if my mouse drifted over opacity and I pressed space to pan,
opacity got set to 0.
Original comment by kirby...@gmail.com
on 1 Mar 2014 at 10:31
Original comment by davidcapello
on 3 Mar 2014 at 3:13
Fixed in some way. Commit:
https://github.com/aseprite/aseprite/commit/f107dd3cbca231530eb7040aa050302e7da4
132d
Changes:
* Check-boxes in context bar don't capture keyboard focus.
* About number fields 1) they lost focus after the slider is closed, 2) they
don't get keyboard focus automatically on mouse over, 3) we have to click the
field to focus it, 4) when we click the field the whole text is selected, so we
can insert a new number, 5) only numbers are accepted in the field (other keys
are propagated to parents, e.g. like spacebar)
Original comment by davidcapello
on 8 Mar 2014 at 11:43
Original issue reported on code.google.com by
kirby...@gmail.com
on 24 Feb 2014 at 10:17