locked
People picker only works one time in the browser? RRS feed

  • Question

  • SharePoint 2013, InfoPath 2010, IE 11

    Hello all, I have a people picker on my form that works fine in the client preview but not in the browser.  I am using the picker to populate the Department Chief information (using a button and rules) then I choose a manager and use another button and rules to populate manager information.  When I try this in the browser, the people picker only works one time for one user then the address book (search window) will not open.

    I am using a UserProfileService data connection to set the user info

    Thanks for any help

    Thursday, March 5, 2015 7:23 PM

Answers

  • Hi,

    As I understand, people picker cannot work in the IE11.

    1. You can change the code as below in the master page in SharePoint 2013.

    ORIGINAL : <meta http-equiv="X-UA-Compatible" content="IE=10" />

    FIXED : <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />

    The difference between IE=10 and IE=EmulateIE10 is that IE=10 only changes the user agent to appear as IE 10, whereas IE=EmulateIE10 fully emulates the IE 10 browser including IE 10s DOM/Javascript API (Compatibility View).

    2. Add the site to the trust site in IE11.

    3. Add the site to compatibility view setting in IE11.

    The article below is about Internet Explorer 11 Compatibility Fixes for SharePoint 2013

    http://sinclairinat0r.com/2014/03/06/internet-explorer-11-compatibility-fixes-for-sharepoint-2013/

    Best regards,

    Sara Fan


    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


    • Proposed as answer by Victoria Xia Wednesday, March 18, 2015 3:05 PM
    • Marked as answer by rixmcx59 Wednesday, March 18, 2015 4:40 PM
    • Edited by Sara Fan Wednesday, April 8, 2015 4:33 AM
    Friday, March 13, 2015 2:20 AM

All replies

  • Hi,

    Based on your description, the address book only can be opened in people picker in browser in SharePoint 2013 then it cannot be opened.

    Check things below:

    1. When you add a people picker in InfoPath, right click the control, choose Person/Group picker properties, and set the SharePoint Server for the picker control, then publish the form to SharePoint, it supports viewed in web browser.

    2. Create a new InfoPath form with the People Picker control, then check whether it works.

    There is a similar case:

    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d6404684-eb5c-4635-bb76-939ab56d5a40/infopath-2013-people-picker-address-book-error?forum=sharepointcustomization 

    Best regards.


    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.




    • Edited by Sara Fan Wednesday, April 8, 2015 4:33 AM
    Friday, March 6, 2015 2:17 PM
  • This is an IE 11 problem, the people picker works as expected in chrome, any ideas?
    Friday, March 6, 2015 9:02 PM
  • Hi,

    As I understand, people picker cannot work in the IE11.

    1. You can change the code as below in the master page in SharePoint 2013.

    ORIGINAL : <meta http-equiv="X-UA-Compatible" content="IE=10" />

    FIXED : <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />

    The difference between IE=10 and IE=EmulateIE10 is that IE=10 only changes the user agent to appear as IE 10, whereas IE=EmulateIE10 fully emulates the IE 10 browser including IE 10s DOM/Javascript API (Compatibility View).

    2. Add the site to the trust site in IE11.

    3. Add the site to compatibility view setting in IE11.

    The article below is about Internet Explorer 11 Compatibility Fixes for SharePoint 2013

    http://sinclairinat0r.com/2014/03/06/internet-explorer-11-compatibility-fixes-for-sharepoint-2013/

    Best regards,

    Sara Fan


    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


    • Proposed as answer by Victoria Xia Wednesday, March 18, 2015 3:05 PM
    • Marked as answer by rixmcx59 Wednesday, March 18, 2015 4:40 PM
    • Edited by Sara Fan Wednesday, April 8, 2015 4:33 AM
    Friday, March 13, 2015 2:20 AM