-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Query" button grayed out #10
Comments
Sorry about that. It starts grayed out until the library loads and initializes as a very crude loading bar. Need to add an error message when it fails. Might be related to #11. Will take a look. If you look at the browsers developer console output it should tell you why it failed. |
When loading the page in Firefox, the single message I see in the console is: [Exception... "Favicon at "https://php.energy/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 227" data: no] [FaviconLoader.jsm:227:22](resource:///modules/FaviconLoader.jsm) onStopRequest resource:///modules/FaviconLoader.jsm:227 So, it seems that the only issue is that |
Thank you, this works as expected now on OSX! |
When I now visit https://php.energy/trealla.html using Firefox 78.15.0esr (64-bit), Chrome or Safari on OSX, the "Query" button is unexpectedly grayed out, and I cannot post a query (also not using ENTER).
This is highly unexpected, what could be the reason for this?
The text was updated successfully, but these errors were encountered: