Renaud Lainé

Results 2 comments of Renaud Lainé

Hi Arnold, I think the best way to ensure cross browser compatibility would be to use the GQuery `mouserover()` and `mouseout()` functions. ``` javascript $(testElem).mouseover(new Function() { public boolean f(Event...

From what I can see from your code, you're trying to reveal the `TestPresenter` from the `MenuPresenter` which is a PresenterWidget. You can't do that. It should be the other...