Bug 493840

Summary: S-c-tools cleanup: inputs checking
Product: [Fedora] Fedora Reporter: Roman Rakus <rrakus>
Component: system-config-vsftpdAssignee: Maros Barabas <mbarabas>
Status: ASSIGNED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jreznik, mbarabas, tsmetana
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 493613    
Attachments:
Description Flags
Check inputs none

Description Roman Rakus 2009-04-03 10:00:02 UTC
Description of problem:
Every input should be tested and/or filtered.

How reproducible:
Network Options

Steps to Reproduce:
Do something without sense. For example fill IP address field with zywe

Actual results:
Tool will not notify user, that he write it wrong.

Expected results:
In some cases you can filter input (appropriate settings on widget). Notify user about his mistake and don't let tool to traceback.

Additional info:
You can set appropriate settings. You can use signal changed and/or focus-out for text fields.

Comment 1 Roman Rakus 2009-05-25 14:02:41 UTC
I will take care of this one

Comment 2 Roman Rakus 2009-05-26 10:52:07 UTC
Created attachment 345438 [details]
Check inputs

This patch sets by default every spin button to be only numeric. In umask fields are allowd only octal numbers.