Description of problem: When login failed, the window of 'ADD iSCSI STORAGE TARGET' has been expanded,and cannot click cancel or quit button. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.ADD iSCSI TARGET 2.Input right ip address and wrong initiator name 3.click OK Actual results: In order to display login failed information,the window of 'ADD iSCSI STORAGE TARGET' has been expanded,and cannot click cancel or quit button. Expected results: The window of 'ADD iSCSI STORAGE TARGET' should not be expanded and the login failed information should be wraped. Additional info: As far as I am considered,there should be a fix in pyanaconda/ui/gui/spokes/advstorage/iscsi.py or iscsi.glade, i.e., add self._loginErrorLabel.set_line_wrap(True) in iscsi.py, or add wrap property to _loginErrorLabel in iscsi.glade.
This is being fixed in scope of bug 1811382 (https://bugzilla.redhat.com/show_bug.cgi?id=1811382#c23) so I am closing it as a duplicate. *** This bug has been marked as a duplicate of bug 1811382 ***