Major changes to the Rico 3 server control for SimpleGrids - much improved control...
[infodrom/rico3] / documentation / browsers.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5 <title>Rico Browser Compatibility</title>
6 <link href="ricoDocs.css" rel="Stylesheet" type="text/css">
7 </head>
8
9 <body>
10 <h1>Rico Browser Compatibility</h1>
11
12 <p>Rico 3.0 examples have been tested on the following browsers and operating systems.
13 Rico likely works in other environments 
14 (e.g. Opera on the Mac, etc); this list
15 just indicates where developer testing has been completed.
16 Except where noted below, all aspects of the Rico are fully functional.
17 <p><table border="1" cellpadding='4' cellspacing='0' class="compat">
18         <thead><tr>
19           <th>&nbsp;</th>
20           <th colspan="3">Operating System</th>
21         </tr>
22         <tr>
23           <th>Browser</th>
24           <th>Windows XP/Vista</th>
25           <th>Macintosh 10.4</th>
26           <th>Linux (Knoppix 5)</th>
27         </tr></thead>
28         <tbody><tr>
29           <th>IE6</th>
30           <td><img src='images/checkmark.gif' alt='checkmark'></td>
31           <td>&nbsp;</td>
32           <td>&nbsp;</td>
33         </tr>
34         <tr>
35           <th>IE7</th>
36           <td><img src='images/checkmark.gif' alt='checkmark'></td>
37           <td>&nbsp;</td>
38           <td>&nbsp;</td>
39         </tr>
40         <tr>
41           <th>IE8</th>
42           <td><img src='images/checkmark.gif' alt='checkmark'><sup>4</sup></td>
43           <td>&nbsp;</td>
44           <td>&nbsp;</td>
45         </tr>
46         <tr>
47           <th>FF 1.5/2.0</th>
48           <td><img src='images/checkmark.gif' alt='checkmark'></td>
49           <td><img src='images/checkmark.gif' alt='checkmark'><sup>1</sup></td>
50           <td><img src='images/checkmark.gif' alt='checkmark'></td>
51         </tr>
52         <tr>
53           <th>FF 3.x</th>
54           <td><img src='images/checkmark.gif' alt='checkmark'></td>
55           <td>&nbsp;</td>
56           <td>&nbsp;</td>
57         </tr>
58         <tr>
59           <th>Opera 9.0 - 9.2</th>
60           <td><img src='images/checkmark.gif' alt='checkmark'><sup>1,2,3</sup></td>
61           <td>&nbsp;</td>
62           <td><img src='images/checkmark.gif' alt='checkmark'><sup>1,2,3</sup></td>
63         </tr>
64         <tr>
65           <th>Opera 9.5 or later</th>
66           <td><img src='images/checkmark.gif' alt='checkmark'><sup>2</sup></td>
67           <td>&nbsp;</td>
68           <td>&nbsp;</td>
69         </tr>
70         <tr>
71           <th>Safari 2.0</th>
72           <td>&nbsp;</td>
73           <td><img src='images/checkmark.gif' alt='checkmark'></td>
74           <td>&nbsp;</td>
75         </tr>
76         <tr>
77           <th>Safari 3.x</th>
78           <td><img src='images/checkmark.gif' alt='checkmark'></td>
79           <td>&nbsp;</td>
80           <td>&nbsp;</td>
81         </tr>
82         <tr>
83           <th>Camino</th>
84           <td>&nbsp;</td>
85           <td><img src='images/checkmark.gif' alt='checkmark'><sup>1</sup></td>
86           <td>&nbsp;</td>
87         </tr>
88         <tr>
89           <th>Konqueror 3.5</th>
90           <td>&nbsp;</td>
91           <td>&nbsp;</td>
92           <td><img src='images/checkmark.gif' alt='checkmark'></td>
93         </tr>
94         <tr>
95           <th>Google Chrome</th>
96           <td><img src='images/checkmark.gif' alt='checkmark'></td>
97           <td>&nbsp;</td>
98           <td>&nbsp;</td>
99         </tr>
100         </tbody>
101 </table>
102 <p>Notes:
103 <ol>
104 <li>In these configurations scrollbars are hidden when the menu is displayed
105 (the scrollbars interfered with the menus).
106 <li>In Opera, when using double-clicking to invoke menus, you should
107   turn off Opera's "Double click text to display context menu" setting by
108   going to Tools > Preferences > Advanced tab > Toolbars.
109 <li>LiveGrid Forms is not recommended with Opera versions less than 9.5 due to a 
110 <a href="http://dowdybrown.com/dbprod/testselect.htm">bug</a> 
111 in the way it handles select boxes.
112 <li>The production release of IE8 works correctly with Rico 2.1 in both standards and compatibility modes. 
113 With Rico 2.0, the column resizer image is not displayed in grids, but everything else works. 
114 Pre-release versions of IE8 only worked with Rico when IE8 was set to compatibility mode.
115 </ol>
116
117 <p>The <a href="http://laptop.org">OLPC</a> contains a custom browser based on 
118 the Gecko layout engine. Rico runs without issue on this system.
119
120 <p>Firefox versions 1.x and 2.x displayed minor artifacts when a popup menu
121 overlayed a scrollbar. This is fixed in version 3.
122
123 <p>In order to display properly, a browser displaying a LiveGrid must be operating in 
124 <a href="http://www.quirksmode.org/css/quirksmode.html">strict (aka standards) mode</a>.
125
126
127 </body>
128 </html>