Open GoogleCodeExporter opened 9 years ago
I accidentally stumbled on this one when I imported an icon with the wrong
dimensions. After fixing it, I noticed the icon was still stretched. I tried
yet again and I still had the same stretched icon.
Original comment by eriknico...@gmail.com
on 17 Jun 2014 at 9:05
What happens if you hit Command-R or choose the refresh menu item?
Original comment by gregnea...@mac.com
on 17 Jun 2014 at 9:37
The icon is fixed with both options.
Original comment by eriknico...@gmail.com
on 17 Jun 2014 at 10:33
I may choose to defer any potential action on this. Currently, to avoid
unsightly browser-style refresh "flash" after an updatecheck or install run is
completed, we do an AJAX-style update where the DOM is modified with the new
information. Apparently that does not cause the WebView to pick up new icons as
well, since only the HTML is changing.
Rather than degrade the user experience for the common case (no "live" changes
to product icons), right now we'll live with less-than-ideal behavior for the
uncommon case.
A possible fix would be to do the AJAX-style update unless we detect the icons
directory has been modified; then we can trigger a full refresh of the WebView.
There is a similar issue if the other client customization resources
(showcase/banner, sidebar, footer) are modified.
Original comment by gregnea...@mac.com
on 18 Jun 2014 at 9:49
That's fine. This is definitely an uncommon case and should only impact admins
who are "live" upgrading to Munki 2 (and even then only Munki 2 clients).
Original comment by eriknico...@gmail.com
on 19 Jun 2014 at 12:06
Original issue reported on code.google.com by
eriknico...@gmail.com
on 17 Jun 2014 at 9:03