OLD | NEW |
| 1 CONSOLE MESSAGE: line 1727: console.trace |
| 2 CONSOLE MESSAGE: line 1727: console.trace |
| 3 CONSOLE MESSAGE: line 1727: console.trace |
| 4 CONSOLE MESSAGE: line 1727: console.trace |
| 5 CONSOLE MESSAGE: line 1727: console.trace |
| 6 CONSOLE MESSAGE: line 1727: console.trace |
| 7 CONSOLE MESSAGE: line 1727: console.trace |
| 8 CONSOLE MESSAGE: line 1727: console.trace |
1 This tests that events are properly propagated through Widget hierarchy. | 9 This tests that events are properly propagated through Widget hierarchy. |
2 | 10 |
3 | 11 |
4 Running: testShowWidget | 12 Running: testShowWidget |
5 Widget() | 13 Widget() |
6 Widget.show() | 14 Widget.show() |
7 Widget.wasShown() | 15 Widget.wasShown() |
8 Widget.onResize() | 16 Widget.onResize() |
9 Widget.detach() | 17 Widget.detach() |
10 Widget.willHide() | 18 Widget.willHide() |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 Parent.show() | 257 Parent.show() |
250 Parent.wasShown() | 258 Parent.wasShown() |
251 Parent.onResize() | 259 Parent.onResize() |
252 Child() | 260 Child() |
253 Child.show() | 261 Child.show() |
254 Child.wasShown() | 262 Child.wasShown() |
255 Child.onResize() | 263 Child.onResize() |
256 Child.show() | 264 Child.show() |
257 Child.onResize() | 265 Child.onResize() |
258 | 266 |
OLD | NEW |