|
Show me
|
||
![]() ![]() |
Apr 16 2012, 11:23
Post
#121
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 11-February 10 From: Spokane, WA, USA Member No.: 15.141 ![]() Extension Developer: Yes Extensions: Saved Password Editor Tools > Options… for Linux Password Tags Session History Tree Mobile Saved Password Editor Translator for [No translator] My OS Gnu/Linux |
The same also applies when i change ffx's language to en-US. Can you or someone else confirm it? Yes, it does happen. QUOTE If yes and if you fix it, let me know if you wish what is causing this, just for my technical curiosity and education. It's not a bug in SPE; my investigation shows there's an error at chrome://global/content/bindings/button.xml#menu-button I can't link to that because of Gecko security. If you want to look at that, you'll have to enter it in your address bar, and prefix it with "view-source:" (no quotes); search for a line with <binding id="menu-button" Anyway, I better tell you a little about XBL. This allows one to specify custom XUL widgets. It's used extensively throughout Gecko applications. An XBL binding allows specifying what elements (called "anonymous content", because it has no IDs and doesn't show up in the regular DOM tree) appear wherever the binding is used and which attributes are copied to which anonymous elements from the bound element (inherited), as well as scripts to control its behavior. In the binding for menu-buttons, the anonymous button has "accessKey" in its inherits list. But the correct name of the attribute is "accesskey" (no uppercase "K"), and since XML is case-sensitive, the anonymous button doesn't get the "accesskey" attribute like it should, though interestingly enough the key combination still activates it. I've reported this bug. |
|
|
|
Apr 16 2012, 22:09
Post
#122
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 56 Joined: 13-March 10 From: Hellas, Island of Crete - Chania Member No.: 15.362 ![]() Extension Developer: Yes Translator for Greek (el) Translation Credits to George Malamas |
Hi Daniel,
Your theory sounds logical and i agree with it since xml is case sensitive and in button.xml, the entry in question is "accessKey" instead of "accesskey". However, making an experiment, i hadn't the expected result. I just "hacked" my firefox, edit button.xml and then i repack the omni.ja but nothing changed.. Can you confirm it? I send you my edited file in case you want to check it.
Attached File(s)
-------------------- Grg
|
|
|
|
Apr 16 2012, 22:44
Post
#123
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 11-February 10 From: Spokane, WA, USA Member No.: 15.141 ![]() Extension Developer: Yes Extensions: Saved Password Editor Tools > Options… for Linux Password Tags Session History Tree Mobile Saved Password Editor Translator for [No translator] My OS Gnu/Linux |
However, making an experiment, i hadn't the expected result. I just "hacked" my firefox, edit button.xml and then i repack the omni.ja but nothing changed.. Can you confirm it? Yes, I can confirm it does work. If you have any chrome files under the browser's installation directory, such as a copy of the tree from the archive, like I do, they will take precedence over omni.ja. Take a look at the chrome from within the browser (as I described above) to see whether your change is visible. A better way to hack is maybe (?) to put your change as a real file and leave omni.ja unchanged. |
|
|
|
Apr 17 2012, 22:01
Post
#124
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 56 Joined: 13-March 10 From: Hellas, Island of Crete - Chania Member No.: 15.362 ![]() Extension Developer: Yes Translator for Greek (el) Translation Credits to George Malamas |
Hi Daniel,
Still no luck in my case.. I did again the same, (edit file, repack omni.ja) but this time i verified that the change is visible. You can look at screenshots (magnified to 133%). First one is in browser view and the other is in source view. Have you an idea what is happening?
browser_view.png ( 26.16K )
Number of downloads: 5
source_view.png ( 19.05K )
Number of downloads: 3-------------------- Grg
|
|
|
|
Apr 17 2012, 23:23
Post
#125
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 11-February 10 From: Spokane, WA, USA Member No.: 15.141 ![]() Extension Developer: Yes Extensions: Saved Password Editor Tools > Options… for Linux Password Tags Session History Tree Mobile Saved Password Editor Translator for [No translator] My OS Gnu/Linux |
Hi Daniel, Still no luck in my case.. I did again the same, (edit file, repack omni.ja) but this time i verified that the change is visible. Huh. It looks like the old version of the binding is cached (or maybe specific XUL is cached??). In my main profile, DOM Inspector shows "accessKey" in the anonymous button element for a menu-button in the DOM view, but not in the XBL bindings view. Try shutting down Firefox and deleting the startupCache in your profile. I don't pretend to understand how it works (the file isn't even read if it hasn't been modified, so where is the info really cached?), but deleting it seems to do the trick. Messing around with add-on installations also seems to refresh it (I think), which is why I had no problem in the other profile where I was testing it. I guess installing a new version of Firefox has the same effect. |
|
|
|
Apr 22 2012, 14:43
Post
#126
|
|
![]() Advanced Member ![]() Group: Super Mod Posts: 8.352 Joined: 30-July 05 From: GoofyLand Member No.: 13 ![]() Extension Developer: Yes Extensions: BabelZillaMenu-BabelZilla Glossary-OpenTran... Translator for French (fr) My OS Gnu/Linux Translation Credits to Goofy |
a rather technical discussion not focussing on the extension itself is now to be read and continued here http://www.babelzilla.org/forum/index.php?showtopic=7186 ;-)
-------------------- Think Global, Make Locales!
![]() You like languages? You should contribute to Tatoeba project! ![]() Sometimes I am on irc://moznet/BabelZilla but you can also drop a word in the shoutbox |
|
|
|
Apr 23 2012, 03:31
Post
#127
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 11-February 10 From: Spokane, WA, USA Member No.: 15.141 ![]() Extension Developer: Yes Extensions: Saved Password Editor Tools > Options… for Linux Password Tags Session History Tree Mobile Saved Password Editor Translator for [No translator] My OS Gnu/Linux |
Thanks, Goofy.
|
|
|
|
Jan 20 2013, 15:25
Post
#128
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 11-February 10 From: Spokane, WA, USA Member No.: 15.141 ![]() Extension Developer: Yes Extensions: Saved Password Editor Tools > Options… for Linux Password Tags Session History Tree Mobile Saved Password Editor Translator for [No translator] My OS Gnu/Linux |
Other things to translate for Addons site
(This stuff used to be in the first post, but I got tired of fighting with the WTS, which overwrites the first post every time I update. So now, it's safely tucked away down here.) If you haven't already, please also translate the following descriptions and post the translations here, or send them to me privately. Try to indicate where the links, bold, etc. are in the translated text, so I don't have to guess. Brief: QUOTE Adds the ability to create and edit entries in the password manager. Long: QUOTE This extension allows you to enter data into the Password Manager database instead of relying on Firefox, Thunderbird, SeaMonkey, etc., to do it, as well as making changes to existing entries. For web forms, the typical usage is as follows:
This add-on also adds commands to the Password Manager window, which it makes accessible through Tools > Saved Passwords as well as a toolbar button. A short tutorial video is available. If you need support, please email me (link on the details page, next to this description). Never use a review for this, as I have no real way of contacting you. For anything else, please see the Developer Comments near the bottom of the details page. Optional There are also subtitles for the tutorial and subtitles for the workaround video in case you are interested in translating those as well. As usual, please make sure text is encoded as UTF-8. Developer comments: QUOTE Currently supported applications: Firefox, SeaMonkey, Thunderbird, and Conkeror. If you find this add-on useful, you might find QuickPasswords useful as well. For those more stubborn sites where the Password Manager and this add-on completely fail, try iMacros for Firefox. Logo/icon by PlastikManiac — thanks. You can find the source code repository at GitHub. To report bugs, you may use the issue tracker there, or just use the support email link in the "About this add-on" section. Please email me for any other support requests. Translations welcome. I have submitted this to BabelZilla, so I encourage you to use it to contribute (you'll need to register an account if you don't have one). The relevant thread is at http://www.babelzilla.org/forum/index.php?showtopic=6024 (note: this is for discussing translations, not general support; for that, see the "E-mail your question" link on this page). Current locales:
Screenshots (sorry, AMO doesn't accept localized screenshots, only localized captions; see the listing for full-size screenshots): ![]()
|
|
|
|
Jan 20 2013, 18:55
Post
#129
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 319 Joined: 18-August 09 From: Brasilia - Brasil Member No.: 13.492 Extension Developer: No Translator for Portuguese (pt-BR / Brazilian) Translation Credits to Edgard Dias Magalhaes |
Brazilian Portuguese pt-BR locale updated.
[[]] Edgard |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 21:45 |