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:
Shai100 the Save button can be enabled in exactly the same way as the Upload link, i.e. by removing "disabled=..." attribute. In Chrome, If you right click the disabled Save button and choose "Inspect", it should get you there:
Unfortunately that was the point I was making. The ‘Save’ button does not show ‘inspect’ or indeed any menu when I right click it... 🤔
- shepherdspieMay 14, 2020Copper Contributor
Shai100 I too had this problem of where the save element was but discovered that part of the script has been minimised, there is an arrow to the left to let you expand the relevant script. You will find that you have to expand several areas to get to the save button. If you hover your mouse of the script reporting to the footer (where the save and close buttons are) it should highlight it. There will be an arrow to the left, click on it to expand the script. you may have to expand 3 times to get to the relevant scritp.
- noseratioMay 08, 2020Brass Contributor
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.