IE9 and SuggestBox

2011-05-13 Thread Marcel Karras
Hi, when using a SuggestBox in IE9 it won't work correctly as the generated code still contains setExpression calls - such css method calls are not available anymore since IE9 and should not be generated in general. Is this a known issue? (I don't want to set IE8 fallback mode in order to get

How do I get the event source child under mouse cursor?

2011-03-18 Thread Marcel Karras
to accomplish this seems to be via JSNI as shown here: http://www.quirksmode.org/js/events_properties.html#target. As I'd like to avoid JSNI where possible, is there a GWT driven way to get the child element? Greetings - Marcel Karras -- You received this message because you are subscribed

Re: How do I get the event source child under mouse cursor?

2011-03-18 Thread Marcel Karras
Wow, you guys are really fast. Thanks a lot - works like a charm. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Detect ScrollBar end of scrolling

2011-03-01 Thread Marcel Karras
- that is, when the mouse button is released. (mouse wheel can be ignored here) Can I add a mouse event handler to the scrollbar somehow in order to achieve what I need? Greetings - Marcel Karras -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Code Igniter Integration

2009-08-04 Thread Marcel Karras
a problem integrating the CI BASE_URL (the URL prefix of the PHP web application) into a GWT project without defining the web application base url twice. So is there anyone out there who every did this before? Greetings - Marcel Karras --~--~-~--~~~---~--~~ You received