File: readme.txt

package info (click to toggle)
libmicroba-java 1%3A0.4.4.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: java: 5,286; xml: 177; sh: 23; makefile: 13
file content (41 lines) | stat: -rw-r--r-- 1,585 bytes parent folder | download | duplicates (5)
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
TIPS & TRICKS:
	1.	In Applet#init(), call Microba.init() to handle browser refresh button correctly.
	
CONTRIBUTORS:
(random order)
	* Alessandro Falappa: Italian translation
	* Frido van Orden, Henk van Voorthuijsen: Dutch translation
	* Gustavo Santucho: Spanish translation
	* Gregory Kaczmarczyk: Polish translation
	* Philipp Meier: German translation
	* Claus Nielsen: Danish translation
	* Felix Bordea: Romanian translation
	* David Ekholm: Swedish translation

TRANSLATION:
	For the list of supported language translations, look into 
	com\michaelbaranov\microba\calendar\DefaultCalendarResources.properties
	
	Help translating needed! Please contribute!
	Send the translations to: michael[.]baranov[@]gmail[.]com	

KNOWN PROBLEMS:

	1.	DatePicker: while editing the field, enter arbitrary string after the last formatted character,
	position cursor anywhere past the last formatted character, press up or down key -> exception is 
	raised:
	
	java.lang.IllegalArgumentException: Invalid index
	...
	
	Reason: a bug in Sun's javax.swing.text.InternationalFormatter. 
	
	2.	DatePicker: set the style to STYLE_MODERN, open dropdown, click month combo box -> dropdown 
	is hidden OR can not close dropdown anymore OR exception (depends on JRE version).
	
	Reason: a bug in Sun's javax.swing.JPopupMenu, when using "popup in popup".
	
	3.	DatePicker: if a heavy-weight popup is used to display dropdown (for ex. it goes outside a JFrame),
	dropdown does not receive keyboard focus anymore.
	
	Reason: a bug in Sun's focus handling routines.