Created
July 26, 2014 09:59
-
-
Save odrobnik/54cf170eb36b211739ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: | |
If you install an extension via Extension Builder and modify something, the changes are ignored if you remove and reinstall the extension. | |
Steps to Reproduce: | |
1. Add the Reload.safariextension (from developer sample code) in Extension Builder | |
2. Click install | |
3. Note the shown Version to be 1.0. | |
4. Modify Bundle version, shown version and description | |
5. Click deinstall, then click install | |
Expected Results: | |
Changes made to the extension should become active after removing and reinstalling the component via Extension Builder | |
Actual Results: | |
The original description, and version 1.0 keep showing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment