[Netsurf-develop] Re: Filename extensions
by Christopher Bazley
On 05/02/06, Paul Vigay <lists-nospam(a)vigay.com> wrote:
>
> In article <a3039ef44d.ricp(a)user.minijem.plus.com>,
> Richard Porter <ricp(a)minijem.plus.com> wrote:
>
> > I know we don't need them to distinguish file types but it's a useful
> > convention. In any case files may be used on web sites or sent on to
> > people with inferior operating systems. I can't see any way of turning
> > this feature off, and it's a nuisance. I'm not sure what happens to
> > unrecognised file types but I hope the filename extensions are kept.
>
> Indeed. Can I second this request? NetSurf *shouldn't* be tampering with
> filenames at all. If I want to download a file called "wibble.xyz" I want
> it to remain called wibble.xyz when I save it on my hard drive.
Well for what it's worth I like the current behaviour. I was slightly
surprised at first but it seems quite appropriate now that I have
become used to it.
The name in the savebox is only a suggested leaf name; you could just
as easily save the file with a completely different name or add an
DOS-style extension if you really want one. Personally I find they
make directory displays look cluttered.
By all means make the behaviour configurable, but please don't get rid
of this feature.
Chris Bazley
14 years, 11 months
[Netsurf-develop] Re: Is it possible to turn of URL underlining?
by Barry Allen
In article <4df4e2c53clists-nospam(a)vigay.com>, Paul Vigay
<lists-nospam(a)vigay.com> wrote:
> If you load the !NetSurf.Resources.CSS file into your favourite text
> editor and seach for "link", then change it to the following;
> a:link { color: #00f; }
> and save the file. Next time you load NetSurf, voila - no URL
> underlining.
> :-)
Excellent, thanks.
--
Barry A.
Rugby Union in Manchester:- http://www.broughton-park.org.uk/
14 years, 11 months
Re: [Netsurf-develop] Filename extensions
by David J. Ruck
On 5 Feb 2006 Paul Vigay <lists-nospam(a)vigay.com> wrote:
> In article <a3039ef44d.ricp(a)user.minijem.plus.com>,
> Richard Porter <ricp(a)minijem.plus.com> wrote:
>
> > I know we don't need them to distinguish file types but it's a useful
> > convention. In any case files may be used on web sites or sent on to
> > people with inferior operating systems. I can't see any way of turning
> > this feature off, and it's a nuisance. I'm not sure what happens to
> > unrecognised file types but I hope the filename extensions are kept.
>
> Indeed. Can I second this request? NetSurf *shouldn't* be tampering with
> filenames at all. If I want to download a file called "wibble.xyz" I want
> it to remain called wibble.xyz when I save it on my hard drive.
Of course you mean wibble/xyz
Cheers
---Dave
--
____________________________________________________________________________
David J. Ruck Phone: +44- (0)7974 108301 Email: druck(a)druck.org.uk
____________________________________________________________________________
14 years, 11 months
[Netsurf-develop] Filename extensions
by Richard Porter
Why is NetSurf chopping off filename extensions for saved files?
I know we don't need them to distinguish file types but it's a useful
convention. In any case files may be used on web sites or sent on to
people with inferior operating systems. I can't see any way of turning
this feature off, and it's a nuisance. I'm not sure what happens to
unrecognised file types but I hope the filename extensions are kept.
--
_
|_|. _ Richard Porter http://www.minijem.plus.com/
|\_||_ mailto:ricp@minijem.plus.com
14 years, 11 months
Re: [Netsurf-develop] Dodgy page rendering
by John-Mark Bell
On Fri, 3 Feb 2006, Paul Vigay wrote:
> http://www.prisonplanet.com/articles/february2006/020206goadsaddam.htm
> doesn't render very well at all in NetSurf. It's a friend's site and
> although he's used a load of Javascript (bagh!), I think the main bulk of
> the page is done via CSS, but it's completely all over the place in NetSurf.
Hardly surprising; almost every div on that page (and there are lots) is
positioned absolutely (position: absolute) which NetSurf does not
currently support. It also makes crazy (and completely unnecessary) use of
the z-index property; again, something that NetSurf does not support.
> Looks ok in Oregano though!
I presume you're talking about Oregano 3? Certainly neither O1 or O2 have
sufficient CSS support to cope with that site; O2 does almost exactly the
same thing as NetSurf, in fact.
John.
14 years, 11 months
[Netsurf-develop] Re: Weird bug in NetSurf
by David H Wild
In article <4df30420c0lists-nospam(a)vigay.com>,
Paul Vigay <lists-nospam(a)vigay.com> wrote:
> The page in question is my latest Weblog entry at
> http://www.paulsdomain.co.uk/ which validates as correct HTML and also
> works perfectly in O2 and O3.
> If you view the entry for today, you'll see than none of the links (bar
> the first one) work, and the 'normal' body text is a link to the picture.
The work here, using yeaterday's download of Netsurf.
--
David Wild using RISC OS on broadband
14 years, 11 months
Re: [Netsurf-develop] Weird bug in NetSurf
by Adrian Lees
On Thu, 02 Feb 2006 you wrote:
>
> I've just discovered a really weird bug in NetSurf in that it thinks some
> text is a link when it's not - yet it doesn't colour it in the link colour.
> ....
>
> Any ideas?
It's a known bug related to scaling of images; the inlined image on
your page has dimensions 341 x 500, but is scaled in the source to
174 x 256 for display.
The 'active portion' of the page is still 341 x 500, however,
as can be seen by watching the URL in the status bar as you move
the mouse over the scaled image and the area below and/or to
the right.
The links which are not 'obscured' by the /unscaled/ image still
function as expected.
Adrian
14 years, 11 months
[Netsurf-develop] Strange form behaviour
by Richard Porter
I've just been updating the air ambulance web site (restricted admin
suite so I can't give the url) using NetSurf and have encountered an
oddity. The site uses ASPs to process form data which it stores on an
ADO database.
I received news items as usual on an email message which I saved as a
text file and made a few edits. I then copied and pasted sections of
text into text fields and textarea fields on the form via the
clipboard (RISC OS 4.39). So far so good, but when I viewed or edited
the items I found there were random characters on the ends of the
lines. This invariably affected the text fields but there were some
extra characters on textareas too.
I continued working with Oregano 1 and there was no further problem. I
conclude that there's a bug somewhere in the paste handling in NS.
Typing text in was OK.
Richard
14 years, 11 months