GNOME Bugzilla – Bug 700292
Make EvAnnotationWindow not be a subclass of GtkWindow
Last modified: 2018-05-22 15:04:52 UTC
Currently EvAnnotationWindow is a GtkWindow. The upside of this is that resizing and moving the window is easy (but the position of the window is not being respected, which is another bug) but Evince looses focus whenever the EvWindow is focused. We could look into making the EvAnnotationWindow another kind of widget, which is then a child of the EvView.
Created attachment 248038 [details] Screenshot of an annotation with good default size (no-resizable) With the proper size I don't think we would need to resize the annotation window. What for? I think we should aim to something like in the screenshot. The window size is fixed and it is big enough to show short/medium-size comments. It there is too much text, then we use a scrollbar and that is. IMVHO, resizing could be added latter (iff really needed).
*** Bug 775911 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/344.