{key:tab} not going to next element in srfax.com

I am attempting to expand text in an online faxing system (srfax.com), when trying to fill out the subject line and then {key:tab} to the body of the cover page the page will not listen to the {key:tab} command. It works great if I do it manually but the tab key doesn't work in text blaze. Is there a workaround on issues like this where the page is behaving differently programmatically vs. manually? I hope this makes sense!

Hi, and welcome to the forum! :slight_smile:

The reason this fails is the second text editor is in an iframe. Iframes are like little embedded webpages.

We want to add support for tabbing into an iframe in the future, but at the moment it isn't possible.

Thanks for the information!