Re: 2.8.2 SDM recompile button strange behaviour

2018-08-21 Thread Thomas Broyer
It looks like a bug, but I believe most people are using the "auto compile on load" hook rather than bookmarklets nowadays so they'll never hit this. If you can, switch to that new (not so new, introduced in GWT 2.7) mode: pass -launcherDir to the CodeServer, pointing to the folder served

Re: 2.8.2 SDM recompile button strange behaviour

2018-08-21 Thread Олег Рачаев
Searching a web I found the same issue: http://google-web-toolkit.2317884.n4.nabble.com/SDM-with-modular-webapp-no-client-side-debugging-possible-td11237.html Is't a bug? I feel it is. Is Anybody from GWT contributors are here? :) пятница, 17 августа 2018 г., 16:15:32 UTC+4 пользователь Олег

2.8.2 SDM recompile button strange behaviour

2018-08-17 Thread Олег Рачаев
On GWT 2.8.2 SDM I've faced with very stange (for me) bahaviour of module's recompile button. It's not working when module have *only* *PopupPanel active on page*. Is it normal or bug? Module's example: *public class Test2 implements EntryPoint {* *public void onModuleLoad() {* *

Strange behaviour on Native Events (Mouse Events)

2012-04-17 Thread Sachin
Hi All, I am using a DataGrid with EditTextCell for creating editable columns. If I click a cell on DataGrid, it becomes Editable, so that I can change the value. However after changing the value in text box when I click on someother cell corresponding FieldUpdater is not called, whereas it is

Aw: Re: CSS compiler + ie gradients = strange behaviour

2011-08-12 Thread Peter Willert
Hey Jeff, thanks for your fast reply! Am Donnerstag, 11. August 2011 19:12:14 UTC+2 schrieb Jeff Larsen: How about you check out http://css3pie.com/ We know about solutions like that, but we don't like to inject any new dependencies into our project. Unless there are workarounds, we think

CSS compiler + ie gradients = strange behaviour

2011-08-11 Thread Peter Willert
Hi GWTlist, we are getting strange css compile behaviours with special styles for ie7 and ie8. Our goal is to get css for gradients in IE7 and IE8 into our css files. That works fine for webkit or firefox but fails when it comes to more complex strings for IE7 and IE8. For this we have the

Re: CSS compiler + ie gradients = strange behaviour

2011-08-11 Thread Jeff Larsen
How about you check out http://css3pie.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Q-9lObFEcKUJ. To post to this group, send email to

Strange behaviour of CellList. Any help would be appreciated

2011-07-05 Thread Ernesto Oltra
Two CellLists I've implemented have an starnge behaviour: they don't load more than 25 results. Debugging my code, I found ListDataProvider says it has 40 results (or more ...) but still only showing 25. The results are loaded, added to the list, but never seen. I load 4 results in each AJAX

Re: Strange behaviour of CellList. Any help would be appreciated

2011-07-05 Thread Ernesto Oltra
-.-' Forgot to specify cellList.setPageSize(...). Solved. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ftM2YRrffK0J. To post to this group,

Re: Strange behaviour

2010-09-07 Thread Tanguy Le Barzic
Hi Jeff, I did try to use it, but I still need to know the position of the element I want the popup to appear below. It's when I try to find this position that the problem arises (due to scrolling apparently not taken into account). -- Tanguy 2010/9/6 Jeff Chimene jchim...@gmail.com On

Strange behaviour

2010-09-05 Thread Tanguy Le Barzic
Hi, I'm trying to set the position of a popup, which should appear below an element (class com.google.gwt.dom.client.Element) which I get from a NativeEvent, by doing : Element element = Element.as(event.getEventTarget()); popup.setPopupPosition(element.getAbsoluteLeft(),

Re: Strange behaviour

2010-09-05 Thread Thomas Broyer
On Sep 5, 8:07 pm, Tanguy Le Barzic tanguy.lebar...@gmail.com wrote: Hi, I'm trying to set the position of a popup, which should appear below an element (class com.google.gwt.dom.client.Element) which I get from a NativeEvent, by doing : Element element =

Re: Strange behaviour

2010-09-05 Thread Tanguy Le Barzic
Hi Thomas, Thanks for your answer. I tried your solution, with the exact same results :(. I think the problem comes from Window.getScrollTop() (which is used in position(final UIObject relativeObject, int offsetWidth, int offsetHeight) ). This function always return 0 in Firefox, even when

Re: Strange behaviour

2010-09-05 Thread Jeff Chimene
On 09/05/2010 04:53 PM, Tanguy Le Barzic wrote: Hi Thomas, Thanks for your answer. I tried your solution, with the exact same results :(. I think the problem comes from Window.getScrollTop() (which is used in position(final UIObject relativeObject, int offsetWidth, int offsetHeight)

Strange behaviour of development mode? After reload pages is empty

2010-05-07 Thread crojay78
Hi, I have a simple mvp style gwt app, after creating my first view I experienced a strange behaviour. After starting the development mode I could see my widgets at the page in the firefox, but as soon as I make a reload in the browser the widgets are gone and the page is empty. Only when I