Re: Appearance of extra scroll bar in GWT Datagrid

2016-04-10 Thread Tranquiliser
This issue can be fixed by removing overflow attribute from the div elements that are siblings of the table element within a DataGrid widget. Example code is below $("table", dataGrid).each(next -> { Element tableElem = next.getObject(1); /* the 2nd param is the value. jQuery func

Re: Appearance of extra scroll bar in GWT Datagrid

2014-12-13 Thread Hariharan Iyer
I'm still facing the same issue too. However I'm not able to reproduce it in the showcase anymore http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwDataGrid On Saturday, August 10, 2013 5:02:47 PM UTC-4, harshyadav wrote: Found in GWT 2.5 *Encountered on OS / Browser:* Mac

Re: Appearance of extra scroll bar in GWT Datagrid

2014-11-23 Thread ghinta
Just to say I'm still facing the same issue...no workaround or better solution after more than 1year? On Saturday, August 10, 2013 11:02:47 PM UTC+2, harshyadav wrote: Found in GWT 2.5 *Encountered on OS / Browser:* Mac OSX 10.8.4, Chrome, Safari. This is not an issue on Firefox. *Detailed

Re: Appearance of extra scroll bar in GWT Datagrid

2014-02-11 Thread Phineas Gage
I've noticed the same problem. This is not a real fix, because it causes the scrollbar to be visible all the time, but if you set a custom scrollbar in webkit, it avoids the problem. For example, add this to your CSS, as it looks kind of similar to the Mavericks scrollbar, just a little lighter

Re: Appearance of extra scroll bar in GWT Datagrid

2013-12-19 Thread ovidiu . faur
Hello, This bug still occurs even on the simple DataGrid component from the showcasehttp://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwDataGrid Also if you are using a mouse with your Mac the bug will NOT appear. Only if using the trackpad with default mouse settings

Re: Appearance of extra scroll bar in GWT Datagrid

2013-10-14 Thread harshyadav
No success so far. Yes, only happens in Google Chrome. --Harsh On Thursday, October 10, 2013 4:15:08 AM UTC-4, ovidi...@gebs.ro wrote: Hello, Any news on this issue? Or anybody found any workarounds? Thank you, O -- You received this message because you are subscribed to the Google

Re: Appearance of extra scroll bar in GWT Datagrid

2013-10-10 Thread ovidiu . faur
Hello, Any news on this issue? Or anybody found any workarounds? Thank you, O -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Appearance of extra scroll bar in GWT Datagrid

2013-08-22 Thread Ryan
I've seen the exact same issue starting around Chrome 22-22 on OSX. I've been unable to track down which element(s) are causing it but having to look at bugs me to no end. If you find out how to address it please report back. Cheers, Ryan -- You received this message because you are

Re: Appearance of extra scroll bar in GWT Datagrid

2013-08-19 Thread Harsh Yadav
Hi, Does anyone else see the same issue? Any input is appreciated. Thanks, Harsh On Sat, Aug 10, 2013 at 5:02 PM, Harsh Yadav harsh.de...@gmail.com wrote: Found in GWT 2.5 *Encountered on OS / Browser:* Mac OSX 10.8.4, Chrome, Safari. This is not an issue on Firefox. *Detailed

Re: Appearance of extra scroll bar in GWT Datagrid

2013-08-19 Thread Jens
I can only see the issue happening when the page loads or when changing the browser size which make the second scroll bar appear sometimes. However scrolling itself works as expected. Looks like a weird CustomScrollPanel rendering bug i WebKit/Blink. Not sure if thats caused by GWT code. --