Re: Javascript features list

2016-02-20 Thread Peter Slegg
>Date: Sat, 20 Feb 2016 00:41:08 +0100
>From: Ole Loots 
>Subject: Re: Javascript features list
>Am Freitag, den 19.02.2016, 20:11 + schrieb Peter Slegg:
>
>> I am looking at a survey form and wondered if buttons should work ?
>
>
>When I tested JS builds for Atari three weeks ago, onclick for buttons
>worked well. What does the verbose log say? And what do you expect?
>
>The code inside the onclick attribute seems to disable the button when
>validation fails. But I guess the rendering engine does not deal with
>such dynamic changes right now. Maybe there is also an exception... the
>log will tell you more.
>
>Greets,
>Ole

Hi Ole,

When I click on the button:

(2332.005000) atari/rootwin.c:176 handle_event: rootwin MU_BUTTON input, x: 
674, y: 674

(2332.010003) render/html.c:89 fire_dom_event: Dispatching 'click' against 
0x1d21f0c
(2336.24) atari/gui.c:153 atari_poll: WM: 30


I am expecting NS to go to the next page to begin the survey.

Peter






Refresh button (Atari)

2016-02-20 Thread Peter Slegg
Atari build 3420

I just had a page timeout (bing) and I noticed that after the
timeout dialogue has been dismissed it isn't possible to click
the refresh button, it is stil greyed out.

Peter