ok you have got the solution always ,
just except one tric. find first id or class in your patch text with a jscript function and focus over the element with jquery. something like below:
for all characters untill find 'id'
var firstIdOfThePatchText = xxx;
$('#firstIdOfThePatchText ').focus...
cheer