Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=jsnj] [i]Wow, impressive! Problem is tho, that the menus behave weird if the toolbar is not at the default position (e.g. in the middle of a row)[/i] Gotta be a little more descriptive than "behave weird" :-)...What I've noticed is that they open in "weird" locations on the screen if the main menu is not in the default position. Sometimes in the bttm left corner or right corner of the screen. [i]Please enable the favorites plugin by default.[/i] Ideally what's desired is in the installation process for there to be a section where there are three radio buttons which allow the user to choose which bookmark plugin to use. If anyone knows how to set that up, we'd be grateful. [i]I'm missing the rocker gestures known from Opera in the default gestures plugin. Should I file a RFE or is there no chance they might be added? [/i] When I suggested it awhile back, Ulf mentioned that Romain Vallet told him that it interfered with JS or something to that effect? I didn't notice any conflict with anything, but I'll run it by him again and see if he has any desire to fix whatever problem there is with it. Ulf fixed the privacy plugin, so he might be willing to have a look. [i]With layers disabled I'm missing "Open in current window" under Tools - Bookmark options & Favorites options (don't know about Hotlist), there's only the possibility to open in new and in background windows.[/i] Good catch. I'm surprised nobody caught that before.....that error is also in Beta 2, possibly Beta 1 but I haven't checked back to that version. The following should fix it I think. Follow the same lead with the other 2 plugins in the menus file. %ifplugin macros BookMac{ macros(OpenBook2, Open In New Window) macros(OpenBook5, Open In Background Window) - macros(BookChev, Enable Toolbar Chevron) } %endif Bookmark Options{ bookmarks(Config, Settings...) %ifplugin macros - %endif %ifplugin layers & macros macros(OpenBook1, Open In Current Layer (default)) macros(OpenBook3, Open In New Layer) macros(OpenBook4, Open In Background Layer) - !BookMac %else macros(OpenBook1, Open In Current Window (default)) !BookMac %endif } [i]Here's an ugly one that's new (beta 2 was fine): Disabling the layers plugin breaks opening bookmark groups. Only the first bookmark will be opened in the current window, no additional ones (no new windows). :-/[/i] I had a feeling that there would be an error or two when I changed the Groups Macros :-). The following should fix it and hopefully not cause any other glitches. In macros replace the Onstartup macro with this: OnStartup{ &SetLast; getpref(BOOL, $layers) == "true" ? &SetNext : setpref(STRING, $og, $ln); getpref(INT, $sg) < 2 ? "" : $loaded="GroupStart"; &Sync; }[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development