[Bug 130075] Changed - gtk_text_view_get_iter_location() always returns incorrect y value

bugzilla-daemon@widget.gnome.org bugzilla-daemon@widget.gnome.org
Sat, 27 Dec 2003 17:35:08 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=130075

Changed by maclas@gmx.de.

--- shadow/130075	Sat Dec 27 09:18:43 2003
+++ shadow/130075.tmp.27870	Sat Dec 27 17:35:08 2003
@@ -1,13 +1,13 @@
 Bug#: 130075
 Product: gtk+
 Version: 2.2.x
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: GtkTextView
 AssignedTo: gtk-bugs@gtk.org                            
 ReportedBy: seb128@debian.org               
 TargetMilestone: ---
@@ -22,6 +22,15 @@
 rather than the correct value, as demonstrated by this test program:"
 
 ------- Additional Comments From seb128@debian.org  2003-12-27 09:18 -------
 Created an attachment (id=22733)
 The test program
 
+
+------- Additional Comments From maclas@gmx.de  2003-12-27 17:35 -------
+This is probably the result of working on an unrealized text view,
+though I can't explain exactly where the y == 17 originates. Moving
+the get_iter_location() call into the callback makes your testcase 
+report 
+
+x = 202, y = 136
+w = 7, h = 17