6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2583] field type ipaddress check is broken
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. ,. .. ,._. | | \./ |__| \./ | |__\ | | | | _|_
Comment
> the check for field type ipaddress is broken. if you set > required=true the code will check only length>0; if you set > required=false the code will check for a valid ip address but will > not allow an empty input. > > > > to fix it replace line 1292 in file lib/Horde/Form.php from > > } else { > > to > > } if (strlen(trim($value)) > 0) { > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers