Bugs
: K-Meleon Forum
You can talk about issues with k-meleon here. But please, for confirmed bugs, use the bug tracker to report and give feedback on bugs.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=siria] Okay, then it really must be a win9x prob only - good for KM :D But that prob with the [b][color=red]1st-letter pages from the URL bar dropdown list[/color][/b] was really driving me CRAZY now! Am I nuts?!? Because it DID work recently to choose an entry with the cursor keys, and now it suddenly doesn't anymore, and for the life of me don't manage to figure out the reason!! But anyway, now I've made a little macro that creates an alternative menu, accessible in History Menu or Go-Button. If anyone wants to try, open Notepad and copy&paste the following text, then save as "urlbar-history-fix_UMRU.kmm" (or whatever name you wish, but make sure it has no .txt ending only .kmm) into a 'macros' folder, then restart browser. [hr] [color=blue]#ß K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage2) # ---------- urlbar-history-fix_UMRU -------------------------------- # Version : 1.0 (2010-11-11) # Author : siria # System : K-Meleon 1.6beta on Windows9x/ME # Menu : "URL Bar History (fix)" in History menu, or right- or long-click on Go-Button # Options : F2>Browsing: "Typed URLs" + "History" + "Finding Websites" # ----------------------------------------------------- [b]# Okay, not really a fix just a win9X workaround, but better than nothing ;-) # KM1.6 uses a gecko 1.9x engine, and therefore is NOT supported anymore for old systems # like windows9x/ME. It runs anyway, thanks to KernelEx tool, but with a few minor bugs. # E.g. on my machine the URL bar history doesn't work right if opened with the little dropdown # *ARROW* in the URL bar. Always opens only the 1st character and forgets the rest. # Note that all works fine if you start *TYPING* something in the URL bar![/b] UMRU_open{ $OpenURL=getpref(STRING,"kmeleon.MRU.URL".$ARG); &OpenURL_Typed; &_UMRU_UpdMenu; } UMRU_UpdOpenMenu{ macroinfo="Open page from the URL bar history list. OPTIONS: F2>Browsing / 'Typed URLs' + 'History' + 'Finding Websites'"; &_UMRU_UpdMenu; plugin(rebarmenu, "URL Bar History (fix9x)"); } _UMRU_BuildMenu{ setmenu("_Go",separator,-1); setmenu("_Go",macro,"URL Bar History (fix9x)","UMRU_UpdOpenMenu",-1); setmenu("Histor&y",macro,"URL Bar History (fix9x)","UMRU_UpdOpenMenu",3); # &_UMRU_UpdMenu; } _UMRU_UpdMenu{ $_UMRU_max=getpref(INT,"kmeleon.MRU.maxURLs"); $_nr=0; while($_nr < $_UMRU_max) &_UMRU_MenuLoop; } _UMRU_MenuLoop{ $_UMRUstring=getpref(STRING,"kmeleon.MRU.URL".$_nr); setmenu("URL Bar History (fix9x)",macro,$_UMRUstring,"UMRU_open(".$_nr.")",-1); $_nr=$_nr+1; } $OnInit=$OnInit."_UMRU_BuildMenu;"; $macroModules=$macroModules."urlbar-history-fix_UMRU;"; [/color][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development