Closed Bug 1281892 (webext-port-google-translate) Opened 8 years ago Closed 7 years ago

Enable Google Translate extension to work with Firefox

Categories

(WebExtensions :: Compatibility, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mattw, Unassigned)

References

Details

(Whiteboard: [popular chrome extensions]triaged)

Chrome store link: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en

Firefox testing link: https://addons.allizom.org/en-US/firefox/addon/google-translate-ica-test/

Errors from QA testing:
- Browser Console errors while clicking on webextension icon from toolbar: 
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.popup.html
Use of getAttributeNode() is deprecated. Use getAttribute() instead.
                                                            ExtensionContent.jsm:255
- Context menu is not displayed when right-clicking on search-bar from webextension panel
Errors from my recent test:

- The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.  popup.html
- Use of getAttributeNode() is deprecated. Use getAttribute() instead.  popup_compiled.js:18:164
- a is undefined  popup_compiled.js:136
- Unchecked lastError value: Error: window.getSelection(...) is null  ExtensionUtils.jsm:300
- window.getSelection(...) is null  ExtensionContent.jsm:287
FTR, I grepped the code and did not find any other missing API methods.
Component: WebExtensions: Untriaged → WebExtensions: Compatibility
Priority: -- → P5
I gave this a try and and it seemed functional, I could translate pages, fragments of text. I did get the odd error spewed into the console, but nothing that seemed to affect functionality.

Saying that this add-on works and closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.