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

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

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 cellview:CellTable ui:field=uiDataGrid width=100% pageSize=10 tableLayoutFixed=true/ in Chrome, IE and Mozilla, it appear in fact filling all browser width but in Safary it doesent.

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

[gwt-contrib] Change in gwt[master]: Removes delegation of event from TextBox event handler insid...

2013-06-01 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Removes delegation of event from TextBox event handler inside SuggestBox. .. Patch Set 2: Code-Review+2 (1 comment)

[gwt-contrib] Change in gwt[master]: Make sure JUnit's host page run in UTF-8.

2013-06-01 Thread Thomas Broyer
Thomas Broyer has uploaded a new change for review. https://gwt-review.googlesource.com/3170 Change subject: Make sure JUnit's host page run in UTF-8. .. Make sure JUnit's host page run in UTF-8. Bug: issue 8171 Change-Id:

[gwt-contrib] Change in gwt[master]: Revert Adds onEnsureDebugId delegation to Composite.

2013-06-01 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Revert Adds onEnsureDebugId delegation to Composite. .. Patch Set 1: Could you explain why? (and possibly update the issue tracker) Is this something specific

[gwt-contrib] Change in gwt[master]: Adding Integer.compare to emulation

2013-06-01 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/3180 Change subject: Adding Integer.compare to emulation .. Adding Integer.compare to emulation fixes ISSUE 7998 Change-Id: