SimplePager next/last not being disabled appropriately

2013-06-01 Thread Jay
Using GWT 2.5.1, SimplePager.java has this method: @Override protected void onRangeOrRowCountChanged() { HasRows display = getDisplay(); label.setText(createText()); // Update the prev and first buttons. setPrevPageButtonsDisabled(!hasPreviousPage()); // Update the next

Re: SimplePager last page issue

2013-06-01 Thread Jay
These methods are private in 2.5.1, so this fix does not work there. The behavior to only set enabled/disabled on next/last seems broken. I have rangeLimited(false) and always have exact row count, and the enablement on my next/last paging controls can never be updated. On Tuesday, October 16,

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-01 Thread Fernando Castro
Same problem, Still haven't found any good solution, Em sexta-feira, 31 de maio de 2013 11h50min21s UTC-3, Yan escreveu: > > Hi there, > > I have a Parent object containing a list of Children objects. Both are > EntityProxy. My RequestFactory API is to persist the Parent along with > Children

Re: change in children not saved in GWT 2.5.1 after implement OSIV

2013-06-01 Thread Antonio Carlos
I'm having the same issue. Tried to edit the proxy with the same request context as the parent proxy, but no solution. Also tried to create new child proxies and set to the parent, also without sucess; -- You received this message because you are subscribed to the Google Groups "Google Web T

Browser compatibility issue

2013-06-01 Thread Luis Costa
Hi all, I'm using gwt-2.5.1 and the following widgets have distinct behaviours: 1. CellTable in Chrome, IE and Mozilla, it appear in fact filling all browser width but in Safary it doesent. 2. menuBar (or SimplePanel) a menu bar is added to the following SimplePan

Re: GWT issue tracker spring cleaning

2013-06-01 Thread Daniel Kurka
Hi Ed, thank you Ed for the feedback. We really like to see patches on issues that you care about. If you want to work on something we will happily review your work. As Thomas pointed out: If you want to propose a bigger patch please get in contact with gwt contributors to make sure you are hea