ICEfaces
  1. ICEfaces
  2. ICE-6646

Support client console logging in IE 8 and IE 9 Developer Tools

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0, 2.0.0-EE-Beta1
    • Fix Version/s: 2.0.1
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      ICEfaces 2 client IE8 IE9

      Description

      We currently support logging on the client by either using the window.console if it's available (Firebug, Chrome, and Safari) or our own Window logging as a fallback. Since IE8 and IE9 now come with a set of developer tools that includes console logging, we should adapt our logging so that it can be used. We can either:

      1) Add a new IELogHandler to complement the existing FirebugLogHandler and WindowLogHandler implementations (as I don't think the IE console supports the 'debug' logging level) or...

      2) Adapt the existing FirebugLogHandler to be a more generic ConsoleLogHandler. This might mean trading a bit less code for a bit less flexibility.

        Activity

        Deryk Sinotte created issue -
        Deryk Sinotte made changes -
        Field Original Value New Value
        Estimated Complexity Low
        Salesforce Case []
        Fix Version/s 2.0.1 [ 10255 ]
        Assignee Priority P3
        Assignee Mircea Toma [ mircea.toma ]
        Hide
        Deryk Sinotte added a comment -

        Some info on the IE console logging can be found here: http://msdn.microsoft.com/en-us/library/gg589530(v=vs.85).aspx

        Show
        Deryk Sinotte added a comment - Some info on the IE console logging can be found here: http://msdn.microsoft.com/en-us/library/gg589530(v=vs.85).aspx
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24106 Tue Mar 08 17:35:50 MST 2011 deryk.sinotte ICE-6646: errors that fall through our onError handling now get logged to the client
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #24120 Thu Mar 10 08:25:44 MST 2011 mircea.toma ICE-6646 Renamed FirebugLogHandler to ConsoleLogHandler. Modified log handler to adapt to IE's console logging behavior.
        Files Changed
        Commit graph MODIFY /icefaces2/trunk/icefaces/core/src/main/javascript/application.js
        Commit graph MODIFY /projects/bridge-support/src/main/javascript/logger.js
        Hide
        Mircea Toma added a comment -

        Renamed FirebugLogHandler to ConsoleLogHandler. Modified log handler to adapt to IE's console logging behavior.

        Show
        Mircea Toma added a comment - Renamed FirebugLogHandler to ConsoleLogHandler. Modified log handler to adapt to IE's console logging behavior.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Assignee Priority P3
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: