Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 481896 Details for
Bug 681580
In rescue-mode, the radio buttons in the netconfig screen don't respond to sensativity
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0002-Update-flags-for-text-mode-ipv4-and-ipv6-radio-butto.patch
0002-Update-flags-for-text-mode-ipv4-and-ipv6-radio-butto.patch (text/plain), 2.09 KB, created by
James Laska
on 2011-03-02 16:20:36 UTC
(
hide
)
Description:
0002-Update-flags-for-text-mode-ipv4-and-ipv6-radio-butto.patch
Filename:
MIME Type:
Creator:
James Laska
Created:
2011-03-02 16:20:36 UTC
Size:
2.09 KB
patch
obsolete
>From bad44c0abb0eff41314be6881f10e3b0664f4b39 Mon Sep 17 00:00:00 2001 >From: James Laska <jlaska@redhat.com> >Date: Wed, 2 Mar 2011 11:14:09 -0500 >Subject: [PATCH 2/2] Update flags for text-mode ipv4 and ipv6 radio buttons based on whether networking is selected. > >--- > pyanaconda/textw/netconfig_text.py | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > >diff --git a/pyanaconda/textw/netconfig_text.py b/pyanaconda/textw/netconfig_text.py >index 7a44516..de0eca2 100644 >--- a/pyanaconda/textw/netconfig_text.py >+++ b/pyanaconda/textw/netconfig_text.py >@@ -420,6 +420,14 @@ class NetworkConfiguratorText: > self.ipv4GatewayEntry.setFlags(FLAG_DISABLED, flag) > self.ipv4NameserverEntry.setFlags(FLAG_DISABLED, flag) > >+ # Update flags for radio buttons based on whether ipv4 is selected >+ if self.ipv4Checkbox.selected(): >+ self.v4radio_auto.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_RESET) >+ self.v4radio_manual.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_RESET) >+ else: >+ self.v4radio_auto.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET) >+ self.v4radio_manual.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET) >+ > def _ipv6MethodToggled(self, *args): > if (self.v6radio.getSelection() == "v6manual" and > self.ipv6Checkbox.selected()): >@@ -432,3 +440,13 @@ class NetworkConfiguratorText: > self.ipv6GatewayEntry.setFlags(FLAG_DISABLED, flag) > self.ipv6NameserverEntry.setFlags(FLAG_DISABLED, flag) > >+ # Update flags for radio buttons based on whether ipv6 is selected >+ if self.ipv6Checkbox.selected(): >+ self.v6radio_auto.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_RESET) >+ self.v6radio_dhcp.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_RESET) >+ self.v6radio_manual.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_RESET) >+ else: >+ self.v6radio_auto.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET) >+ self.v6radio_dhcp.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET) >+ self.v6radio_manual.w.checkboxSetFlags(FLAG_DISABLED, FLAGS_SET) >+ >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 681580
: 481896 |
481897
|
481898