Bug 493840 - S-c-tools cleanup: inputs checking
Summary: S-c-tools cleanup: inputs checking
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-vsftpd
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Maros Barabas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 493613
TreeView+ depends on / blocked
 
Reported: 2009-04-03 10:00 UTC by Roman Rakus
Modified: 2014-01-13 00:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
Check inputs (2.87 KB, patch)
2009-05-26 10:52 UTC, Roman Rakus
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.