The Chromium Projects

Except as otherwise noted, the content of this page is licensed under a Creative Commons Attribution 2.5 license, and examples are licensed under the BSD License.

The Chromium OS designs and code are preliminary. Expect them to evolve.
User Experience‎ > ‎

Find in Page


Chromium's 'Find in Page' bar appears in the top-right of the content area, and allows users to find text on the page. The find bar is presented as an overlay in order to prevent page relayout when the bar is shown or hidden. If the text the user is looking for is under the bar, it will scroll the page, or slide out of the way.

There is currently no facility for users to use the find results to perform actions on elements within the page.