1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 07:25:46 +01:00

Do a better job of finding a scrollable element.

This commit is contained in:
Kris Maglione
2013-04-23 21:23:45 -07:00
parent b375af9357
commit da332e7c2c
2 changed files with 8 additions and 3 deletions

View File

@@ -1277,7 +1277,7 @@ var Buffer = Module("Buffer", {
* The pattern used to search for a scrollable element when we have
* no starting point.
*/
SCROLLABLE_SEARCH_SELECTOR: "div",
SCROLLABLE_SEARCH_SELECTOR: "html, body, div",
PageInfo: Struct("PageInfo", "name", "title", "action")
.localize("title"),