tab-only navigation lost on bubble close
tab-only navigation lost on bubble close
debduttac
Posts: 9Questions: 2Answers: 0
Hi @allan ,
I have tab-only navigation. I am opening bubble for one column, on escape it closes.
Problem is, moment it closes, Tab-only navigation is lost.
The problem I found is in below code:
editor.one( 'close.keyTable', function () {
that.enable( true );
} );
I think enable should be based on earlier settings and not hardcoded to true.
This discussion has been closed.