id summary reporter owner description type status priority milestone component version severity resolution keywords cc distribution status_field 4149 Paint: text background while editing is white, not transparent godiard godiard "In activities where we need edit text over the canvas, like in Paint, the technique used is place a TextView inside a Gtk.Fixed, and move the TextView to the needed position in the canvas. Until os7, we can do: self.textview.override_background_color(Gtk.StateFlags.NORMAL, Gdk.RGBA(0, 0, 0, 0)) And the text had a tranparent background. This is not working anymore in os8, the background is black, and break the effect. To test this problem, need apply Paint commit 45d6940a1e454b169243f7742780fa6b0942fc67. This problem is affecting other activities like Portfolio, but can use a workaround changing the background color. (The background color can be overrided, but the alpha is applied like if behind there are a black object, then if alpha is 0, shows black)" defect assigned Unspecified by Maintainer Unspecified Paint Unspecified Unspecified Unspecified Unconfirmed