General
: K-Meleon Forum
General discussion about K-Meleon.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JohnHell] Specific reasons? Well, people who don't have problems live happy, that's sure. I was retrying to import all again to 1.6b2 as I have to accept that I won't be able to use 1.1.x more time. And the first annoyance and I complained before about: convert my new macro files to UTF8, because I can't UTF8 kmm files on previous versions, are they don't work. After all, remove double quotes " because now it's "very important" to use just single quote ', so when you make a javascript function and javascript request to use double quotes instead single quotes, you now have to change to double single quotes (insane). I know this is necessary to macro language to work, and you'll say that this is a rant, a mad rant. And I admit, but these things make me mad. Ok, fixing, fixing and fixing, waste of a good of time with several tries and errors. Now, I have a quite interesting problem (!!). I have the macro below to change colors on some pages and make more comfortable to read. As lately I browse with javascript disabled, I made "a trick" to enable javascript, run the injectJS function, and disable again javascript. It was working like a charm with 1.1.x 1.5.x. Why not on 1.6b2? No idea. But, worst, others that work the same way, I don't know if it is because they are called by menu, but works. This is related to that bug to not being able to use some accelerators? No idea. Well, the macro I said above, just only if someone would like to help: [code] alto_contraste{ [b]$jsison = getpref(BOOL,$jscript); $jsison == false ? &JSToggle : 0 ;[/b] injectJS("function kmbody(){var body; var num = 0; var cuantos; body = document.getElementsByTagName('*'); cuantos = document.getElementsByTagName('*').length; while(num<cuantos){body[num].style.backgroundImage = 'url(none)'; body[num].style.backgroundColor = '#858585'; body[num].style.color = '#000000'; if(body[num].href){body[num].style.backgroundColor = '#808090'} num++;}}"); [b]open("javascript:kmbody();"); $jsison == false ? &JSToggle : 0 ;[/b] } [/code] On bold "the trick". EDIT: Oh, more of those non-specific reasons. Crash, crash, crash. I told of this errors, and others made it too. But, why 1.6b2 gets stuck on 100% CPU load for no reason and the only way to continue is to hard-close it? I had this problem, from yesterday... mmmm... very often. I couldn't say how many times.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development