Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
WebImageButton only fires event when clicking on text
posted

Hi,

I have a strange behaviour on some of my pages.

The Buttons only react when I click on the Button text, but not if I click on the Button where no text is shown ( Button has a fixed width, text is centered, so there is an area left and right of the text).

Same behaviour for the Button hover effect, only works if the mouse ist over the Text.

Even the Table on these Pages only reacts on Row Changes if i click on the text, not if i click on the row itself.

I have several very similar pages, all just showing different data and offering different options/functions. All implemented the same way. Just two of them show the described behaviour. The other ones work like they should. These pages are very simple, just some Buttons and one Table (WebDataGrid). I can't see any difference. Everything seems to be the same (structure, css classes, usage).

This behaviour occures on IE8 and IE10.

Any ideas where to look or how to fix this?

Infragistics Version: 13.1.20131.1012

Thank you very much and greetings

Parents
  • 90
    posted

    Solved.

    There was a closing div missing within the aspx code.

    </div>

    Nevertheless, a weird behaviour.

Reply Children
No Data