After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771485 - edit-dialog.ui: Allow notes scroll while non-editable
edit-dialog.ui: Allow notes scroll while non-editable
Status: RESOLVED FIXED
Product: gnome-calendar
Classification: Applications
Component: User Interface
unspecified
Other All
: Normal normal
: 3.26
Assigned To: GNOME Calendar maintainers
GNOME Calendar maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-15 11:39 UTC by Marinus Schraal
Modified: 2017-04-17 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
edit-dialog.ui: Allow notes scroll while non-editable (7.65 KB, patch)
2016-09-15 11:39 UTC, Marinus Schraal
committed Details | Review

Description Marinus Schraal 2016-09-15 11:39:55 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.
Comment 1 Marinus Schraal 2016-09-15 11:39:58 UTC
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.
Comment 2 Georges Basile Stavracas Neto 2016-09-28 00:05:16 UTC
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