[Netsurf-develop] Font query
by John
I wonder whether anyone can explain why I am having problems with the
display of apostophes received from a Windoze-using friend?
He writes to me using "X-Mailer: Microsoft Outlook, Build 10.0.6822" for
his emails, sends me text to put up on a website. For some reason, when
he presses the ' key he sees it as an apostrope on his machine, but when
it arrives on mine it is read as ASCII 146, in other words as
If I copy his text without checking for apostophes it ends up on the web
page as a very strange symbol - looks like a tiny 00 over 92 in a block of
four numbers.
Strangely, this is only seen on NetSurf. I have tried various font
displays, but in each case this strange symbol persists. Using !XChars to
hunt through all my fonts, I cannot find this particular symbol anywhere.
O2 displays it as an apostrophe, as do other browsers I have tried.
John
--
____
/__ __________________________
/____Mail from John(a)JohnWoodhouse.plus.com
. . . using RISCOS 5.12 on an XScale powered Iyonix computer.
14 years
[Netsurf-develop] Printing from NetSurf via Draw
by Tim Powys-Lybbe
On the rare occasions when I print something from Netsurf, I do it by
exporting the page to Draw and then printing from there. However
sometimes it totally fails to print on my postscript printer; I
eventually found that this could be rectified by changing the font from
Ctberbit to Trinity, but I still get caught out when I forget a month
later.
Is there any other way of dealing with this problem?
--
Tim Powys-Lybbe tim(a)powys.org
For a miscellany of bygones: http://powys.org/
14 years
[Netsurf-develop] Layout problem with 06 Jan build
by Richard Porter
I've just downloaded the 6th January build and found a big layout
problem on my localhost home page. Whereas it used to fit comfortably
on the screen, and does in Oregano 1, Fresco and FF, the page has now
been expanded with much bigger spaces between the lines so I have to
scroll down to see the bottom quarter. On top of that it looks
horrible because of all the extra blank space. What have you changed?
--
_
|_|. _ Richard Porter http://www.minijem.plus.com/
|\_||_ mailto:ricp@minijem.plus.com
14 years
Re: [Netsurf-develop] CSS padding/margins etc
by Richard Wilson
Paul Vigay wrote:
>
> In article <60453.217.206.187.80.1168429749.squirrel(a)semichrome.net>,
> James Bursa <james(a)netsurf-browser.org> wrote:
>
> > It has a default padding on some elements only. You can see
> which ones
> > in the base stylesheet, !NetSurf.Resources.CSS.
>
> > If that doesn't explain it, please post some HTML that
> shows the problem.
>
> Aha. Yes. Thanks for pointing that out.
>
> The culprit is right at the top of the file - the body
> element. I'm sure it should have a default value of 0px,
> instead of the current setting of 8px.
>
> This would certainly bring it in line with Firefox on the
> Apple Mac at least, as well as Safari.
Firefox and Safari are incorrect here (Opera and NetSurf are correct). If
you look at the box model (http://www.w3.org/TR/REC-CSS2/box.html, 8.1) then
you'll notice that as margins are transparent then a body with a margin
should not have it's background image extended to the edge of the window. I
assume their support is legacy and due to the HTML marginwidth and
marginheight properties.
R.
14 years
Re: [Netsurf-develop] CSS padding/margins etc
by James Bursa
> I've noticed that NetSurf appears to have a default CSS padding if none is
> explicitly stated in the CSS.
>
> Firefox on the Apple Mac appears to have padding: 0px as the default, so I
> wonder if NetSurf should adopt a 0 default padding too.
>
> I've just tested this by removing the padding: 0 from my own CSS and
> watching the effect.
It has a default padding on some elements only. You can see which ones in the
base stylesheet, !NetSurf.Resources.CSS.
If that doesn't explain it, please post some HTML that shows the problem.
James
--
James Bursa, NetSurf developer http://www.netsurf-browser.org/
14 years
Re: [Netsurf-develop] Making NetSurf the Default Browser
by Gavin Wraith
On 19 Nov 2006 brian wrote:
> Someone please remind me how to ensure that NS is the browser that
> opens first when an html or url file is opened.
What I do is put (a link to) NetSurf in Resources:$.Apps using
AddApp in an Obey file in !Boot.Choices.Boot.PreDesk and I hide
Oregano2 away to ensure it is not filer_booted at startup. I
also put a "shadow" application !Oregano2! in Resources:$.Apps;
clicking on it will filer_run Oregano2, but its presence in
Resources:$.Apps does not cause Oregano2 to be filer_booted.
That way I get NetSurf as the default but I can switch between
browsers by clicking on the appropriate icons in Resources:$.Apps.
Was this the sort of information you needed?
--
Gavin Wraith (gavin(a)wra1th.plus.com)
Home page: http://www.wra1th.plus.com/
14 years