/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1 by Suren A. Chilingaryan
Initial import
1
Browser Specific
2
================
3
 Opera (9.25): 
4
    - Slow JS script handling: Selection, Window movements
5
    - Centring for popup labels is not working
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
6
    - Status-bar border is rendered wrong. This is fixed in version 9.27
1 by Suren A. Chilingaryan
Initial import
7
8
 IE6:
9
    - If legend (and other dialog) window is resized to very small size, IE6
10
    hides end part of titlebar background.
11
    - Then dialog window is over 'SELECT' form items, it's edges are damaged.
12
    This is because in IE6 the z-index is ignored for 'SELECT' and the used fix
13
    utilizes iframe to get rid of. But if iframe would be made to big it will
14
    prevent dialog resizing. So the edges are sacrificed to the resizing.
15
	+ Still the bug in some conditions (not tracked at the moment) still
16
	introduces itself in full his mighty.
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
17
    - There is some bug with determining offset(Width,Left,Height,Top), which
18
    results in missposition elements on few pixels. To neglect effects, you
19
    could edit adei.js/UpdateModuleGeometry and substract few pixels in w/h
20
    calculation. However, could be just ignored.
21
    - IE6 doesn't support sibling selectors in CSS, which prevents some
22
    optimizations of elements placement.
1 by Suren A. Chilingaryan
Initial import
23
24
 IE:
25
    - IE ignores CSS construct ':before { content: "{" }. Therefore, there is
26
    no better then color indictation of the currently selected source module.
27
    - Sometimes IE resizes Legend dialogs in that way that its width slightly 
28
    shorter than necessary and therefore the vertical scrollbar is appeared.
29
    - When the 'SELECT' element have big titles which are not fitting in
30
    the allocated space, the good browsers (Gecko, Safari, Opera) on 'select' 
31
    action resize popup window to full width. The IE doesn't. So only the 
32
    starting part of the titles is visible.
12 by Suren A. Chilingaryan
Layout redesign: search tab, controls, menu
33
    - Menu is opening under dialog windows due to the invalid z-index handling
1 by Suren A. Chilingaryan
Initial import
34
35
 KONQ3:
36
    - Not working at all
37
    - Konqueror 3 is reported to not support mouse wheel events
38
 
33 by Suren A. Chilingaryan
Documentation and configuration updates
39
40
Server Side
41
===========
42
 - Please, look in 'mysql.txt' and 'mssql.txt' for database specific problems
43
 and required fixes.