Przeglądaj źródła
HUE-42
Chrome had issues with dbug.js that caused various things to fail in the browser. Specifically, dbug.js invoked console.warn via dbug.warn in a way that Chrome didn't like, so any place we used dbug.warn would fail. In the case of JFrame filters, these errors were quietly caught and the UI displayed without the corresponding filters applied.