aboutsummaryrefslogtreecommitdiffstats
path: root/completionDialog.js
AgeCommit message (Collapse)Author
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ↵Phil Crosby
vomnibar.
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override.
2012-01-15Adjusted CSS for linkhints, help menu, text search, and bookmarks search UI ↵Peter Parks
elements. They should now be able to stand up to base element declarations created by a website. Added comments to the linkhints css settings on the options page and set default properties that a user would change to make it clear where they should be modified. Added a dropshadow to the linkhints to make them stand out better against similarly colored site backgrounds.
2012-01-16Position completionDialog correctly. Closes #441.Jez Ng
Previously, we were taking the dimensions of the dialog while it still had "display: none;", which caused clientWidth and clientHeight to return zero.
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