Changeset 17600 in webkit


Ignore:
Timestamp:
Nov 4, 2006 10:12:21 PM (17 years ago)
Author:
bdash
Message:

2006-11-04 David Smith <catfish.man@gmail.com>

Reviewed by Tim H.

Fixes: http://bugs.webkit.org/show_bug.cgi?id=11512
Bug 11512: [Drosera] Scrolling via keyboard breaks after clicking in function popup.

  • Drosera/debugger.js: blur() the function popup when we're done with it.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r17596 r17600  
     12006-11-04  David Smith  <catfish.man@gmail.com>
     2
     3        Reviewed by Tim H.
     4
     5        Fixes: http://bugs.webkit.org/show_bug.cgi?id=11512
     6        Bug 11512: [Drosera] Scrolling via keyboard breaks after clicking in function popup.
     7
     8        * Drosera/debugger.js: blur() the function popup when we're done with it.
     9
    1102006-11-04  Mark Rowe  <bdash@webkit.org>
    211
  • trunk/WebKitTools/Drosera/debugger.js

    r17583 r17600  
    942942    var currentFunctionElement = sourcesFrame.document.getElementById(currentFunction);
    943943   
     944    functionSelect.blur();
    944945    sourcesFrame.focus();
    945946    selection.setBaseAndExtent(currentFunctionElement, 0, currentFunctionElement, 1);
Note: See TracChangeset for help on using the changeset viewer.