Changeset 17601 in webkit


Ignore:
Timestamp:
Nov 4, 2006 10:14:48 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=11513
Bug 11513: [Drosera] Function popup fails to appear when clicking supposedly valid areas.

  • Drosera/debugger.css: Stick a min-width on the menu to keep it from becoming smaller than the control.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r17600 r17601  
     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=11513
     6        Bug 11513: [Drosera] Function popup fails to appear when clicking supposedly valid areas.
     7
     8        * Drosera/debugger.css: Stick a min-width on the menu to keep it from becoming smaller than the control.
     9
    1102006-11-04  David Smith  <catfish.man@gmail.com>
    211
  • trunk/WebKitTools/Drosera/debugger.css

    r17583 r17601  
    112112    margin: 0;
    113113    padding: 0;
     114    min-width: 100px;
    114115}
    115116
Note: See TracChangeset for help on using the changeset viewer.