-
Notifications
You must be signed in to change notification settings - Fork 0
Visibility set to 'Microsoft' seems to be ignored #70
Comments
I'll see if I can repro the original problem. This is possibly related - this code block actually errors: MVPActivity "Twitter" {
Area "Technical Social Media (Twitter, Facebook, LinkedIn...)"
Visibility 'Microsoft'
ContributionArea ".NET"
Value "Date" "13/03/2023"
Value "Title" "Twitter"
Value "URL" "https://twitter.com/DavidRGardiner"
Value "Description" "Personal Twitter account"
Value "Number of Talks" 1
Value "Number of Followers" 1
}
(I am in Australia, but yes the date format is fine - it gets converted to what the UI is happy with) In this case, if I remove the |
This one reproduces the original problem for me though: MVPActivity "Test" {
Area "Sample Code/Projects/Tools"
Visibility 'Microsoft'
ContributionArea "Visual Studio Extensibility"
Value "Date" "13/03/2023"
Value "Title" "Test"
Value "URL" "https://marketplace.visualstudio.com"
Value "Description" "Example"
Value "Number of Samples" 1
Value "Number of Downloads" 1
} The activity is added, but visibility is set to 'Everyone' |
No worries. I'm AUS based as well. :-p Out of curiosity what driver/browser are you using? |
Firefox and geckodriver-v0.32.2-win64 |
Thanks for that. I'm investigating now. |
I've gotten to the bottom of the issue. The JavaScript isn't catching up to the click event, causing the event to fail. I've refactored the cmdlet and wrapped the logic within looping try/catch (ttry). I need to do some more testing, however I will release a new version tomorrow. |
New version is out. Please confirm the issue has been fixed on your end. |
Thanks. I've done most of my activities, but if I think of any more I'll try it out. |
Setting Visibility to Microsoft is being ignored. I can see the UI showing the list, but it doesn't select Microsoft and leaves it as 'Everyone'
The text was updated successfully, but these errors were encountered: