aboutsummaryrefslogtreecommitdiffstats
path: root/completionDialog.js
AgeCommit message (Collapse)Author
2011-11-26Clean up stylePhil Crosby
2011-11-26WhitespacePhil Crosby
2011-11-25Bugfix: Really hide bookmark dialoghas2k1
Problem: When bookmark completion is aborted using <ESC> key, the completion dialog is faded out, zero opacity. This leaves an invisible dialog hovering over the current page's content. Any thing under the invisible dialog cannot get mouse focus, including the links. Solution: After fading out the dialog, also hide it by its CSS display property.
2011-08-23Allow change of bookmark selection with Tab/Shift-Tabennustaja
2011-07-30Prevent bookmark completion box from overflowing. has2k1
Happens when the partial string input matches more results than can be displayed vertically. This causes the input section at the top, together with the top matching URLS to disappear. Solution is to only center the box when it's height is less than the window height, otherwise it's top is at coordinate 0. No negative top.
2011-02-01Cosmetics (semicolons)jez
2011-02-01Use only one key[event] handler for all modes.jez
2010-11-22wrong class nameAlex Kovar
2010-10-31avoid css name conflictsAlex Kovar
2010-10-31refacted completion dialog to handle key inputs on its ownAlex Kovar
2010-10-30strong colorAlex Kovar
2010-10-30fixed height for search barAlex Kovar
2010-10-20initial code for bookmark mode completion dialogAlex Kovar