On 3 oct, 09:47, Ivan <[EMAIL PROTECTED]> wrote:
> Right, sorry that I haven't posted code before.
> And the broblem is actually not in timers, because I temporarily
> removed them,
> there's smth else.
[...]
> mouseOnClickListener = new ChangeListener() { /* This
> is the place where IE does not respond*/
> public void onChange(final Widget wdgt) {
>
> /* Sending link to an interface */
> pp.setChartItemInterface(ChartItem.this);
>
> /* Calling standard methods of PopupPanel
> class*/
> pp.setPopupPosition(getAbsoluteLeft(),
> getAbsoluteTop() );
> pp.show();
> }
> };
[...]
> ChartItem also contains an image and when user clicks on it PopupMenu
> should be shown.
> It is ok in FF, but not in IE.
What if you set a ClickListener on the Image?
It might be related to
http://groups.google.fr/group/Google-Web-Toolkit/t/4783c9b0cc35e081/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---