[I'm not subscribed to this list, but I do regularly check the archives. Lets see if this gets through.] Sebastian Geerken:
Something I forgot: The fix does not work perfectly, when, in the test page, you start select within the text, and then move the pointer below the text, the selection starts at the beginning. This is a known bug, and it won't be fixed for 0.7.3.
If you're referring to what I think you're referring to, I prefer to think of that as a feature. Well, now that I test it, it looks like a different feature. Go to: <http://www.planetnintendo.com/ff1/> Friggin' black-text-on-black-background! Select within the text and drag the cursor to the lower right corner of the screen. Voila! All the text within the page is selected! Now you can read it without changing the dillorc! Which reminds me--maybe there should be a way to change page layout per page. -- |Andrew A. Gill |<superluser@frontiernet.net>
On Mon, 14 Jul 2003, Andrew A. Gill wrote:
Friggin' black-text-on-black-background! Select within the text and drag the cursor to the lower right corner of the screen.
Voila! All the text within the page is selected! Now you can read it without changing the dillorc!
Which reminds me--maybe there should be a way to change page layout per page.
Some of those pages use CSS to define page background/text color. Since dillo is CSS blind for now, you get what you get. body { margin-top: 10; margin-left: 0; margin-right: 0; margin-bottom: 10; font-family: verdana; color: white; background-color:black;} This is part of the CSS integrated in the pages there :) -- Insanity is the final defense ... It's hard to get a refund when the salesman is sniffing your crotch and baying at the moon.
On Tue, Jul 15, 2003 at 02:01:23AM +0300, Silviu Cojocaru wrote:
On Mon, 14 Jul 2003, Andrew A. Gill wrote:
Friggin' black-text-on-black-background! Select within the text and drag the cursor to the lower right corner of the screen.
Voila! All the text within the page is selected! Now you can read it without changing the dillorc!
Which reminds me--maybe there should be a way to change page layout per page.
Some of those pages use CSS to define page background/text color. Since dillo is CSS blind for now, you get what you get.
body { margin-top: 10; margin-left: 0; margin-right: 0; margin-bottom: 10; font-family: verdana; color: white; background-color:black;}
This is part of the CSS integrated in the pages there :)
It would certainly be a nice feature to have some sort of "ignore formatting" toggle. If you turn it on, Dillo renders all pages with sensible font sizes, colors, etc. Paul
participants (3)
-
Andrew A. Gill
-
Paul Pelzl
-
Silviu Cojocaru