diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-03 15:32:48 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-03 15:32:48 +0100 |
commit | eab3faa76a9ad712ae43cbdd574cc7436b9e2e2a (patch) | |
tree | 555165732805ba55501426c430844804795888a9 /inc | |
parent | acb1fd0bc4f6ee63601d470de3a03e98c4073362 (diff) |
new known issue
Diffstat (limited to 'inc')
-rw-r--r-- | inc/help.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/help.inc.php b/inc/help.inc.php index 7b04228..ebfdef1 100644 --- a/inc/help.inc.php +++ b/inc/help.inc.php @@ -23,14 +23,13 @@ Alternatively, in the textual interface, you may just press return when you fini <p><span style="border-bottom:1px solid #ccc">Known issues:</span></p> <ul> -<!-- <li>Collision detection is not perfect, fast dragging may lead to strange behavior.</li>--> -<!-- <li>Graphical editor can still be used while faded.</li>--> <li>The width of the canvas of graphical editor may be to small when adding a lot of phrases.</li> <li>The in-line editor may change height and span several lines.</li> <li>When editing phrases that have no contents, the input box is lower than normal.</li> <li>Post-edits in the session overview may be partially tokenized due to phrase segmentation.</li> <li>Horizontal scrollbar doesn't follow highlighted phrase.</li> <li>Mouseover is not detected for undoing.</li> + <li>The interface only works with Firefox.</li> </ul> <p class="tiny"> |