Forum Discussion
Cant change Team picture !!
- Mar 27, 2020
thomascarrera168 It's a bug in the Teams client-side HTML/JavaScript UI. Luckily the desktop client of Teams (it's Electron-based) shares the UI logic with the web client, so the workaround is simple. In your web browser, go to https://teams.microsoft.com/, login as the owner of your Team, get to the Change Picture dialog, press F12 to go to the browser's F12 Developer Tools, then in the web page's HTML view find and remove the "disable" attribute from both the "Upload Picture" link and the "Save" button (and their parents elements). I've just managed to change and save the icon like that:
Unfortunately that was the point I was making. The ‘Save’ button does not show ‘inspect’ or indeed any menu when I right click it... 🤔
Shai100 wrote:
Thanks for the swift reply.
Unfortunately that was the point I was making. The ‘Save’ button does not show ‘inspect’ or indeed any menu when I right click it... 🤔
This is odd. Are you indeed running it in a browser as https://teams.microsoft.com?
What if you try the Find tool of F12 tools (the Mouse Cursor icon, or Ctrl+Shift+C in Chrome's F12 toolbar)? You should be able to inspect literally any element of any website.