equal
deleted
inserted
replaced
|
1 Focus Manager Change History |
|
2 ============================ |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * [!] DEPRECATED: The FocusManager Node Plugin has been deprecated as of |
|
33 YUI 3.9.0. This module will be removed from the library in a future version. |
|
34 If you require functionality similar to the one provided by this module, |
|
35 consider taking a look at the various modules in the |
|
36 [YUI Gallery](http://yuilibrary.com/gallery/). |
|
37 |
|
38 3.8.1 |
|
39 ----- |
|
40 |
|
41 * No changes. |
|
42 |
|
43 3.8.0 |
|
44 ----- |
|
45 |
|
46 * No changes. |
|
47 |
|
48 3.7.3 |
|
49 ----- |
|
50 |
|
51 * No changes. |
|
52 |
|
53 3.7.2 |
|
54 ----- |
|
55 |
|
56 * No changes. |
|
57 |
|
58 3.7.1 |
|
59 ----- |
|
60 |
|
61 * No changes. |
|
62 |
|
63 3.7.0 |
|
64 ----- |
|
65 |
|
66 * No changes. |
|
67 |
|
68 3.6.0 |
|
69 ----- |
|
70 |
|
71 * No changes. |
|
72 |
|
73 3.5.1 |
|
74 ----- |
|
75 |
|
76 * No changes. |
|
77 |
|
78 3.5.0 |
|
79 ----- |
|
80 |
|
81 * No changes. |
|
82 |
|
83 |
|
84 3.4.1 |
|
85 ----- |
|
86 |
|
87 * No changes. |
|
88 |
|
89 |
|
90 3.4.0 |
|
91 ----- |
|
92 |
|
93 * No changes. |
|
94 |
|
95 |
|
96 3.3.0 |
|
97 ----- |
|
98 * Fixed an issue with next/previous behavior that could cause focus to get |
|
99 stuck at the beginning or end of a control set when the `circular` |
|
100 attribute was set to `false`. [Ticket #2529353] |
|
101 |
|
102 |
|
103 3.2.0 |
|
104 ----- |
|
105 |
|
106 * Fixed an issue that prevented arrow keys from working properly in form |
|
107 input fields and textareas inside a focused node. [Ticket #2529041] |
|
108 |
|
109 |
|
110 3.1.2 |
|
111 ----- |
|
112 |
|
113 * No changes. |
|
114 |
|
115 |
|
116 3.1.1 |
|
117 ----- |
|
118 |
|
119 * No changes. |
|
120 |
|
121 3.1.0 |
|
122 ----- |
|
123 |
|
124 * Updated the "refresh" method so that it will set up event listeners if they |
|
125 haven't yet been set up, enabling the Focus Manager to be plugged into an |
|
126 empty Node with the focusable descendants to be added later. |
|
127 |
|
128 |
|
129 3.0.0 |
|
130 ----- |
|
131 |
|
132 * Fixed an issue where mousing down on a child node of a descendant would |
|
133 result in the descendant losing focus. |
|
134 |
|
135 |
|
136 3.0.0 beta 1 |
|
137 ------------ |
|
138 |
|
139 * Initial release. |