Closed Bug 1410875 Opened 7 years ago Closed 7 years ago

Mobile Bookmarks Folder Created, Although No Mobile Device

Categories

(Firefox :: Bookmarks & History, defect)

56 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1397551

People

(Reporter: htlausch, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170926190823

Steps to reproduce:

Have Firefox on both my laptop PC (Windows 10 Creators) and my iMac (OSX). Created Firefox sync account. New "Mobile Bookmarks" folder was created on both machines. Tried using "about:config" to turn off "Mobil Bookmarks" folder, but the setting doesn't stick. On the Windows laptop this fix works: userChrome.css file created in a folder named chrome in profile folder.

/* Hide Mobile Bookmarks on menus */
#BMB_mobileBookmarks, #menu_mobileBookmarks {
  display: none !important;
} 

This fix does not work on the iMac running OSX.


Actual results:

"Mobile Bookmarks" keeps coming back even though turned off (false) in "about:config"


Expected results:

"Mobile Bookmarks" should remain hidden when turned off.
Component: Untriaged → Bookmarks & History
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.