canmove, Confirmed users
737
edits
No edit summary |
|||
| Line 78: | Line 78: | ||
== Known Issues == | == Known Issues == | ||
See the [https://bugzilla.mozilla.org/buglist.cgi?order=Bug%20Number&bug_status=__open__&product=Add-on%20SDK complete list of known issues and requests for enhancement]. We've listed especially important issues separately below. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=627432 Bug 627432] === | |||
If your add-on stores data using the [https://addons.mozilla.org/en-US/developers/docs/sdk/1.0/packages/addon-kit/docs/simple-storage.html simple-storage] API, the data is not cleaned up when your add-on is uninstalled. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=656037 Bug 656037] === | |||
Some core JavaScript functions, such as [https://developer.mozilla.org/en/DOM/window.btoa <code>window.btoa</code>], are not available to add-on code. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=658592 Bug 658592] === | |||
At the moment, add-ons include all modules from any package they use, and as a result are much larger than they need to be. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=581982 Bug 581982] === | |||
<code>selection.text</code> returns null instead of the selected text when the selection is in a text box or text area | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=571049 Bug 571049] === | |||
If an add-on is uninstalled while it's disabled, it's not notified of uninstall. If it needs to do some special cleanup on uninstall, like removing persistent storage such as a file, it won't be able if it's first disabled. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=571843 Bug 571843] | |||
<code>bin\activate</code> activate fails to find 64-bit Python on 64-bit Windows environments, as it assumes python is 32-bit. | |||
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=574563 Bug 574563] === | |||
On Windows, <code>bin\activate</code> sometimes gives the following error: | |||
"Error: The system was unable to find the specified registry key or value" | |||
This does not seem to affect the functioning of the SDK. | |||
== Feedback and Bug Reports == | == Feedback and Bug Reports == | ||
We'd love to hear any feedback you have regarding this release! You can post it to the [http://groups.google.com/group/mozilla-labs-jetpack discussion group] or [https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK&version=1.0 report a bug]. | We'd love to hear any feedback you have regarding this release! You can post it to the [http://groups.google.com/group/mozilla-labs-jetpack discussion group] or [https://bugzilla.mozilla.org/enter_bug.cgi?product=Add-on%20SDK&version=1.0 report a bug]. | ||