Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I see the reason for the warning?

Tags:

I'm getting a warning in Chrome Developer but I can't figure out what causes it. enter image description here

I looked here but it offers no explanation. So far, the web page is super simple (basically 1 local html file + 1 css, no PHP/Javascript involved). I obviously clicked around (on the warning sign too) but nothing happens.

UPDATE

This really does look like a bug to me. Even with "Warnings" selected, I'm not seeing them here

enter image description here

but there's plenty of them...

FINAL UPDATE

Devtools' behavior really seems somewhat inconsistent here. I reported this as a bug with Goole.

like image 552
RubenGeert Avatar asked Aug 23 '13 13:08

RubenGeert


People also ask

How do I acknowledge a warning email?

Considering that the email you want to send is a formal one, your opening greeting should show this. There is no room at all for any pleasantries. When writing an email to respond to your boss's warning simply use; “Dear Sir/Ma” or “Sir/Ma”.

Why was a warning letter issued?

Why Do You Need A Warning Letter? A warning letter is an important document used by an employer before firing or taking disciplinary action against any employee. Any employee fired without any warning or intimidation can sue their employer because of violation of the employment contract.

What is the purpose of warning letter to employee?

A warning letter to an employee is a formal HR process to record misconduct, a disciplinary issue or poor performance and discuss it with the employee. The letter also helps in setting expectations for future behavior and may be a precursor to termination.


1 Answers

Looking at the bottom of the screen-capture you provided, I see the console filter is set to "Debug". The console filter options are located to the left of the warning symbol. If you change the filter to "Warnings" or "All", you should see the warning message associated with the warning symbol.

Note the funnel button to the left of the "All" button.

enter image description here

You must check the type of output you want in the funnel-menu. The funnel menu is active for all filter-button options. So if you select the "Logs" button but have "Logging" unchecked in the funnel-menu, there will be no logging output.

Both funnel-menu and filter-buttons can be multi-selected. To select multiple filter buttons, Ctrl-click, Windows, or Cmd-click, OSX.

like image 66
Ethan Selzer Avatar answered Sep 20 '22 00:09

Ethan Selzer