Firefox v15 vs Firefox v16 validation data screen using Java

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
chuj2485
Posts: 1
Joined: October 24th, 2012, 6:35 am

Firefox v15 vs Firefox v16 validation data screen using Java

Post by chuj2485 »

Version 15 of Firefox ran an update screen validation (credit card info) which used Javascripts function to update MySQL db information correctly . We used this application for past 4 years with previous versions of firefox prior to version 16 without any problems. Version 16 does not update the same screen and gives the error that the information has to be numeric as oppose to alpha numeric.
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: Firefox v15 vs Firefox v16 validation data screen using

Post by trolly »

Can you give some code or an URL?
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
User avatar
jscher2000
Posts: 11770
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Firefox v15 vs Firefox v16 validation data screen using

Post by jscher2000 »

Some changes were made to the number object in Firefox 16. "Number objects now offer isFinite(), toInteger(), and isInteger() methods." Firefox 16 for developers | MDN - JavaScript

That does not sound immediately relevant. However, there may have been changes under the covers that passed the test suite but cause real world problems. Hard to say without seeing a test case or the actual application.
Post Reply