Mozilla firefox ver 53 doesn't show “Device” option in “Responsive Design Mode”

会有一股神秘感。 提交于 2019-12-24 02:29:05

问题


According to this link, it should. But my Responsive Design Mode seems to be from before version 52, even though Firefox says it's version "53.0 (64-bit)"


回答1:


I had this problem and although the other answers were somewhat helpful, they didn't really solve this for me. After doing additional research, this is what I found what I had to do:

  1. Open about:config in your address bar.
  2. In the search bar, type browser.tabs.remote.autostart
  3. Double-click on this to change the value to true. If it was already set to true, no need to make any changes.
  4. Right-click anywhere on the list and from the drop-down menu, choose new -> boolean
  5. Name this 'browser.tabs.remote.force-enable'
  6. Set its value to true.
  7. In the search bar, type accessibility.force_disabled
  8. If it is present and the value is 0, set it to 1.
  9. Restart the browser

The device bar should now be present. Like so:

Credit goes to this page




回答2:


At the very top of the link you posted, there's this yellow box:

This page describes Responsive Design Mode as it appears in Firefox 52 and above. To see what it's like in earlier versions of Firefox, see Responsive Design Mode (before Firefox 52). This version of Responsive Design Mode also requires multi-process support (e10s) to be enabled in Firefox. If multi-process support is disabled, you'll see the old Responsive Design Mode instead.

If you're seeing the old responsive design mode, then probably you have e10s turned off. To check if that's the case, open the about:support page and check for the Multiprocess Windows entry. It will tell you if e10s is enabled or disabled and, if the latter, why.




回答3:


Go to mozilla firefox 'options' check 'Multiprocess Windows' and restart. you are done.




回答4:


Addition of the comment from @Dexter; to enable the multi-process support (e10s) do the step from the @Jahmic step 1-3 and restart the firefox. In my FF, there are 3 of them:

browser.tabs.remote.autostart
browser.tabs.remote.autostart.1
browser.tabs.remote.autostart.2

and I enable all of that. It is works for me (device option would appeared)



来源:https://stackoverflow.com/questions/43643795/mozilla-firefox-ver-53-doesnt-show-device-option-in-responsive-design-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!