GNOME Bugzilla – Bug 777299
Let the export button be insensitive when no recipe is selected for export
Last modified: 2017-01-17 02:49:45 UTC
Created attachment 343525 [details] recipe export (image) How to reproduce: 1. Open some recipe 2. in bottom right actionbar select 'Export' 3. deselect the items to export Result: The 'Export' button is still active when no recipe is selected for export Expected result: When no recipe is selected, let the Export button be insensitive to clicks. Thanks
Yeah, that would be nice to fix. Want to try writing a patch ?
Created attachment 343604 [details] [review] exporter: set export button sensitivity conditionally When no recipe is selected for exporting, there is no need to allow the user to Export the recipes. So let the Export button be sensitive only if at least one recipe is marked for export.
Attachment 343604 [details] pushed as 8798878 - exporter: set export button sensitivity conditionally