blob: 15ad8b9a07025b77789ec1b4605326b8062020d6 (
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
|
<!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=utf-8" />
<title>IT Mill Toolkit 5</title>
<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
<![endif]-->
</head>
<body>
<div id="container">
<div class="header">
<h1>Introducing IT Mill Toolkit 5</h1>
<em>Effortless web application development for Java-programmers.</em>
<a href="http://www.itmill.com" title="Open www.itmill.com">Visit itmill.com</a>
</div> <!-- /Header -->
<div class="content">
<div>
<h2>Release notes version <version></version></h2>
<h4>General</h4>
<p>
This document is under construction.</p>
<p>
<br />
<h4>Abbreviations</h4>
<p>
IE = Internet Explorer, FF = Firefox, SA = Safari, OP = Opera
</p>
<h4>Known issues in <version></version></h4>
<p>
Starting any demo may take long time (5 seconds) on some environments. Should not affect on "real" environments.
</p><p>
Table component makes extra requests when disabling/enabling the table (FF only)
</p><p>
Window: moving / dragging windows should be more usable
</p><p>
Embedded / Window: embedded (Flash) are rendered through window
</p><p>
Panel: setComponentError, setIcon, setDescription do not work
</p><p>
Select: setEnabled(false) still can be edited
</p><p>
TabSheet: container area width is different to tabs
</p><p>
setReadOnly(true): issues on multiple components
</p><p>
Tabsheet: setComponentError, setIcon, setDescription do not work
</p><p>
Calendar: jumpy, buttons change position
</p><p>
Select has thin red lines (other widgets are seen through)
</p><p>
Window / RichTextArea: whole scrolls / jumps up when bold is clicked
</p><p>
Session: When server is restarted, application hangs (Safari)
</p><p>
RichTextEditor: setEnabled(false) still can be edited
</p><p>
SplitPanel: implement spacing
</p><p>
Form two-columns GridLayout breaks captions.
</p><p>
Add setMaxLength() to TextField
</p><p>
Cancelling (big) uploads should be possible
</p><p>
(Sub-) Window closing should be possible
</p><p>
QueryContainer must implement Sortable
</p><p>
QueryContainer should implement Container.Filterable
</p><p>
QueryContainer should support preparedstatements-type API
</p><p>
Creating minimized/optimized widgetset still contains default theme (css files)
</p><p>
Select: when opening selection div it always starts from top even though currently selected value is elsewhere
</p><p>
Window resize: if mouse hits scrollbar when dragging, cursor dragging state is lost on (SA)
</p><p>
Tree don't support icons
</p><p>
Container.Hierarchical.setParent() should be setItemParent() (etc)
</p><p>
CustomComponent: setVisible(false) does not hide it, setEnabled(false) does not disable it
</p><p>
RichTextArea performance issues (FF)
</p><p>
RichTextArea extra scrollbars issues on some layouts (SA)
</p><p>
DateField.setLocale floods to other components aswell
</p><p>
Table column selector div may be positioned randomly wrong (IE)
</p><p>
Error message in Button is not shown (FF)
</p>
</div> <!-- /getting-started -->
<div class="clearer"></div>
</div> <!-- /content-->
<div class="footer">
<a href="http://www.itmill.com">IT Mill Ltd.</a>
<em>Interfacing IT</em>
</div> <!-- /footer -->
</div> <!-- /container -->
</body>
</html>
|