Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8088946

WebView in Debug Mode if logging is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u6
    • javafx
    • JavaFX 2.2 build b19 Windows 64-bit (Winodws 7)

    • web

      WebView enters a debug mode, if java.util.logging is used with the attached logging.properties (System.setProperty("java.util.logging.config.file", "config/logging.properties");).
      This can be reproduced with the JavaFX 2 Ensemble WebView example.

      Workaround posted by Brad Johnson:

      Logger logger =
                  Logger.getLogger( WCGraphicsPrismContext.class.getName() );
      logger.setLevel( Level.OFF );

            Unassigned Unassigned
            pcorneliujfx Philipp Cornelius (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: