MozTW 討論區 https://forum.moztw.org/ |
|
Hide Menubar 與 All-in-One Sidebar 的衝突 https://forum.moztw.org/viewtopic.php?f=11&t=16555 |
第 1 頁 (共 1 頁) |
發表人: | Merci chao [ 2006-11-21, 17:19 ] |
文章主題 : | Hide Menubar 與 All-in-One Sidebar 的衝突 |
當 Hide Menubar 與 All-in-One Sidebar 一起服用時, 工具列選單中 "選單工具列" 就會不見了 (只是這樣....) 引言回覆: THE ONLY PROBLEM IS: 這本來是別人用 Personal Menu 時發現的 bug... 但這項功能是用 yuoo2k 大的 code... 所以希望有誰人可以幫我解惑一下... When you have 'All-in-One Sidebar' installed, the option to hide the Menus Toolbar is not available! TILL THEY FIX THIS, YOU CAN: 1. Disable 'All-in-One Sidebar', and restart. 2. Hide Menus Toolbar, and make your custom menus as mentioned above 3. Enable 'All-in-One Sidebar', and restart. ![]() |
發表人: | yuoo2k [ 2006-11-21, 19:42 ] |
文章主題 : | |
All-In-One Side Bar 它為了加自己的選單項目,強制換掉了整個產生該選單的副程式。 解決方法,我們把 hideMenubar 做串接的時程往後延就行了... 代碼: window.addEventListener("load",
function(){ try{ eval( 'onViewToolbarsPopupShowing = ' + eval('onViewToolbarsPopupShowing') .toString().replace('&& type != "menubar"', '') ); }catch(e){} } , false); |
發表人: | Merci chao [ 2006-11-21, 20:15 ] |
文章主題 : | |
Oh......原來就是這麼簡單.... ![]() 為甚麼中學時候老師只教 VB..... 對了, ABHere2 好像還沒有被認可耶 |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |