Bugzilla – Bug 144428
post-install: network conf dialog glitch
Last modified: 2006-12-02 17:02:17 UTC
In the dialog shown in (screenshot) moving with the cursor keys leaves previously selected with black background rather to return them to the blue-on-gray state. Another issue is that once Firewall is disabled, SSH enabled/disabled disappears - but which I would still like to set.
Created attachment 64319 [details] -
By disabling the firewall ssh gets enabled automatically (as in previous releases). The first part seems to be something ncurses related. btw. does it occur in VMware only?
Why do you think this is VMware specific? After all, a VGA 80x25 console is a VGA 80x25 console, even within Vmware.
Because I did not see any similar report. Please, retest with the latest beta (at least beta2).
No response.
I cannot download betas easily (read: modem) and SUSE stopped shipping beta cds by mail, therefore, I cannot test it that fast, but have to find an opportunity in a fast data center. Please leave this bug open/needinfo.
Persists in 10.1-beta5.
What TERM do you use?
Uh, there's not much choice for 80x25. /var/log/boot.msg <4>Console: colour VGA+ 80x25 Plus whatever the installation routine sets the environment variable TERM to, I suppose that would be "linux". Persists in 10.1-beta8.
*** Bug 153559 has been marked as a duplicate of this bug. ***
The redraw bug still exists in RC1. It seems the problem isn't limited to the network configuration - I just reproduced it on the installation proposal screen. Therefore my guess is that this bug affects all dialogs that are (technical) similar.
(In reply to comment #2) > btw. does it occur in VMware only? I just reproduced the problem on a "real" system booted with vga=normal (RC1). -> This is _not_ a vmware-specific bug. Try yourself, I'm sure you can reproduce it ;-)
Looks like the hyperlink cannot be redrawn in its original attribute.
Technical comments: The first draw of the richtext pad is done by sequentially going through the RTF document. However, moving from link to another one will just try to redraw the impacted links. But for the 'leaving' link, the code does not have any information how to redraw it.
Reopening for reassign.
I have a fix, but before submitting, I have to test different types of terminals
Fixed in yast2-ncurses 2.13.44 Anyway, I just suppose it works for monochromatic and braille terminal (tested xterm and linux) as well - it should, but one never knows ;-) Feel free to reopen if the problem persists
*** Bug 188895 has been marked as a duplicate of this bug. ***