FS#267 - Scrolling in frames
|
DetailsUzbl 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 ? |
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.