Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Inpage Load with iframe anchor tag

  • 2 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta de c2

more options

I'm working on a reactJs project where we're running an app in an iframe. The app and the project are interconnected. App has an in-page navigation(in same URL) with an anchor tag that allows you to launch a new component in the same tab. It worked and was compatible with all commands prior to the release of the new version of Firefox 95. The click function is not working after the rollout (its not responding in any way). When you use Ctrl + click, a new tab opens with the same URL as the anchor tag with navigated component(and working with target=_blank too). Is this happning beacuse of new security release of RLBox. If this is the case, what other options do I have for resolving the problem?

I'm working on a reactJs project where we're running an app in an iframe. The app and the project are interconnected. App has an in-page navigation(in same URL) with an anchor tag that allows you to launch a new component in the same tab. It worked and was compatible with all commands prior to the release of the new version of Firefox 95. The click function is not working after the rollout (its not responding in any way). When you use Ctrl + click, a new tab opens with the same URL as the anchor tag with navigated component(and working with target=_blank too). Is this happning beacuse of new security release of RLBox. If this is the case, what other options do I have for resolving the problem?

Solução escolhida

Found the same Issue on Buzilla

Firefox does not allow navigating for links with target set to parent for applications inside an iframe They have provided temporary solution untill the bug is fixed from there end. Steps: 1. Open url about:config 2. Change the flag to false fission.autostart 3. Close the FireFox and restart.

Ler esta resposta 👍 0

Todas as respostas (2)

more options
more options

Solução escolhida

Found the same Issue on Buzilla

Firefox does not allow navigating for links with target set to parent for applications inside an iframe They have provided temporary solution untill the bug is fixed from there end. Steps: 1. Open url about:config 2. Change the flag to false fission.autostart 3. Close the FireFox and restart.

Alterado por c2 em