forked from GollyGang/ready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
problems.html
47 lines (36 loc) · 991 Bytes
/
problems.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<title>Ready Help: Known Problems</title>
<body>
<p>
<h3>Known Problems</h3>
<p>
This page lists all known bugs and limitations.
If you come across any problems not mentioned below then please add then to <a href="https://github.com/GollyGang/ready/issues">
https://github.com/GollyGang/ready/issues</a> or send a mail to
<a href="mailto://reaction-diffusion@googlegroups.com">reaction-diffusion@googlegroups.com</a>.
<p>
<font size=+1><b>Problems on all platforms</b></font>
<p>
<ul>
<li> show_cell_edges shows triangles on the 2D slice through 3D images (slice_3D).
</ul>
<p>
<font size=+1><b>Mac problems</b></font>
<p>
<ul>
<li> Toolbar tips can't be disabled (due to bug in wxOSX-Cocoa).
</ul>
<p>
<font size=+1><b>Windows problems</b></font>
<p>
<ul>
<li> Panning behaves strangely on complex scenes, e.g. Bays_3D.vti.
</ul>
<p>
<font size=+1><b>Linux problems</b></font>
<p>
<ul>
<li> Can't tab between edit controls in XYZ dialogs on Xubuntu.
</ul>
</body>
</html>