Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  

Pages: PreviousFirst...1011121314...LastNext
Current Page: 12 of 25
Results 331 - 360 of 723
9 years ago
Dorian
QuoteZero3K Its telling me that my username doesn't exist in its database. Try again.
Forum: Development
9 years ago
Dorian
I've found a simple enough bug tracker, you should be able to login with your forum account. http://kmeleon.sf.net/flyspray Use it to submit yours kmeleon 74 bugs before they're lost forever in the forum, and tell me if you have any problem.
Forum: Development
9 years ago
Dorian
Do you know why the thumbs are not working in about:newtab ?
Forum: Other custom builds
9 years ago
Dorian
A little update to fix mainly the right click crash.
Forum: Development
9 years ago
Dorian
Nothing. I just though you could pass the default value in case the pref is missing, but you have to handle it yourself.
Forum: General
9 years ago
Dorian
For some reason $TextZoom is a string, so you have to use a number for the comparaison: _EaseRead_AutoRun { $_zoom=12; # if (hostname($URL) == "kmeleon.sourceforge.net") $_zoom=16; if (hostname($URL) == "www.example2.com") $_zoom=14; if (index($URL,"kmeleonbrowser.org/forum/")>-1) $_zoom=10; # while ($_zoom > $TextZoom ) id(ID_FONT_INCREASE) ; while
Forum: General
9 years ago
Dorian
Autocomplete form doesn't work with K-Meleon 74 but that's fixed in the development release using gecko 31
Forum: General
9 years ago
Dorian
Silly me, right click crash when there is no CSS background QuoteJohnHell In street language. What that implies? That now you must call the function name inside JS_func/JSfunc with the mandatory JS_doit/JSdoit? In other works, it doesn't autoexec itself or what is it exactly? Security restrictions, js need to be enabled, and other things. I'm not really sure.
Forum: Development
9 years ago
Dorian
Download here This version is for testing possible regressions with the new gecko. Download was broken with the version using gecko 30 and is fixed in this one. The function used by injectjs does not exist anymore, I had to switch to the old version used by km 1.1 (which just inject a <script> in the page). For better result, it probably need to be rewritten in js ... Also I've
Forum: Development
9 years ago
Dorian
I was doing some test and, I didn't disable it correctly
Forum: Improvement requests
9 years ago
Dorian
The mimetype editor in 74 is broken and always empty, but looks like nobody noticed it.
Forum: General
9 years ago
Dorian
QuoteZero3K 2. Is there any way to fix the issue with some sites not showing their favicon when added as a bookmark? It should work better with the final version, but you need to add the site again in your bookmark. If it still not work, tell me what sites Quoterodocop But one thing is absent: Newsfox. Ooops, totally forgot about it after my addon experiment. I think a kmext should be ma
Forum: Announcements
9 years ago
Dorian
Download installer / Download 7z Thanks to all those who participated in this release and helped testing it. With contribution from: adodupan, naruman, jujuland, guenter, JamesD Translations: Chinese: Chanson Yu French: jujuland German: guenter Russian: rodocop Spanish: desga2
Forum: Announcements
9 years ago
Dorian
Ah, I though favorites and bookmarks worked the same. I'm uploading final to sourceforge right now, fix is inside. Injectjs doesn't return value because it was crashing. I couldn't fix it and stopped trying when I saw that the function used by injectjs was removed in gecko 31.
Forum: Announcements
9 years ago
Dorian
The file should have changed and look like it did for me. I've uplodaded it again just to be sure.
Forum: Announcements
9 years ago
Dorian
I wasn't around lately because I'm a bit ill. I've updated the final release with the correct session plugin and fixed a crash that appeared. I'll try to make the official announcement tomorrow. Quoteguenter crashrpt.dll from 28. Juli 2014, 21:56:26 does for some unknown reason not fire up with 74 final on this system. Check if the plugin is active, you have to activ
Forum: Announcements
9 years ago
Dorian
QuoteJohnHell QuoteadXok Hi, guys Does the audio Translator button in Google translate work for you in this version of K-meleon. Seems mine does'n work yet it works in IE and SeaMonkey. Can anyone one of you confirm or is there any settings I should tweak or tick/untick? For me doesn't work in 74 Final, nor in Firefox 31. It works for me :s Quoteguenter A random comrade I h
Forum: Announcements
9 years ago
Dorian
QuoteZero3K 1. Has it been added to the final version or will it be provided as an update? 2. Why does the size of one toolbar have to be increased in order to do that? 1. Will be added 2. Set kmeleon.display.lockedToolbarAlt to false and you'll understand About the crashes, I've fixed what I could. Most of them are due to mozjs, flash, graphic drivers and I've even saw a vi
Forum: Announcements
9 years ago
Dorian
QuoteZero3K 1. Also, there's a bug with the saving of Sessions. Look like I forgot to include the fix for this regression. QuoteZero3K 2. The padding of the toolbars should be removed when they're locked. But then the size of 1 toolbar must be increased, the question is which one. QuoteJohnHell What now? Updates of Gecko versions? You told something about 30 in the past. I h
Forum: Announcements
9 years ago
Dorian
Look at general.useragent.site_specific_overrides This should work in gecko 24 (was removed since 25)
Forum: Bugs
9 years ago
Dorian
Here the final release unless I forgot something. Fixed history back menu not opening the correct page and kmeleon not sending the correct locale to website.
Forum: Announcements
9 years ago
Dorian
Quoteadodupan You have already made ​​the first serious move with addons manager, second is customize of toolbar buttons (theme, skin), go to ff\view\toolbars\customize. I have not tried this, but i'm pretty sure i can get this xul window with icons in km. Serious cut and hard work means that we should rewrite toolbars.dll file. It's not just toolbars, you need a way to get all
Forum: Announcements
9 years ago
Dorian
Got the bug, for the same icon. I saw it because it was displayed for another website. So I got both bug at the same time. I've found reference of a similar bug in microsoft forums (color degrading after multiple save/load), but it looks like it was never fixed.
Forum: General
9 years ago
Dorian
Not sure. Inspect the button with firefox. This happen only with english version since the default text is "Submit query".
Forum: Bugs
9 years ago
Dorian
One setting general.useragent.compatMode.firefox I'm getting remorse now to have set this to true. Someone made a macro for it, I'll add it in the final release.
Forum: Bugs
9 years ago
Dorian
Quotenaruman Add the kmeleon.js to km is good move , but it may have some limited since it will use only the working functions of JS Bridge (SetMenuCallback,Open,Id,SetMenu,RebuildMenu,SendMessage) . Yes, jsbridge need to be improved and you don't have all the utility macros from main.kmm (they could just be rewritten in js). But js can support more thing like enable/disable on the fly a
Forum: Announcements
9 years ago
Dorian
Same thing than before, but now with js version. It runs the startup function in kmeleon.js. Now you should have 2 menu items, one from kmm and one from js.
Forum: Announcements
9 years ago
Dorian
Probably the last update Implemented restart, improved favorites and bookmarks icon (bug 1056), and fixed encoding for hotlist.
Forum: Announcements
9 years ago
Dorian
QuoteJohnHell @Dorian, a latest enhancement request: ESC key to close history, if possible. Will do. Add in history.xul <keyset> <key id="close-key" keycode="VK_ESCAPE" oncommand="window.close();"/> </keyset> Quotenaruman It's look like you activated the "SendMessage" function of the jsbridge , i had seen it
Forum: Announcements
9 years ago
Dorian
SIte bug. They forgot value in their input.
Forum: Bugs
Pages: PreviousFirst...1011121314...LastNext
Current Page: 12 of 25

K-Meleon forum is powered by Phorum.