急求!Microsoft.SharePoint.WebControls里的PeopleEditor某些机器上不正常解决方案
急求!Microsoft.SharePoint.WebControls里的PeopleEditor某些机器上不正常
IE7都没问题,有的IE8也没问题,但有的机器上的IE8出问题,编辑时光标无法点到最后,反正就是不正常,firefox也和正常的IE8显示不一样。
代码:
<%@ Register Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace="Microsoft.SharePoint.WebControls" TagPrefix="cc1" %>
<cc1:peopleeditor id="pplCreator" runat="server" allowempty="true" autopostback="false"
placebuttonsunderentityeditor="false" rows="1" selectionset="User,SecGroup,SPGroup"
width="500px"></cc1:peopleeditor>
------解决方案--------------------
样式的问题呗 用兼容模式试试
------解决方案--------------------
------解决方案--------------------
用 ie的 开发者工具 看一下,然后写一下 css 。
这个问题很常见。
上面写错了。
重写css 就是 用ie的开发工具,找到css类名。
再用这个类名重写style内容。
------解决方案--------------------
IE7都没问题,有的IE8也没问题,但有的机器上的IE8出问题,编辑时光标无法点到最后,反正就是不正常,firefox也和正常的IE8显示不一样。
代码:
<%@ Register Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Namespace="Microsoft.SharePoint.WebControls" TagPrefix="cc1" %>
<cc1:peopleeditor id="pplCreator" runat="server" allowempty="true" autopostback="false"
placebuttonsunderentityeditor="false" rows="1" selectionset="User,SecGroup,SPGroup"
width="500px"></cc1:peopleeditor>
------解决方案--------------------
样式的问题呗 用兼容模式试试
------解决方案--------------------
------解决方案--------------------
用 ie的 开发者工具 看一下,然后写一下 css 。
这个问题很常见。
上面写错了。
重写css 就是 用ie的开发工具,找到css类名。
再用这个类名重写style内容。
------解决方案--------------------