Link to home
Start Free TrialLog in
Avatar of tia_kamakshi
tia_kamakshiFlag for United Arab Emirates

asked on

on mouser over required to see correct data in chrome version 22 or less

Hi,

My website made in ASP.net 2.0 using C# has the tour list page.
Tour listing works well in all browsers.

But in chrome versions less than 22 or below has the following behaviour.

- Tour list display with no issue
- when you go to some other page using pagination, list displays but sorting of the page is not well
- as soon as you scroll mouse on the screen sorting automatically becomes fine.

Please can you help me with the reasons and fix to it

Regards,
ASKER CERTIFIED SOLUTION
Avatar of mensmaximus
mensmaximus
Flag of Germany image

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 tia_kamakshi

ASKER

Thanks for this.

We are using <asp:Repeater> control to display the list of tours.

Please help me with the fix for Repeater control.

And where I need to add code. Is it in web.config then in which section.
Do I need to add some reference dll as well for the same.

Please advise.

Regards,
Dinesh Bali
yes, I just saw,

There is already file exists:
App_Browsers\Safari.browser

having code:

<browsers>
  <browser refID="safari1plus">
    <capabilities>
    <capability name="supportsMaintainScrollPositionOnPostback"
        value="true" />
    </capabilities>
    <controlAdapters>
      <adapter controlType="System.Web.UI.WebControls.Menu" adapterType=""/>
    </controlAdapters>
  </browser>
</browsers>

As I am using Repeater control

Please advise

Regards,