Spurious <
by Richard Porter
I've found a very curious problem. At the bottom of a long table which
contains several forms I get a spurious "<" character. I have made a
change but I can't see a missing ">" or missing quote or anything that
would likely to cause it. When I stick in a "</table><table> at any
point between table rows to narrow down the location the spurious
character dissapears. It doesn't appear on other browsers.
I can't post a bug report because the html file is local and contains
hidden logins which I would have to alter.
--
_
|_|. _ Richard Porter http://www.minijem.plus.com/
|\_||_ mailto:ricp@minijem.plus.com
14 years, 7 months
Re: Maplin site: central section is too wide
by John-Mark Bell
On Mon, 11 Aug 2008, Dave Higton wrote:
> Why is it that the central section of the Maplin web site
> http://www.maplin.co.uk/ is too wide and therefore gets pushed
> down the page a long way? The discrepancy is just a very few
> pixels.
Sounds like a rounding error. Please report this on the bug tracker.
Thanks,
John.
14 years, 7 months
New HTML parser integrated into NetSurf
by John-Mark Bell
Hi,
This morning, we merged into NetSurf the HTML parser that Andrew Sidwell
has been working on as his Google Summer of Code project. The new parser
is significantly more robust than the old one, particularly in the face of
invalid input (which is in excess of 90% of the pages on the web). This
change resolves more than 40 bug reports, which we will be closing in
the near future.
John.
14 years, 7 months
Re: New HTML parser integrated into NetSurf
by John-Mark Bell
On Mon, 11 Aug 2008, Barry E Allen wrote:
> In article
> <Pine.LNX.4.62L.0808111150010.20698(a)uglogin.ecs.soton.ac.uk>, John-Mark
> Bell <jmb(a)netsurf-browser.org> wrote:
>> Hi,
>
>> This morning, we merged into NetSurf the HTML parser that Andrew
>> Sidwell has been working on as his Google Summer of Code project.
>
> It doesn't seem to take any notice of the background color in a Table.
>
> see:-
>
> http://www.nowirul.org.uk/halbro/draw0809/test.htm
> Should be a dark green border around each cell.
Please report this on the bug tracker, attaching the above page as a
testcase.
Thanks,
John.
14 years, 7 months
Re: Forms with maxsize=""
by John-Mark Bell
On Tue, 5 Aug 2008, Richard Porter wrote:
> I am unable to enter data in some input fields on a form. The reason
> seems to be the attribute maxsize="". The form seems to work on
> Windoze browsers. I suspect that the null string is being interpretted
> as zero rather than not required.
Assuming you mean maxlength="", then that's fixed in SVN.
John.
14 years, 7 months
Re: Lock-up starting NetSurf from Messenger link
by John-Mark Bell
On Tue, 5 Aug 2008, Mike Hobbs wrote:
> If NetSurf is already running, selecting a link in an
> incoming message in Messenger works and NetSurf opens the
> web page. However, if NetSurf is not running (but Alias$URIOpen_...
> and Alias$URLOpen_... are set to run it), and I click on a link
> in a Messenger message there is a pause, then the border of a
> dialogue window is drawn (with no content) and the machine locks
> up. The mouse pointer still moves but Alt Break etc. can't break
> out of the lock-up.
What kind of dialogue are we talking about here? A Wimp error box or
something else?
> If I start NetSurf from other applications, or my own Basic
> functions that look at Alias$URLOpen_... and do a Wimp_StartTask,
> it works OK. So it seems that whatever Messenger is doing to
> fire up NetSurf causes this problem. I thought I would ask if
> any other NetSurf users have seen the problem (then I'll
> probably report it to RComp).
It may be useful to run Wimpmon and have it log the relevant Wimp message
blocks to disc in raw format.
John.
14 years, 7 months