ICEfaces
  1. ICEfaces
  2. ICE-5807

Glimmer bridge JS console doesn't display on certain browsers

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha2
    • Fix Version/s: 2.0-Beta1, 2.0.0
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      ICEfaces Glimmer

      Description

      The ICEfaces bridge JS console is not displaying when "Ctrl-Shift-T" is pressed for the following browsers:

      - IE8
      - Chrome 5
      - Safari 4.0.4

        Activity

        Hide
        Mircea Toma added a comment -

        Added Ctrl+Shift+Y as shortcut for opening log window in IE8. For some reason Ctrl+Shift+T doesn't trigger a keypress event in IE8.

        Chrome 5 and Safari 4 work fine with Ctrl+Shift+T shortcut.

        Show
        Mircea Toma added a comment - Added Ctrl+Shift+Y as shortcut for opening log window in IE8. For some reason Ctrl+Shift+T doesn't trigger a keypress event in IE8. Chrome 5 and Safari 4 work fine with Ctrl+Shift+T shortcut.
        Hide
        Ted Goddard added a comment -

        Does ctrl-shift-Y work on all browsers? The best situation is to have a single key sequence for all cases.

        Show
        Ted Goddard added a comment - Does ctrl-shift-Y work on all browsers? The best situation is to have a single key sequence for all cases.
        Hide
        Mircea Toma added a comment -

        Look like Opera doesn't work with Alt+Shift+T.

        Show
        Mircea Toma added a comment - Look like Opera doesn't work with Alt+Shift+T.
        Hide
        Joanne Bai added a comment -

        Windows XP SP3
        Glimmer revision: 21714
        Deployed Auction to Tomcat 6.0.26 for testing

        Open with Ctrl+Shift+Y only

        • IE8
        • Chrome 5
        • Safari 4.0.4

        Open with Ctrl+Shift+T only

        • FF3.6
        • Opera 10.1

        Open with both

        • IE7
        • IE6
        Show
        Joanne Bai added a comment - Windows XP SP3 Glimmer revision: 21714 Deployed Auction to Tomcat 6.0.26 for testing Open with Ctrl+Shift+Y only IE8 Chrome 5 Safari 4.0.4 Open with Ctrl+Shift+T only FF3.6 Opera 10.1 Open with both IE7 IE6
        Hide
        Mircea Toma added a comment - - edited

        The fix applied changes how the keyboard event is captured by using the 'keyup' event instead of 'keypress'. The keyCode and modifier keys (shift,ctrl,alt) work as expected in all the supported browsers. This allows us to preserve the same keyboard shortcut: Ctrl+Shift+T .

        Tested sucesfully the keyboard shortcut in the following browsers:
        IE6, IE8, Opera10/Windows, Safari 4., Firefox 3.3., Chrome/Mac

        The only exception is Opera10/Mac which detects the 'Command' as the Ctrl key. So the shortcut used in this browser would be: Command+Shift+T .

        Show
        Mircea Toma added a comment - - edited The fix applied changes how the keyboard event is captured by using the 'keyup' event instead of 'keypress'. The keyCode and modifier keys (shift,ctrl,alt) work as expected in all the supported browsers. This allows us to preserve the same keyboard shortcut: Ctrl+Shift+T . Tested sucesfully the keyboard shortcut in the following browsers: IE6, IE8, Opera10/Windows, Safari 4. , Firefox 3.3. , Chrome/Mac The only exception is Opera10/Mac which detects the 'Command' as the Ctrl key. So the shortcut used in this browser would be: Command+Shift+T .
        Hide
        Joanne Bai added a comment -

        Windows XP SP3
        Glimmer revision: 21819
        Deployed Auction to Tomcat 6.0.26 for testing

        Tested successfully the Ctrl+Shift+T keyboard shortcut in the following browsers:

        • FF3.6
        • IE8
        • IE7
        • IE6
        • Opera 10.1
        • Safari 5.0
        • Chrome 5.0
        Show
        Joanne Bai added a comment - Windows XP SP3 Glimmer revision: 21819 Deployed Auction to Tomcat 6.0.26 for testing Tested successfully the Ctrl+Shift+T keyboard shortcut in the following browsers: FF3.6 IE8 IE7 IE6 Opera 10.1 Safari 5.0 Chrome 5.0

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: