developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
#926 closed bug (fixed)
jForms IPv4 filter jquery function invalid
Reported by: | Nigoki | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.9 |
Component: | jelix-www | Version: | 1.1 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
In the file named jforms_jquery.js in the jelix-www package, the filter IPv4 is invalid.
The line 617 should be
return (t[1] <= 255 || t[2] <= 255 || t[3] <= 255 || t[4] <= 255);
instead of
return (t[1] > 255 || t[2] > 255 || t[3] > 255 || t[4] > 255);
Change History (3)
comment:1 Changed 12 years ago by bballizlife
comment:2 Changed 12 years ago by laurentj
- Milestone set to Jelix 1.0.9
- Resolution set to fixed
- Status changed from new to closed
yes, this is already fixed, but not yet in a release. (1.2 was released at r1380). Download a nightly build of 1.1.x or wait after the 1.1.3 :-)
comment:3 Changed 12 years ago by Nigoki
Ok thanks :)
Note: See
TracTickets for help on using
tickets.
Well i don't see the line you mention in the code as this has bee fxed 2 months ago (see r1386).
Which version of Jelix do you use ?