- presentazione del sito
- Registrazione
- Eventi, mostre, convegni ed iniziative segnalate dalle aziende
- Recensioni ed articoli
- Le Mailing Lists
- La rivista Pc Ciechi
- Wiki
- Chi siamo
- Donazioni
- Un progetto degno di nota: Wintalbra
- Come navigare in questo sito
- rss
- Bancomat Accessibili sul territorio nazionale
- Contattaci
- I sostenitori di SpazioAusili
COSA SONO LE SNAPSHOT DI NVDA
Alessandro Rossetti su nvda, 17\04\2008, h. 00.33.
le snapshot in pratica sono delle versioni compilate al volo, man mano che
viene rivisto il codice sorgente. Di solito ora escono ogni 2 o 3 giorni
alla settimana, ma spesso e volentieri ne esce una ogni giorno.
Attualmente ad esempio c'è la snapshot 1909 che sto provando in questo
momento e sembrerebbeb funzionare abbastanza bene.In ogni caso è
consigliabile usare queste versioni a scopo di test per capire se alcuni
errori sono risolti o meno o se ve ne sono altri e non utilizzarla come
versione stabile, perché essendo compilata, al volo, qualche errore strano
potrebbe saltar fuori rischiando di bloccare o il programma stesso o nel
peggiore dei casi il computer.
Ed ora, un po' di pubblicità
:Già che ci sono, a solo in inglese, vi riporto le novità delle ultime
versioni rilasciate anche soltanto come sorgenti e non come snapshot
compilata.
------------------------------------------------------------------------
r1909 | jteh | 2008-04-15 20:54:54 +1000 (Tue, 15 Apr 2008) | 1 line
When comparing end points to determine whether to speak and update the caret
in response to an event, allow an equal comparison for startToEnd and
endToStart comparisons. This is necessary because the end offset is actually
one past the last offset of the text. This fixes the issue where
shift+tabbing to a control on the same line as the current control with no
space between does not speak or move the caret; e.g. shift+tabbing to the
Google Search button from the I'm Feeling Lucky button on Google.
------------------------------------------------------------------------
r1908 | jteh | 2008-04-15 20:54:53 +1000 (Tue, 15 Apr 2008) | 1 line
Place the insertion point at the end of the line when moving in the console
history.
------------------------------------------------------------------------
r1902 | jteh | 2008-04-15 07:51:07 +1000 (Tue, 15 Apr 2008) | 1 line
Fix typo that was stopping gecko_ia2 buffers from being killed on an
appropriate state change.
------------------------------------------------------------------------
r1901 | jteh | 2008-04-14 15:04:45 +1000 (Mon, 14 Apr 2008) | 3 lines
new virtual buffers: Make the reportCurrentLine, reportCurrentSelection
and sayAll scripts act on the focus object instead of the virtual buffer
when virtual buffer pass-through is enabled. Fixes #52.
old virtual buffers: Fix the exception when say all is used while
pass-through is enabled.
------------------------------------------------------------------------
r1900 | jteh | 2008-04-14 12:46:29 +1000 (Mon, 14 Apr 2008) | 1 line
gecko_ia2 virtual buffer: Ignore a focus event for the last non-document
node with focus. This stops the cursor jumping back to the last focused node
when switching away from and back to the document.