unbug/MIHTool

Pressing Enter inside the Console inserts newline instead of executing code

dlee opened this issue · 9 comments

dlee commented

Pressing Enter inside the Console inserts newline instead of executing code. This only happens on Chrome (Safari correctly executes code instead of inserting newline).

unbug commented

Thanks @dlee , I'll look into that. Im sure you can click the button to run.

dlee commented

Which button are you talking about? I don't see a button that lets me execute a console command.

unbug commented

you have to success to connect to your target, see the "Remote" section.

dlee commented

I'm able to connect and enter the Console. It's just that can't execute any commands in the console:

screen shot 2018-07-07 at 1 40 50 pm

unbug commented

Can you show your "Romote" panel? Is there any target succeed to connect?

dlee commented

Yes, I'm connected and can view the Elements. I also see logs from the console if my code outputs them via console.log(). I'm just unable to execute new commands inside the Console panel.

screen shot 2018-07-09 at 2 13 44 am

unbug commented

The is weird, can you try in other pages?

Pressing Enter inside the Console inserts newline instead of executing code. This only happens on Chrome (Safari correctly executes code instead of inserting newline).

+1, I have the same issue

unbug commented

Hi @Grahnz , can you see the targets got enable (with green color) in the remote panel? The issue might cause by remote target lose connect.