How do i enable comments in the dev tools console? - console

Hi i accidentally disabled the comments in the dev tools console. Ive made a switch control flow for number guessing game. When the user inputs 1 the console should respond with a string "wrong answer". This goes to 5 each number printing out a different outcome/strings. Before i used to see the string printed on the console now when i refresh the game i don't see the string anymore. Is there a way to enable the comments/strings again?
Ive tried playing around with all the setting buttons and googling the question. Ive also tried to stack overflow to see if anyone has asked this question before but i didn't find it.

Related

Desactivating a setinterval function?

I have absolutely no idea why, but on 2 websites (2 websites that I professionnaly work on, and they havent been hacked or compromised), my Chrome console keeps clearing every 500ms.
Which is pretty annoying.
I desactivated all extensions. Tried private browsing. It's the same thing.
I uninstalled chrome as well as my extensions. Same.
When I try to reproduce it on someone else's computer, I cannot.
When I use another Chrome session the issue does not happen.
I have absolutely no idea how to get rid of this or what is the exact cause of the issue.
The code running is :
setInterval(function(){console.clear();console.info('Console was cleared by browser extension.');},500);
Since I unfortunately do not seem to find the reason, my only question will be : would there be a way to desactivate that code or postpone the setinveral to a bigger number?
Thanks !
In Chrome, on the developer tools, click on the settings icon, and tick the the "Preserve Log" option so the console is not cleared.
If your websites happen to be ecommerce (Magento specially) I'll advice you to check your code well for unknown js. This is one of the "symptoms" of the Magecart credit card skimmer. Preserve log option

I am un-able to type in any text field on my website. Nor can any users [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I have no idea how or why this is happening, but all text fields on my website can not be typed in.
I seem to have bad luck when asking questions here so I would ask you just go to https://contest.faucetastic.fun and attempt to login. Any info/guesses or direction on this issue would be much appreciated as I legit have not the foggiest.
I've looked through possible settings as to why this is happening, but I just don't have the experience to find out what happened.
I've been wondering why I've had no sign-ups with all the ads I've ran
UPDATE:
So while I'm in my admin panel and on theme customizer I noticed I was logged in on my site itself, I clicked log out and it took me to the admin log in screen for WP. Then went back to my theme customizer and was logged in again. I clicked log out once again but this time my screen went white and did not recover.
I'm sorry that not so experienced to give more deffinate descriptions, but I'm in a serious bind here so I truly do appreciate the help.
I set the color of the text to black.. and it showed. your css has the color of the text in the input elements set to white or matches the box ..
I would put
input[type='text']{ color: black; }
in style.css
or in the js
$( "form input:text" ).css({
color: "black",
});
Alright, after some very frugal and stunning efforts from WPMU Dev. It was established that the NES Emulator Known as Retro Game Emulator has several flaws, one of which locks up all text fields on a site.
The amazing folks at WPMU Dev even went as far as reaching out to him to see if he was either aware or cared about the fault. As it turns out, He really doesn't seem to give two s**** about.
-=- And to the user that mentioned the miner. I removed that Long before your comment which concerns me. I will head there now and run a few tests
<>TID BIT TO ADD<> + <>NEW QUESTION<>
If any of you have used the nesbox before, you already know that its both A: Amazing, but B: missing some U.I components.
Now, From the back end of the retro game emulator, you can easily upload files directly into it with a drop down tab. Then on the front end, users drop the same menu, but instead it displays the games uploaded that can be played.
So my continued question now is, would it be possible to add that feature to the nesbox to make it both easier for wordpress webmasters to install, and give higher functionality to front end users.
I know this may intale a long answer, so, this is just for thought :)
should you have an explosive thought tho. please write er down ;)
<>I WILL START A NEW THREAD SOON FOR THIS<>
Just gonna jump to tic80 and talk to nesbox man
-Thanks

Bug with fIrebase database web viewer [duplicate]

