Bug 506798 - Unable to tag a bookmark through the star panel. r=vladimir

This commit is contained in:
Justin Dolske 2009-10-30 16:13:41 -07:00
parent 039ec98ac1
commit c80ef0b0f9

View File

@ -1620,8 +1620,13 @@ pref("intl.enable_tsf_support", false);
pref("intl.tsf.on_layout_change_interval", 100);
#endif
#ifdef WINCE
// bug 506798 - can't type in bookmarks panel on WinCE
pref("ui.panel.default_level_parent", true);
#else
// See bug 448927, on topmost panel, some IMEs are not usable on Windows.
pref("ui.panel.default_level_parent", false);
#endif
pref("mousewheel.system_scroll_override_on_root_content.enabled", true);