Hi Jeremy, Good to see you around! On Sat, Sep 19, 2009 at 11:32:19PM +0100, Jeremy Henty wrote:
Long time no post! Here's a fix for an outstanding TODO in html.cc. It replaces the code that creates the HTML META REFRESH warning (which sends HTML to Html_write_raw()) with a function that creates the widgets directly.
Hopefully I'll review it in the next days.
There are still a few issues:
* The HTML parser in table.cc does not create table widgets if USE_TABLES is not defined. Perhaps this code should do the same?
Not necessary. That was an old feature for narrow displays.
* The new widgets do not have 'width="100%"' set, so the horizontal layout is slightly different.
* The redirect link colour does not reflect whether the link URL has been visited.
* It would be nice if the widgets and the redirect link were styled from the User Agent style in css.cc . I couldn't figure out how to do that so I just copied a few things like the link colour and text decoration. If someone tells me how to do this properly I'll revise the code.
AFAIS, the warning widget needs its own scheme, like the rest of the panel.
Please comment!
More in the next days... -- Cheers Jorge.-