diff options
| author | hallgren <hallgren@chalmers.se> | 2011-04-11 13:00:52 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-04-11 13:00:52 +0000 |
| commit | ca335793deb11a3e45162a748869a73f8e7f3786 (patch) | |
| tree | ee88d0ca4f64276f91e9e11aa6423860e3915e07 /src/runtime/javascript/minibar/about.html | |
| parent | 4d4a58e54aec97cfeb6e834521a9690afc91cdd5 (diff) | |
minibar: small documentation updates and corrections
Diffstat (limited to 'src/runtime/javascript/minibar/about.html')
| -rw-r--r-- | src/runtime/javascript/minibar/about.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html index f30d1a72d..ab62cf373 100644 --- a/src/runtime/javascript/minibar/about.html +++ b/src/runtime/javascript/minibar/about.html @@ -90,7 +90,7 @@ Some implementation details: browsers. <li>[Added 2010-05-26] The text entry field is now visible from the start, and it is removed when no more words can be added to the sentence. When you - press enter, the a word is added if there is only one magnet left, + press enter, a word is added if there is only one magnet left, <em>or</em> if what you have entered exactly matches one of the remaining magnet. <li>[Added 2010-05-28] Added a link to make it easy to try the same sentence in @@ -145,11 +145,16 @@ Some implementation details: page that uses <a href="pgf_online.js">pgf_online.js</a> to talk to the PGF server. </ul> + <li>[Added 2011-03-03] Added a button to display word alignment. + <li>[Changed 2011-03-22] Don't force focus to the typed input field + after every word on touch-based devices, the on-screen keyboard kept + popping up after every word, which was very annoying if you were + entering a sentence by tapping on the magnets. </ul> <hr> <small class=modtime> -<!-- hhmts start --> Last modified: Sun Nov 28 12:49:43 CET 2010 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Mon Apr 11 15:00:25 CEST 2011 <!-- hhmts end --> </small> <address> <a href="http://www.cs.chalmers.se/~hallgren/">TH</a> |
