Hide Forgot
Created attachment 516640 [details] "Provide additional information" text array Description of problem: "Provide additional information" text array should wrap the text not enlarge the window. Version-Release number of selected component (if applicable): abrt-2.0.4-2.el6.x86_64 libreport-2.0.5-3.el6.x86_64
Seems like a problem in gtk, I had to make following change in the glade file to make it wrap properly: <property name="can_focus">False</property> <child> <object class="GtkScrolledWindow" id="scrolledwindow4"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="hscrollbar_policy">never</property> <property name="shadow_type">GTK_SHADOW_OUT</property> <child> <object class="GtkTextView" id="tv_comment"> <property name="visible">True</property> <property name="can_focus">True</property>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1598.html