-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add-on icon can't be changed from DevHub Edit information page #5798
Add-on icon can't be changed from DevHub Edit information page #5798
Comments
This sounds like a Django 1.11 regression. I can take a look at this. |
Yeah, this happened when I re-implemented the |
Somehow they got lost along the way when I refactored the IconTypeSelect widget. Fixes #8900
* Correctly render label and input fields. Somehow they got lost along the way when I refactored the IconTypeSelect widget. Fixes #8900 * Fix typo
@EnTeQuAk sadly I can still reproduce the issue for the case when a custom icon is uploaded. I'm inclined to re-open the issue... |
I'll look into that. |
Verified on AMO -dev with FF61, Win10x64 Custom add-on icons can now be uploaded from DevHub: I can see that there is another issue here at icon preview rendering: the 64x64 preview is generated but the 32x32 is displayed only after the page is refreshed. Since this is only a small issue, I will file a bug to track it separately. |
The problem there is that they're generated asynchronously, imho the
same issue exists in prod too. Filing an low priority issue about sounds
good though.
On Tue, Jul 24, 2018, at 4:31 PM, Alexandra Gal-Moga wrote:
Verified on AMO -dev with FF61, Win10x64
Custom add-on icons can now be uploaded from DevHub:
custom icon
I can see that there is another issue here at icon preview rendering:
the 64x64 preview is generated but the 32x32 is displayed only after
the page is refreshed. Since this is only a small issue, I will file a
bug to track it separately.> — You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub[1], or mute the
thread[2].
|
STR:
Actual result:
The default add-on icon is still displayed after the changes have been saved
Expected result:
The updated icon (predefined or custom) should be displayed after the changes have been saved
Notes:
The text was updated successfully, but these errors were encountered: