TFS 2017 / Multiselect1.3.2.4 doesnt work

Hi I upgraded ourr test to TFS 2017 and installed version 1.3.2.4 of multi select. My problem is that the control does not drop down and show the list values. Please advise
Type: Unassigned
Status: Proposed
Reported: 22.11.2016 13:51:53 -08:00
Priority: 0 Unassigned
Vote count: 3
Last updated: 18.04.2017 5:15:02 -07:00
Planned for release:
Resolution:
Closed:
Attachments: mult.JPG 2016-12-14_133957.png
18.04.2017 5:15:02 -07:00
This corrected my issue with 2017 Update 1 on-prem.. Thanks for the fix. legacy extensions are on https://{yourtfsservername}/_admin/_extensions
14.03.2017 16:25:47 -07:00
I have the same issue as alexvaccaro: I can't find a way to upload a zip to TFS 2017 Update 1. I have confirmed membership in Team Foundation Administrators group with Edit instance-level information permissions for the Team Foundation Server. However, no "Upload new extension" button appears on the Manage Extensions Page, as depicted in [https://www.visualstudio.com/en-us/docs/marketplace/get-tfs-extensions#install-extensions-for-disconnected-tfs] Has this capability been removed from TFS 2017 Update 1 for on-prem? If so, how do I install a non-visx extension package?
14.03.2017 2:47:48 -07:00
Hi, how do you upload the zip file on TFS 2017? The only documentation I have found to upload extensions in this https://blogs.msdn.microsoft.com/visualstudioalm/2016/03/31/team-foundation-server-extensions-2/ which assumes the extension is packaged in a .vsix file.
02.02.2017 17:50:21 -08:00
24.01.2017 7:18:48 -08:00
I had the same issue and uploaded a patch (18649 ) to the project: https://witcustomcontrols.codeplex.com/SourceControl/list/patches
13.12.2016 22:34:19 -08:00
I've fix this one by myself, un-zip the package, and modify in file jquery.multiselect.css, change z-index:10000; to z-index:10004; in line 14. Save the file and zip again, upload to TFS 2017.
13.12.2016 21:42:14 -08:00
13.12.2016 21:41:41 -08:00
Same situation here, it works in a opened edit page, but the drop down list is behind in a populate edit form.