Uzbl

Tasklist

FS#267 - Scrolling in frames

Attached to Project: Uzbl
Opened by Brendan Taylor (bct) - 2011-05-08 11:37:40 PM
Task Type Bug Report
Category uzbl-core
Status New
Assigned To Brendan Taylor (bct)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Uzbl can't scroll using the keyboard when a page uses frames.

If we used webkit_web_view_move_cursor we could scroll the focussed frame (which frame is focussed can be controlled using javascript), but we lose the fine-grained scroll control we have now.

We may be able to scroll using the current technique and webkit_web_view_get_focused_frame ?
This task depends upon

View Dependency Graph

This task blocks these from closing
FS#202 - In GMail, keyboard scrolling doesn't work
Comment by David Keijser (keis) - 2011-05-09 07:27:43 PM
there's also in addition to frames the css overflow attribute to consider.

Loading...