Re: Strange scrolling div problem in WebKit browsers

2012-05-02 Thread dunhamst...@gmail.com
On Wednesday, May 2, 2012 11:38:20 AM UTC-7, Jens wrote: > > Pretty cool, I haven't followed it anymore because I just changed my > PopupPanel back to setModal(false) and live with it ;-) > > Do you want to create a GWT issue for it on the issue tracker? Otherwise > I'll do it. > > -- J. > > Th

Re: Strange scrolling div problem in WebKit browsers

2012-05-02 Thread Jens
Pretty cool, I haven't followed it anymore because I just changed my PopupPanel back to setModal(false) and live with it ;-) Do you want to create a GWT issue for it on the issue tracker? Otherwise I'll do it. -- J. Am Mittwoch, 2. Mai 2012 20:04:58 UTC+2 schrieb dunha...@gmail.com: > > > > O

Re: Strange scrolling div problem in WebKit browsers

2012-05-02 Thread dunhamst...@gmail.com
I think this was causing some issues with click events not being recognized, so I ended up adding this code to DOMImplWebkit to fix it: @Override > public native EventTarget eventGetTarget(NativeEvent evt) /*-{ > var target = evt.target; > if (target && target.nodeType == 3) { >

Re: Strange scrolling div problem in WebKit browsers

2012-05-02 Thread dunhamst...@gmail.com
On Thursday, April 21, 2011 2:38:51 AM UTC-7, Jens wrote: > > After some research I figured out that GWT's PopupPanel is probably > responsible for that behavior. I have some wizard views which contain the > custom list mentioned before and these wizards use a PopupPanel which is > set to moda

Aw: Strange scrolling div problem in WebKit browsers

2011-04-21 Thread Jens
After some research I figured out that GWT's PopupPanel is probably responsible for that behavior. I have some wizard views which contain the custom list mentioned before and these wizards use a PopupPanel which is set to modal. I think there might be a bug in the way PopupPanels cancel events

Strange scrolling div problem in WebKit browsers

2011-04-19 Thread Jens
Hi, I have a strange problem and maybe someone here can give me a hint whats going on. Basically I have a custom composite that acts as a list. This list composite wraps a ScrollPanel which contains a AbsolutePanel that contains the list items positioned according to their height. The ScrollPan