/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1 by Suren A. Chilingaryan
Initial import
1
MODIFICATIONS
2
=============
3
datetimepicker:
4
    addeded callback function to notify about value changes (onchange event
5
    is not emited if the input field is altered by JS)
6
7
cropper:
8
    major feature enchancements to provide application with much more 
9
    information on user interactions.
10
11
dhtmlHistory(rsh):
12
    In the original version there is certain problems with Internet Explorer,
13
    for example: http://code.google.com/p/reallysimplehistory/issues/detail?id=33
14
    
15
    There is some fixes, still certain problems in non-gecko browsers are still
16
    possible:
17
    1) I expect were could be problem if we are going back before new location
18
    is stored.
11 by Suren A. Chilingaryan
Graph navigation: mouse wheel, modifier keys, etc.
19
20
21
BROWSERS
22
========
23
 IE 6,7:
24
    - If durign event processing we call removeChild on the element associated
25
    with event, then IE will afterwards ignore keydown (and probaly some other
26
    events) until we click on the browser window.
27
    
28
    Actually, the problem was: We click on Apply button of selection and 
29
    afterwards IE ignores all key modifiers until we click in.
30
31