google-code-backups / proveit-js

Automatically exported from code.google.com/p/proveit-js
0 stars 0 forks source link

Decide on consistent way to turn off buttons #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that we have two approaches to turning off buttons:

1. disable the button [e.g. edit button for raw refs, ibid button for unnamed 
refs]

2. hide the button [e.g. delete field button for required fields]

We should be consistent in how we do this. Either all the buttons should be 
disabled, or all of them should be hidden, but not both.

Original issue reported on code.google.com by kurt.luther on 27 Sep 2010 at 4:09

GoogleCodeExporter commented 8 years ago
Per Amy's feedback, we will hide buttons that are turned off.

Original comment by kurt.luther on 28 Sep 2010 at 7:30

GoogleCodeExporter commented 8 years ago
Done as of 3f3408b636.

Original comment by kurt.luther on 29 Sep 2010 at 2:10