In article <51e3629b13tlsa(a)netsurf-browser.org>,
Michael Drake <tlsa(a)netsurf-browser.org> wrote:
The main things to be aware of are:
a. They currently lack scrollbars
b. Text selection with iframes is a bit funny
c. Dragging box scrollbars inside iframes might not work
d. The core form select widget isn't redrawn in iframes
e. Pasting into form text inputs & textareas doesn't work in iframes.
'b', 'c' and 'd' all need current_redraw_browser, which is a
broken
concept at the moment, since more than one browser window is redrawn at a
time.
Currently box scrollbars, the form select widget, and text selections are
associated with browser windows. I intend to disassociate them from
browser windows and let the contents manage them. So the HTML content
handler will deal with all those things itself, and the text plain handler
will have a selection context too.
I'll move onto 'a' after that's done, because box scrollbars currently
being associated with browser windows just complicates browser windows
also having their own scrollbars.
'e' is fixed now.
--
Michael Drake (tlsa)
http://www.netsurf-browser.org/