General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 

Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 38
8 years ago
misterp
JavaScript is also a possibility, see this thread.
Forum: General
8 years ago
misterp
Right now, http://www.google.com/finance causes the problem with the Ally Bank ad. The same ad causes CPU usage to go to 100% of one core in Firefox 41 as well with images enabled. But in Firefox you can switch tabs and use menus. In KM751, if you click on a menu heading(Bookmarks for example), it brings up the menu and you can do nothing with it. The problem happens in KM751 with images en
Forum: Bugs
8 years ago
misterp
I wrote this last weekend and it appeared on the forum, but it is not there now. I was exploring this problem a little more and here is what I know and parts of how to replicate the problem. 1) New profile. 2) Turn images off and javascript on. 3) Navigate to a site that uses javascript to load some kind of slide show of images. These mostly seem to be ad sites. Last week I had an exa
Forum: Bugs
9 years ago
misterp
Quoteadodupan ... Here is an example. ... I have no problem with CPU on that site as I have flash and images blocked as was stated. Of course, I get a CPU problem if I run the flash. My problem occurs with no flash running, unless something gets past flashblock. And still the CPU usage goes up. Edit: Just generated the problem and checked in process manager that there is no flash r
Forum: Development
9 years ago
misterp
Just happened. No crash, memory went up to 991,048K of 8Gb and KM became greyed out with the (Not Responding) header and nothing could be done with it. I don't really recall, there may never be a crash, just displaying of the Windows `K-Meleon is not responding message' with the Check for a solution(online), Close the program, Wait for a response options.
Forum: Development
9 years ago
misterp
I assumed lots of people were seeing this and it wasn't being discussed. I see this on all my machines, that 1 core gets taken over sometimes(usage ~50% on 2-core and ~25% on 4-core). It doesn't seem to be reliably repeatable, at least what I am seeing. Example machine: Win 7-64bit, 8Gb RAM, corei5-2500K, KM74b4 On Tools > Privacy: block java, block flash, block images, blo
Forum: Development
11 years ago
misterp
I've found in such situations that images are most of the download and so just reloading the page with all images is easiest(F9, F5, F9).
Forum: Improvement requests
12 years ago
misterp
QuoteKleon Also works fine with 1.7.0a2. Rught-click options though are missing, but there are keyboard shortcuts you can use instead. This is bug#1331, http://kmeleon.sourceforge.net/bugs/viewbug.php?bugid=1331.
Forum: General
12 years ago
misterp
I haven't really looked at any new things past 1.5.4 until today. The lack of the context menu is something changed in K-Meleon. But Kleon is correct, I never stray from the keyboard with focus in the textview pane. Dev info: It is just of the simplified form <xul> ... <window> ... <popup id="feedMenu"> ... </popup> ... <tree ... cont
Forum: General
15 years ago
misterp
Here is another strategy - just have the option to load a session by adding the top tabs to the already open tabs. Then you don't have to keep track of a second set of groups/sessions. This is just the macro I use, it is not pretty or good code, it contains two EN-US strings, but it is robust enough for my current sessions. AddSessionTabs.kmm # K-Meleon Macros (http://kmeleon.sourc
Forum: Development
15 years ago
misterp
QuoteYogi As expected, by adding Günter's or your line at the source K-M diplays the page fine. As mentioned before, another way to get the page correctly displayed is to open the page, afterwards hit the View-button\Encoding and check Unicode(UTF8). After short reloading the page will be correctly displayed. The downside, you have to do so every time you open the page. Or (as mentioned
Forum: General
15 years ago
misterp
You need to set 'intl.charset.default' equal to 'UTF-8' to get what you want. The first page sets the charset to UTF-8 in the server headers(View > cache information). The second page just uses ISO-8859-1. The first page is badly constructed in the sense that the page itself does not contain the necessary information to display the page correctly. Opera must be sm
Forum: General
15 years ago
misterp
I see the same results as Yogi. Neither page sets a charset. I don't know enough about html to know what is *supposed* to be assumed when no charset is specified. The first page just has its characters in UTF-8. The second page uses encoding: &uuml; for example. This is why there is a difference.
Forum: General
15 years ago
misterp
See also this NewsFox bug for more information. My guess is that the problem is the same.
Forum: General
15 years ago
misterp
Try and clear the cache(Tools > Privacy > Clear Data > Clear Cache) and see if that helps.
Forum: General
15 years ago
misterp
Hmm, I'm reading it under those conditions: http://kmeleonbrowser.org/forum/feed.php?1,type=rss What feed are you looking at? The new forum software is worse than the old version in that only the originating posts make the feed, but you can view them all with the web filter(ctrl-alt-shift-rightarrow).
Forum: General
15 years ago
misterp
Quotekko When you are using Display Style "Text", you should be able to click the link in the page's head and choose "Send Link URL...". That does currently nothing, indeed. This might be a bug in our macro or a consequence of the NewsFox design. I'll look into it... But this is only of academic interest(to the end user, devs might care...) since you can send the l
Forum: General
15 years ago
misterp
If you're using text view, click on the envelope icon in the header for the same result. I'm not sure why none of the browsers will send the link, but my guess is that it has to do with JavaScript not being allowed in the frame.
Forum: General
15 years ago
misterp
Yes, there is currently no automatic way to add feeds. To find feeds that would be listed in the Firefox URL bar, you can look at the source code(View menu > Source Code, or ctrl-U) for a tag like <link rel="alternate" title="Slashdot RSS" href="http://rss.slashdot.org/Slashdot/slashdot" type="application/rss+xml"> Any feed will be a link
Forum: General
15 years ago
misterp
NewsFox 1.0.4 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include global feed settings and refresh pausing. See the release notes for details. Subscribe to the NewsFox announcements feed to keep up with developments.
Forum: General
15 years ago
misterp
fastmail.fm
Forum: General
15 years ago
misterp
NewsFox 1.0.3 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include per feed sorting, feed sort by thread(useful for this feed!), XPath added to filtered web options. See the release notes for details. Subscribe to the NewsFox announcements feed to keep up with developments.
Forum: General
15 years ago
misterp
NewsFox doesn't have any preset sizes since we want to use whatever space the user has set up. For the first question, I would try opening a new window with about:blank and then changing the location.href. For the second question, you basically need to check if it is open. That's what we do in Firefox in browser overlay code, but there aren't overlays in K-Meleon. Here is a
Forum: General
15 years ago
misterp
Tools > Privacy > Clear Data > Clear Automatically...
Forum: Development
15 years ago
misterp
NewsFox 1.0.1 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include keyword searching, keyboard shortcuts editing, and more skinning properties. See the release notes for details. Subscribe to the NewsFox announcements feed to keep up with developments.
Forum: General
16 years ago
misterp
NewsFox 1.0 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include keyboard shortcuts in view pane with new help screen, skinning(newsfox.css is now a CSS file for newsfox.xul), bug fixes. Note that for the skinning to work in K-Meleon, you must open chrome://newsfox/content/newsfox-overlay.xul which will load the style file and then
Forum: General
16 years ago
misterp
NewsFox 0.8.4 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include Bayesian interest filter, source and author provided for articles, improved OPML import speed, most preferences in user interface, and more. See the release notes for details. Subscribe to the NewsFox announcements feed to keep up with developments.
Forum: General
16 years ago
misterp
QuotekkoActually, all you need to do is hitting F2 and setting 'Selected Text' to open in a new layer. Doh.
Forum: General
16 years ago
misterp
Working partial answer - I am no macro expert , this is just cutting and pasting from the main.kmm with small changes. This won't replace the current menu option, just will add a new one to do what you want. Change '&OpenURL_InBg;' to '&OpenURL_InNew;' inside .kmm file if you want it opened in the foreground. Added inside menus.cfg: !Selection{ Open as U
Forum: General
16 years ago
misterp
NewsFox 0.8.3 for K-Meleon has been released. NewsFox is the RSS/Atom feed reader included with K-Meleon. New features include feed by feed update intervals, feeds for storage, article tags, feed disk encryption, and more. See the release notes for details. Subscribe to the NewsFox announcements feed to keep up with developments. NOTE: The Russian translation is not complete in this ve
Forum: General
Pages: 12Next
Current Page: 1 of 2

K-Meleon forum is powered by Phorum.