mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1062] Popup when selecting a network #904
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#904
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 @FilipDem on GitHub (May 24, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1062
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I easily integrated the library in my sketch. However one cosmetic "problem" is remaining... Connecting to the AP works fine. However when selecting a network from the scanned WiFi list, a "pop-up" is shown as indicated in the screenshot.
A Ubuntu20.04 was used to set the WiFi settings .
Settings in IDE
Module: Generic ESP8266
Additional libraries:
Not relevant
Debug Messages
Not relevant (popup even comes up without debug options).
@tablatronix commented on GitHub (May 24, 2020):
interesting, which wm version/branch is this ?
@FilipDem commented on GitHub (May 24, 2020):
I have version 2.0.1-alpha installed (through the library manager of the Arduino IDE).
@tablatronix commented on GitHub (May 24, 2020):
Ok let me check and see if I can reproduce, or fix
@tablatronix commented on GitHub (May 24, 2020):
This is to auto select password when clicking an item
code is
onclick='c(this)'Must be incompatible js with that browser maybe
there is an alert in there, strange, never noticed it left in there.
@tablatronix commented on GitHub (May 24, 2020):
af3c3671a2@tablatronix commented on GitHub (May 24, 2020):
I will push a new version soon
@FilipDem commented on GitHub (May 25, 2020):
I looked also in the code, but the alert missed my attention.
Thanks! And nice library, easy to use!
@tablatronix commented on GitHub (May 25, 2020):
I had to re create the release, the tags were messed up, should up date in arduino in everal hours