blob: 780e19fd839431b4a93c7f87a53555e018815b29 (
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
|
<!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>Known issues in <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> <!-- /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>
|