GNOME Bugzilla – Bug 771485
edit-dialog.ui: Allow notes scroll while non-editable
Last modified: 2017-04-17 18:20:40 UTC
The textview of the edit dialog might be smaller than the notes. For a locked event (non-writable) it doesn't allow scrolling of the text currently. Fix it by setting sensitive property more separately for widgets. I'm not sure this is the cleanest solution out there. While at it, also made the textview to show a cursor when editing.
Created attachment 335621 [details] [review] edit-dialog.ui: Allow notes scroll while non-editable Allow scrolling of the GtkTextview in non-editable state. Also show the cursor when editable.
Thanks for the patch. Pushed this one with a minor correction. Attachment 335621 [details] pushed as 090d7d9 - edit-dialog.ui: Allow notes scroll while non-editable