Commit 0149f94
Fix GetParent() to use unignored parent for blocked node children
Use GetUnignoredParent() in the common FlutterPlatformNodeDelegate::GetParent()
so children of kIgnored (accessibility-blocked) nodes are correctly parented
to the nearest visible ancestor in the AT-SPI tree.
This also resolves the build error in FlutterPlatformNodeDelegateTizen::GetParent()
which was calling the protected GetNativeAccessibleFromId() directly; it now
delegates to the base class implementation instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4b7ff5f commit 0149f94
File tree
2 files changed
+6
-7
lines changed- flutter/shell/platform
- common
- tizen
2 files changed
+6
-7
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
| |||
0 commit comments