You have to wait for the networkmap scan to complete after reboot to fully populate the pulldown. It can take up to 10 minutes after a reboot.Before this problem not happened, but after upgrade to 380.62 all name of units connect are not show:
The yellow background is Chrome jumping in and doing auto-fill (Chrome ignores the html directives to not do autofill). Turn off autofill or use a different browser.Also in guest wireless its impossible set a password
@RMerlin - I put a work around for the Chrome autofill in my fork...basically you need to set the field read-only until you click on it. It's the only thing out of many I tried that works.
You have to wait for the networkmap scan to complete after reboot to fully populate the pulldown. It can take up to 10 minutes after a reboot.
The yellow background is Chrome jumping in and doing auto-fill (Chrome ignores the html directives to not do autofill). Turn off autofill or use a different browser.
@RMerlin - I put a work around for the Chrome autofill in my fork...basically you need to set the field read-only until you click on it. It's the only thing out of many I tried that works.
I must have tried every possible workaround I could find on the net....including specific combinations of the html attributes. Chrome is just stubborn and ignores everything (and apparently has changed over time to circumvent the workarounds).Did you check if there wouldn't be an HTML5 attribute that might also resolve the issue without requiring a JS hack (or, maybe even a Chrome-specific attribute since it seems to be Chrome-specific)?
Thank big Merlin i follow your suggestions but using Edge in guest wireless
is not possibile set password..
Hispa
I must have tried every possible workaround I could find on the net....including specific combinations of the html attributes. Chrome is just stubborn and ignores everything (and apparently has changed over time to circumvent the workarounds).
If you find something....you could make good money charging for the answerOh well. I'll take a look at my HTML5 reference book at home to see if maybe anything could pop up. I'll also poke at my contacts who work in webapps development.
If you find something....you could make good money charging for the answer![]()
Also in english same problem ..Can you try switching the router to English? Sometimes, bugs exist only with specific languages. That would help narrowing down the cause.
Also in english same problem ..
Hispa
Thank mateOdd, pretty sure it was working last time I tested something with Guest Mode a few weeks ago. I'll have to try it out again.
Thank mate
Hispa
If you find something....you could make good money charging for the answer![]()
I remember I tried some of the suggestions such as adding some dummy hidden fields to 'break' the autofill....didn't work.Reading the specs, I see two things:
1) Google ignores the autocomplete="off" despite the fact that it should, based on the https://html.spec.whatwg.org/multipage/forms.html#autofill-expectation-mantle specs (when the field type is not hidden, it should observe the "autofill-expectation-mantle" - which it clearly doesn't
2) Some additional documentation on Google's site seem to imply that autofill behaviour can depend on other fields set before or after the current field, not just on the state of the current field. (I couldn't wrap my brain around their explanation, but them I'm fairly tired tonight, so...)
I never found 'new-password' as a parm for autocomplete.....nice detective work. But, I'm going to stick with the read-only change. I think it's probably more bulletproof long term since all the browsers seem to be be playing with their own interpretation of autocomplete (and I've already implemented it across all the pagesSince we are effectively asking a user to provide a new password (it's new from the router's point of view, you aren't providing the router with a password it already knows), using autocomplete="new-password" is accurate, and does work properly for me with the DDNS page where I just tested it. I would recommend applying this to any field where the type is set to "password", and you aren't logging in. It seems closer to the specifications outlined above than relying on the read-only hack (which I did find in my searches).
Yessssssssss is trueYou can't edit it because you have it set to WPA2-Entreprise, which uses Radius for authentication. Switch it to WPA2-Personal.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!