What's new

Possible Bug Merlin v380.69 RT-AC87U

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Excalibre

New Around Here
Hi all, not sure if this is a bug but posting anyways :-

IE11 browser

I've just updated my RT-AC87U to v380.69 and did a reset/fresh start but now a settings button no longer works "under lan/dhcp/assign ip address around dhcp" when I add a client to the reservation list and click the plus button nothing happens ? but by del the host name, then clicking the plus button it works.

Chrome browser is unaffected

Hope someone can try it out and tell me if it's just me or a bug in the new firmware that's broken the web gui in IE11

Cheers.
 
Looks like a scripting error in IE11 through validator.js / Syntax error in regular expression

hostName: function (obj){
var re = new RegExp(/^[a-zA-Z0-9][a-zA-Z0-9\-\_]+$/,"gi");
if(re.test(obj.value)){
return "";
 
IE11 doesn't like regexp(/^exp$/, "gi") and requires the use of regexp(/^exp$/gi) instead.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top