gracelang / grace-web-editor

A simple editor for Grace
GNU General Public License v3.0
2 stars 8 forks source link

Filter field moves ⨂ from under the mouse #55

Open apblack opened 7 years ago

apblack commented 7 years ago

The ⨂ button in the filter field is there to make it easy to clear the contents of the field.

However, the transition effect that makes the filter field wider when the user clicks in it interferes with this. Clicking on the ⨂ doesn't clear the field; it makes the field transition into "wide mode", which moves the ⨂ away from under the cursor. So, the user has to re-position the cursor and try again.

The simplest solution might be to get rid of the transition effect. An alternative would be to make the transition happen on mouse-over, rather than on mouse-click.

apblack commented 11 months ago

Typeing in the filter box also changes the width of the files tab. I believe that this is a bug.