blob: a39efab8722271fbdf06a3faf3eb362fb6f25ebb (
plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>IT Mill Toolkit</title>
<link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" />
<link rel="start" href="index.html" title="IT Mill Toolkit" />
<style type="text/css">
table.issues {
border-width: 1px 1px 1px 1px;
border-spacing: 2px;
border-style: none none none none;
border-color: gray gray gray gray;
border-collapse: collapse;
background-color: white;
}
table.issues th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: dashed dashed dashed dashed;
border-color: gray gray gray gray;
background-color: white;
-moz-border-radius: 0px 0px 0px 0px;
}
table.issues td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: dashed dashed dashed dashed;
border-color: gray gray gray gray;
background-color: white;
-moz-border-radius: 0px 0px 0px 0px;
}
</style>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="container">
<div id="header"><h1>IT Mill Toolkit</h1></div><div id="itmilllogo"></div><div id="page">
<div class="navheader"><table width="100%" summary=""><tr><th align="center" colspan="3">IT Mill Toolkit</th></tr>
<tr><td align="left" width="20%"> </td><th align="center" width="60%"> </th>
<td align="right" width="20%"></td></tr></table summary=""><hr /></div><div class="book" lang="en">
<div class="titlepage"><div><div><h1 class="title">
<a name="N40001"></a>IT Mill Toolkit Release Notes</h1></div>
<div><h2 class="subtitle">Version <version></version></h2></div><div>
<div class="author"><h3 class="author"></h3></div></div>
<div><p class="copyright">Copyright © 2007 Oy IT Mill Ltd. All rights reserved.</p></div>
<div><div class="abstract"><p class="title"></p>
<h3>General</h3>
<p>
Version <version></version>. This document is under construction.</p>
<p>
<br />
<h4>Known issues in this Release (<version></version>)</h4>
IE = Internet Explorer, FF = Firefox, SA = Safari, OP = Opera
<br/>
Starting any demo may take long time (5 seconds) on some environments. Should not affect on "real" environments.
<br/>
Table component makes extra requests when disabling/enabling the table (FF only)
<br/>
Window: moving / dragging windows should be more usable
<br/>
Embedded / Window: embedded (Flash) are rendered through window
<br/>
Panel: setComponentError, setIcon, setDescription do not work
<br/>
Select: setEnabled(false) still can be edited
<br/>
TabSheet: container area width is different to tabs
<br/>
setReadOnly(true): issues on multiple components
<br/>
Tabsheet: setComponentError, setIcon, setDescription do not work
<br/>
Calendar: jumpy, buttons change position
<br/>
Select has thin red lines (other widgets are seen through)
<br/>
Window / RichTextArea: whole scrolls / jumps up when bold is clicked
<br/>
Session: When server is restarted, application hangs (Safari)
<br/>
RichTextEditor: setEnabled(false) still can be edited
<br/>
SplitPanel: implement spacing
<br/>
Form two-columns GridLayout breaks captions.
<br/>
Add setMaxLength() to TextField
<br/>
Cancelling (big) uploads should be possible
<br/>
(Sub-) Window closing should be possible
<br/>
QueryContainer must implement Sortable
<br/>
QueryContainer should implement Container.Filterable
<br/>
QueryContainer should support preparedstatements-type API
<br/>
Creating minimized/optimized widgetset still contains default theme (css files)
<br/>
Select: when opening selection div it always starts from top even though currently selected value is elsewhere
<br/>
Window resize: if mouse hits scrollbar when dragging, cursor dragging state is lost on (SA)
<br/>
Tree don't support icons
<br/>
Container.Hierarchical.setParent() should be setItemParent() (etc)
<br/>
CustomComponent: setVisible(false) does not hide it, setEnabled(false) does not disable it
<br/>
RichTextArea performance issues (FF)
<br/>
RichTextArea extra scrollbars issues on some layouts (SA)
<br/>
DateField.setLocale floods to other components aswell
<br/>
Table column selector div may be positioned randomly wrong (IE)
<br/>
Error message in Button is not shown (FF)
<br/>
</div></div></div></div>
<br />
</div><div class="navfooter"><hr /><table width="100%" summary=""><tr><td align="left" width="40%"> </td><td align="center" width="20%"> </td><td align="right" width="40%"></td></tr><tr><td valign="top" align="left" width="40%"> </td><td align="center" width="20%"> </td><td valign="top" align="right" width="40%"></td></tr></table></div></div><div id="footer"><span>Version: <version></version></span>© Oy IT Mill Ltd. 2000-2007</div></div></body></html>
|