Live Activity expanded leading/trailing regions VoiceOver focus misalignment

There seems to be a misalignment when using VoiceOver and selecting the leading/trailing regions in the expanded presentation for Live Activities. This is demonstrated with an extremely basic sample project, where the expanded region is defined by the following code:

DynamicIsland {
    DynamicIslandExpandedRegion(.leading) {
        Text("Leading")
    }
    DynamicIslandExpandedRegion(.trailing) {
        Text("Trailing")
    }
    DynamicIslandExpandedRegion(.bottom) {
        Text("Bottom \(context.state.emoji)")
    }
}

Is this simply a bug or am I doing something incorrectly/is there a workaround?

I have filed a bug report under FB15529579

This is a confirmed bug, we will follow up in your bug report.

Live Activity expanded leading/trailing regions VoiceOver focus misalignment
 
 
Q