Link to home
Start Free TrialLog in
Avatar of pgirardier
pgirardier

asked on

How to render properly SPribbon using google chrome ?

Hi , I have a probléme to render properly my SPRibbon using google chrome , so i searched how to fix this ,

 i found that i should make visible "false"  to the <SharePoint:DelegateControl runat="server"

ControlId="SmallSearchInputBox" Version="4"/ >  in the master page, so i opned Sharepoint Designer and i added

visible ="false"  , now the ribbon works perfectly but we want to keep the smallSearchInputBox .

How can i fix probleme with chrome and keep the Searchbox also ?

Thanks
Avatar of Jayaraja Jayaraman
Jayaraja Jayaraman
Flag of United States of America image

The issue appears to be with the rendering of the search box control in Google Chrome. Try adding 'Visible="false"' to the "SharePoint:DelegateControl runat="server" ControlId="SmallSearchInputBox" Version="4" control on the master page. That corrects the rendering issue for me.
ASKER CERTIFIED SOLUTION
Avatar of pgirardier
pgirardier

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pgirardier
pgirardier

ASKER

i found the solution
the solution is to chnage the SmallSearchInputBox and use another SearchBox to avoid the probleme