Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 4262 - don't restore rowIndex in UIData#invokeOnComponent, if it … #4508

Merged
merged 1 commit into from
Nov 3, 2018

Conversation

fcaputo
Copy link

@fcaputo fcaputo commented Nov 1, 2018

…was not modified

setRowIndex is called in finally, even if the rowIndex was not modified
by invokeOnComponent. This leads to unexpected method calls. This commit
reduces the scope of the try catch finally.

…was not modified

setRowIndex is called in finally, even if the rowIndex was not modified
by invokeOnComponent. This leads to unexpected method calls. This commit
reduces the scope of the try catch finally.

Signed-off-by: Frank Caputo <frank@frankcaputo.de>
@arjantijms
Copy link
Contributor

@fcaputo Thanks Franks! lgtm!

@arjantijms arjantijms added this to the 3.0 milestone Nov 3, 2018
@arjantijms arjantijms merged commit e979887 into eclipse-ee4j:master Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants