equal
deleted
inserted
replaced
|
1 Widget Modality 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 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * No changes. |
|
38 |
|
39 3.8.0 |
|
40 ----- |
|
41 |
|
42 * No changes. |
|
43 |
|
44 3.7.3 |
|
45 ----- |
|
46 |
|
47 * No changes. |
|
48 |
|
49 3.7.2 |
|
50 ----- |
|
51 |
|
52 * No changes. |
|
53 |
|
54 3.7.1 |
|
55 ----- |
|
56 |
|
57 * No changes. |
|
58 |
|
59 3.7.0 |
|
60 ----- |
|
61 |
|
62 * No changes. |
|
63 |
|
64 3.6.0 |
|
65 ----- |
|
66 |
|
67 * Removed hard-coded "yui3-" CSS classname where the mask node was being |
|
68 retrieved via the ".yui3-widget-mask" CSS selector. [Ticket #2532363] |
|
69 |
|
70 3.5.1 |
|
71 ----- |
|
72 |
|
73 * Fixed regression where browsers which actually support `position: fixed` |
|
74 were also getting the fallback implementation to emulate fixed position, |
|
75 causing the mask node to be repositioned incorrectly. [Ticket #2532136] |
|
76 |
|
77 3.5.0 |
|
78 ----- |
|
79 |
|
80 * Initialization logic will now always run, even when a widget is constructed |
|
81 with `{modal: false}`; previously the initialization logic did not run in |
|
82 this case. [Ticket #2531401] |
|
83 |
|
84 * Fixed destruction lifecycle bug. The mask is now removed when no modal |
|
85 widgets are visible on the page. This also fixed an issue with multiple |
|
86 modal widget and their `visible` attribute. |
|
87 [Ticket #2531484, #2531821, #2531812] |
|
88 |
|
89 * Moved mask-related styles/skins out of Panel and into WidgetModality. |
|
90 |
|
91 3.4.1 |
|
92 ----- |
|
93 |
|
94 * Fixed focus-contention issues which caused infinite recursion when multiple |
|
95 modal Panels were visible on the page at the same time. [Ticket #2530953] |
|
96 |
|
97 * It is now possible to instantiate a Widget that uses the WidgetModality |
|
98 extension without needing to pass in a configuration Object. |
|
99 [Contributed by Jakub Kuźma] [Ticket #2531086] |
|
100 |
|
101 * Replaced references to `document` with `Y.config.doc`. [Ticket #2531220] |
|
102 |
|
103 3.4.0 |
|
104 ----- |
|
105 |
|
106 * Initial release. |