When I try to delete or edit a node in my realtime database, I always get the info that I have to select a key with lesser elements to change something, else it is in read-only modus.
But when I click a low level node, nothing happens. So I actually can change nothing in my DB from console :(
A week ago I didn't see this warning and everything works great!
Any idea how I can get back to working version?
I also think the german translation is not very good, because it tells me that I should activate another mode. In English it says, that the mode got activated.
You're mixing three things here:
Your database console switched to read-only mode, which happens when you have a certain amount of data under it.
The warning is badly translated. Please file a bug report for that.
The database console doesn't handle clicks correctly anymore. I already reported that internally last week, and added your report to it. This bug has been fixed internally and will go into production by May 23.
Update 5/24/17:
Problem resolved. Works now.
It seems the ability to click on a child node and promote it to be the top element of the tree is broken. Doesn't work for me either, even on a small database that is not in Read-only & non-realtime mode. I'm almost sure it was working a day or two ago.
I'm seeing the failure when using Chrome. Just tried Internet Explorer. Its works there.

Firebase Realtime Database in console not working?

When I try to delete or edit a node in my realtime database, I always get the info that I have to select a key with lesser elements to change something, else it is in read-only modus.
But when I click a low level node, nothing happens. So I actually can change nothing in my DB from console :(
A week ago I didn't see this warning and everything works great!
Any idea how I can get back to working version?
I also think the german translation is not very good, because it tells me that I should activate another mode. In English it says, that the mode got activated.
You're mixing three things here:
Your database console switched to read-only mode, which happens when you have a certain amount of data under it.
The warning is badly translated. Please file a bug report for that.
The database console doesn't handle clicks correctly anymore. I already reported that internally last week, and added your report to it. This bug has been fixed internally and will go into production by May 23.
Update 5/24/17:
Problem resolved. Works now.
It seems the ability to click on a child node and promote it to be the top element of the tree is broken. Doesn't work for me either, even on a small database that is not in Read-only & non-realtime mode. I'm almost sure it was working a day or two ago.
I'm seeing the failure when using Chrome. Just tried Internet Explorer. Its works there.

Flex - invisible text until mouse pointer moves outside textInput

We have an application running flex sdk 4.5 and have recently encountered an issue with textInput fields which we have not been able to reproduce on our end for the better part of a month now.
Here are the symptoms:
Users opens an input form which contains several input fields (combo boxes, calendars, text inputs, etc)
User clicks inside a text field
Users types (obviously!)
** Nothing appears in the text input - we have validators on some of these fields and they do kick in properly (ie. user sees red box around textInput disappearing)
User moves cursor outside of text input field and text appears
Give or take, this is the test case we've been provided. We have been unable to reproduce this and I'm reaching out to see if anybody has heard of issues like this in the past.
They are running our flex application in the following environment:
Windows XP SP3
IE 7.0.5730.13 (locale = en-gb)
Flash Player 10.3.181.14
Upgrading either of these components is not an option. Installing the flash player debugger is not an option either.
Now we've setup a pc exactly the same way as they have on their end and still haven't reproduced. So we're really stuck at this point :)
Any suggestion is greatly appreciated. I'll provide any additional info needed.
-Marc
Feb. 2nd 2012 - Update
As I noted in my comment reply to shaun, it seems our customer was more or less precise in their description of the issue. We ran a webex session with them this morning and actually saw the issues first hand.
Here's what happens:
- User loads our application via its url
- User is able to input data and pretty much do any function for a 'random' time period
- All of a sudden, the issues start (there are more symptoms than just the one I originally mentioned):
1. Users type in text input fields and they won't see the text appear until they move the cursor out of / into any other component (could be entering an hbox, exiting a text input field, etc)
2. Combo boxes behave more or less the same. They can drop them down, but then the mouse wheel no longer refreshes the list. It actually scrolls in the background, but until the user moves the mouse, the list does not refresh
3. We also communicate between the server and client via an amf channel. The events make it to the client, but again, they won't see the screen refresh until they move their cursor.
So basically, the application still seems to work, but the screen is no longer refreshing. Could it be something to do with an invalidate / update of the display list that doesn't kick in? We'd like to get them to install the debugger version of FP, but that doesn't seem to be an option.
Another thing to keep in mind: they have a VERY bad internet connection. They average around 1-1.5mbps (megabits) which is enough for our app, but I just thought I'd let you know.
We learned that they also use a Citrix presentation layer to deploy IE 7 to the end users. We've received confirmation from the end user that even if they launch IE on their workstation (not through citrix), they get the issue also.
Another note is that we've seen no errors in our web server, jboss or application logs...
So that's the update I've got... anyone have more thoughts on this? We've more or less discarded the fonts being an issue at this point since the issue affects more than just 'fonts'. Is everything on the screen not updating anymore.

Resources