Re: How do I avoid this issue?

2013-08-26 Thread Michael Prentice
I'm not sure how to avoid it but I've starred it. Sounds like a pretty nasty issue. On Wednesday, August 21, 2013 4:21:31 PM UTC-4, Joel Cairney wrote: I'm working on a large GWT application, and on chrome for android we're running into these issues:

Re: How do I avoid this issue?

2013-08-26 Thread Joel Cairney
DataGrids have absolutely positioned hidden divs with overflow: scroll, which can cause issue #2 from the linked bug above. And since they may be absolutely positioned in a layout, if issue #1 hasn't occurred elsewhere on the page, DataGrids may create issue #1 instead. Also, ScrollPanel, which

How do I avoid this issue?

2013-08-21 Thread Joel Cairney
I'm working on a large GWT application, and on chrome for android we're running into these issues: https://code.google.com/p/chromium/issues/detail?id=258044 The HTML and CSS patterns that create this issue are commonly found in GWT widgets, or are easily created by combining widgets. I