Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

new private window has no menu bar

  • 3 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от knifeman

more options

When using a private window I clink a link that opens a new window.

no menu bar in the new window. Hitting the alt key does nothing. Hovering in the upper right does nothing. FF just upgraded to 38.0.1 In a regular window all works fine, just not from a private window.

When using a private window I clink a link that opens a new window. no menu bar in the new window. Hitting the alt key does nothing. Hovering in the upper right does nothing. FF just upgraded to 38.0.1 In a regular window all works fine, just not from a private window.

Все ответы (3)

more options

You can check these settings:

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

The website is my own and was working until ff updated itself today.

Here is my code for the link:

<?php echo tep_draw_button(IMAGE_ORDERS_INVOICE, 'document', tep_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) .

Изменено cor-el

more options

my code was truncated not sure how to get it to show:

php echo tep_draw_button(IMAGE_ORDERS_INVOICE, 'document', tep_href_link(FILENAME_ORDERS_INVOICE, 'oID=' . $HTTP_GET_VARS['oID']), null, array('newwindow' => true)) 
.

Изменено cor-el