mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1066] 2.0.2-alpha does not prefill selected SSID from the list #908
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#908
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joysfera on GitHub (May 25, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1066
I have removed the rest of entries because this is some kind of a javascript/HTML bug that is not related to my ESP32 Pico D4 hardware, or the Arduino-ESP32 1.0.4 core, or the Arduino 1.8.12 IDE.
Description
In the HTML dialog with the list of available WiFi networks if you pick an AP by "clicking" on it the AP/SSID name is not copied over to the SSID input field.
Thus no matter what Password you then enter the subsequent WiFi client login check fails because the AP name is either not set at all or an incorrent (the old/previous) AP name is used.
Re-typing the SSID name into the SSID input field manually works around this issue. But I am sure "clicking" on the AP list entries used to copy the selected SSID to the SSID input list not so long ago so this is a recently introduced bug.
@tablatronix commented on GitHub (May 25, 2020):
What browser?
@tablatronix commented on GitHub (May 25, 2020):
let me make sure my last commit didnt cause this, I didnt test it
@tablatronix commented on GitHub (May 25, 2020):
I did shit, it was a one line comment, but there are no lines in the source doh
@tablatronix commented on GitHub (May 25, 2020):
Sorry about that, pushed fix, arduino takes a few hours to update