We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff22c28 commit 09d711eCopy full SHA for 09d711e
1 file changed
docs/components_ItemDetails.bs.html
@@ -267,7 +267,11 @@
267
else
268
m.buttonGrp.buttonFocused = 0
269
end if
270
- focusButtonGroupChild()
+ ' Only move actual focus when the button group already owns it — avoid stealing
271
+ ' focus from the extras row or description when the button is removed asynchronously.
272
+ if m.buttonGrp.isInFocusChain()
273
+ focusButtonGroupChild()
274
+ end if
275
end sub
276
277
' manageShuffleButton: Add or remove Shuffle button for Series and Season types
0 commit comments