[GH-ISSUE #1066] 2.0.2-alpha does not prefill selected SSID from the list #908

Closed
opened 2026-02-28 01:27:37 +03:00 by kerem · 4 comments
Owner

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.

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.
kerem 2026-02-28 01:27:37 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tablatronix commented on GitHub (May 25, 2020):

What browser?

<!-- gh-comment-id:633645890 --> @tablatronix commented on GitHub (May 25, 2020): What browser?
Author
Owner

@tablatronix commented on GitHub (May 25, 2020):

let me make sure my last commit didnt cause this, I didnt test it

<!-- gh-comment-id:633646136 --> @tablatronix commented on GitHub (May 25, 2020): let me make sure my last commit didnt cause this, I didnt test it
Author
Owner

@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

<!-- gh-comment-id:633647544 --> @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
Author
Owner

@tablatronix commented on GitHub (May 25, 2020):

Sorry about that, pushed fix, arduino takes a few hours to update

<!-- gh-comment-id:633648890 --> @tablatronix commented on GitHub (May 25, 2020): Sorry about that, pushed fix, arduino takes a few hours to update
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#908
No description provided.