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

Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 9
Results 121 - 150 of 248
12 years ago
deadlock
Didn't find this bug in forum and bugs. Drag & Drop from tab bar to tab bar using 1.54 source and to 1.6++ target. It doesn't work and kills the target on second try. The code was already marked: // THIS CODE SUCKS ******** but was not fixed. A simple test for ParentFrame access has solved this.
Forum: Bugs
12 years ago
deadlock
@JamesD >Also you must use one of the methods >which uses the zoom.kmm file in order >for the zoom action to be captured. That is wrong. Zoom.kmm must learn to read zoom level of active view. >All the count was used when you were in the left tab. >The count was global What creates count and for what? You where confused by the size of your macro? Why don't yo
Forum: Development
12 years ago
deadlock
@JamesD >CTRL VK_PLUS ID_FONT_INCREASE Increase the font size. >CTRL VK_ADD ID_FONT_INCREASE Increase the font size. >CTRL VK_MINUS ID_FONT_DECREASE Decrease the font size. >CTRL VK_SUBTRACT ID_FONT_DECREASE Decrease the font size. They use page zoom not ID_FONT_INCREASE/ID_FONT_DECREASE. >I can describe how you can see the problem on your own computer >if yo
Forum: Development
12 years ago
deadlock
@JamesD >I have no idea how to reset a zoom done with the mouse wheel. A reset is applied on first frame. Zooms to 100%. I can add a keycode. float zoom = (float)theApp.preferences.GetInt("zoom.defaultPercent", 100); this->mpBrowserView->GetBrowserWrapper()->SetFullZoom(zoom / 100); >Scratch head, and start all over someday. Write a small example to describe th
Forum: Development
12 years ago
deadlock
@JamesD You said your new zoom.kmm changed all open tabs. I only tested with default zoom.kmm from 1.6b2. Using <ctrl> with mouse wheel works like <ctrl> with "+/-". With keyboard only, status bar displays "Full Zoom: 2-40". All tabs are independent. >The text in the other tab will remain four zooms bigger >than the default. I misunderstood that? S
Forum: Development
12 years ago
deadlock
@JamesD That is confusing. I'll keep that in mind for later. Your zooming affects all open tabs, while my zooming with <ctrl> + mouse wheel only changes the current tab. Is it really such a problem to change default zoom.kmm to do the opposite? It may be related to Siria's problem with Block Advertisement refreshing all tabs. Reset of zoom should be added to accel
Forum: Development
12 years ago
deadlock
@JamesD I began to use tabs last winter. You're at least 2 years ahead. PriorTabs.ini >>Did you try to use $WindowNumber and $TabNumber? >They return the integer counts of windows >and tabs in the window in focus. The integer count of windows in the window in focus? The count of tabs in a window sounds better, but no macro in KM 1.6b2 is using them. Both commands
Forum: Development
12 years ago
deadlock
@JamesD >return a string containing a unique value >representing the tab and window which currently has focus. Did you try to use $WindowNumber and $TabNumber? $SelectedText is in the same file.
Forum: Development
12 years ago
deadlock
QuoteJamesDYes, everything works just right now. Fine! Anything else to change?
Forum: Development
12 years ago
deadlock
@JamesD >I see that Guenter did not use the about: system. I told you not to abuse about:mozilla. Does it fail using chrome://global/content/mozilla.xhtml and succeed using about:mozilla? If yes, restrictions for chrome://global/content/privilege.xhtml should be removed instead of adding support for about:privileges or about:permissions.
Forum: Development
12 years ago
deadlock
@adodupan Brilliant, thanks!
Forum: General
12 years ago
deadlock
@JamesD >mozilla.xhtml file to privilege.xhtml. Then I got the mozilla.xhtml >from KM 1.5.4 and added it to the folder. Then I used 7zip to 'store' How dare you touch mozilla.xhtml? It is for about:mozilla. >the entire thing back as 'embed.7z' which I renamed 'embed.jar'. Does your new zipped jar-file extract the same way? >Even with one ext
Forum: Development
12 years ago
deadlock
@siria >James and I are no programmers! That's just your point of view. >complicated stuff and JS codes is your part ... if I want more headaches. >there never showed up anyone who could >help out with even a single line of JS You didn't ask loud enough. (EDIT: listed my own disabilities) >There are no programmers around anymore actively and the doors ar
Forum: Development
12 years ago
deadlock
@JamesD >Does it create a Priviledge.ini? -- Yes It still exists. >Does it create a Privilege.htm? -- No. It doesn't exist and can be removed from header. >Priviledge.htm became mozilla.xhtml. I'm not sure who made your chrome but mine looks like this: about:mozilla >Does it change chrome to add large-alert.png to about:mozilla? -- No, >desga2 did th
Forum: Development
12 years ago
deadlock
@JamesD >Macros only run in the window/tab in which they start. If opened by Menu -> active browser? If opened by URL Bar -> active browser? If opened by Preferences -> Preferences window? And you don't even get the title of the window? >If I type 'tab' in the URL bar I will be taken to www.tab.com. If autocomplete doesn't change it or is disabled. F
Forum: Development
12 years ago
deadlock
@siria >you can surely add some little helper macro to main.kmm I don't need new macros. >which hands over a composed variable name You can use temporary values in preferences with cleanup on start of script. >we have no JS experts here. There are lots off JS experts here. You can download all your scripts, samples and tutorials. >A returned length over 128 chara
Forum: Development
12 years ago
deadlock
@JamesD Troubleshooting.kmm Does it create a Priviledge.ini? Does it create a Privilege.htm? Does it change chrome to add large-alert.png to about:mozilla? TS is no acronym for privilege. Why did you remove the faq link? Window handle: Can change while the macro is running. Same with tab IDs. IDs: Do you have a macro that returns the focused element? Do you know where the focus i
Forum: Development
12 years ago
deadlock
@JamesD >For troubleshooting.kmm, I would change nothing except >the spelling and perhaps the resource line to >use 'about:mozilla'. It is not a resource of troublemaking.kmm and the spelling is already changed. 1.) You can't have read only $WindowID if you can't control create and destroy of windows. 2.) I never read the manual. JavaScript should giv
Forum: Development
12 years ago
deadlock
@jsnj >However, I do think URL Bar contents >should be searched for before selected text. The active element should be used. If URL Bar has focus, it should not use selected.openurl. Any idea how to get that value?
Forum: General
12 years ago
deadlock
@JamesD What would you change if you wrote a new version?
Forum: Development
12 years ago
deadlock
@Siria At least you we're smiling. @JamesD >I realize the all the names are not global ... What on Earth are you talking about?
Forum: Development
12 years ago
deadlock
@siria Who said it configures? I said the description in Preferences/macro extensions could use the word 'privilege'. Inspired by 49 occurrences of the term "privilege" in 56 lines of troubleshooting.kmm.
Forum: Development
12 years ago
deadlock
@JamesD A. The comment about resources can be removed. B. I don't like it. C. I suppose it works. D. A link to faq will help. The description in Preferences/macro extensions could use the word 'privilege'.
Forum: Development
12 years ago
deadlock
@jsnj >I don't think there are many macros that call OpenURL_Typed. I found some. Thanks for your explanation. The S and T in _OpenURL_HowST are for search and typed. I'll add a comment above that line. The problem is that OpenURL_Typed now overrules several global settings without testing for existence of: 1) kmeleon.plugins.macros.searchtyped.openurl 2) _OpenURL_
Forum: Development
12 years ago
deadlock
@jsnj >Could you expand on this? I hadn't noticed. >How has the urlbar behavior been changed >by Main.kmm in the beta? Which section >in the file? I didn't test all open functions yet. I replaced main.kmm while fixing problems in my code and it took a while until I realized, that there was no new bug in the beta. It was only a new feature that displays t
Forum: Development
12 years ago
deadlock
@JamesD >replace 'riviledge' with 'rivilege' done. A) Where are the resources? Can't find them in KM 1.6b2: Resources: privilege.ini, privilege.htm, large-alert.png Is troubleshooting.kmm a good name for privilege configuration? C) Does it require NTFS file system permissions for testing? D) I didn't test it yet, but do you know how many peop
Forum: Development
12 years ago
deadlock
@JamesD >I have no preference. You can add it to all menus. >The new main.kmm works quite well. Your macros also work well. Is there anything else to change in that file? >Sorry to be late testing. I don't think you were late. As long as you don't have another sleepless night reflecting IDs.
Forum: Development
12 years ago
deadlock
@ndebord >to see it easier to navigate You can make your own one? >Looks like the Dutch exploit on Certs >was far greater than initially reported. You can provide a patch for users or build a GRE without those 200 certs if a full list of bad certs is made available. What happens if modern browsers detect a stolen/blacklisted certificate?
Forum: Development
12 years ago
deadlock
@siria >why hide a default entry that seems to always simply be 000000? "0000000000" is a default value set by GRE <= 1.8.1. and the header entry itself is specific to some browsers. But correct me if I'm wrong. @JamesD >or the complete absence of the pref In this case testing would have been faster than reflecting. Never used the new macros and settings t
Forum: Development
12 years ago
deadlock
QuotendebordAside: I think it would be nice if we could have a structured extensions page, with search and alphabetical listings, no? I don't know what you're talking about. Something like resources?
Forum: Development
Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 9

K-Meleon forum is powered by Phorum.