Is there any reason why Firefox would render an iframe differently than webkit (chrome/safari?)

Hello all,

I have an iframe that can open multiple tabs and displays a textarea associated with that tab when it is active. The rest of tabs (when not active, have a aria-hidden=‘true’ property, if that matters). Everything works as expected in Chrome and Safari tabbing around and seeing the cursor where you last left it, but in Firefox I lose the line where the cursor is at, as the view resets to line 1 when I tab back.

The issue is more prevalent when there are 100+ lines in the textarea. Sometimes the text area doesn’t even render, and I need to give it a key or resize event for it to come back!

This is all being rendered in AngularJS, but I don’t believe that is the part of the problem. Can anybody help :worried:

Hi, antibody339. Welcome to the forums. :smile_cat:

Could you post a link to a test site so we can see exactly what you see?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.