Skip to content

Fixed issue #125: Components failed within the table. #128

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lordmikefin
Copy link

I created issue #125 earlier in this month.

I debugged the code and here is my solution :)

MikkoAtGrynos and others added 3 commits August 29, 2017 15:11
 - 'visibleComponents' is not set by Table constructor
 - Filter components will break, if filter bar is not visible during
table initialization.
 
 - Still getting connector errors in client side console
@markusheikkinen
Copy link

I came across this issue with @PreserveOnRefresh annotated UI; when FilterTable had Label component it's text content disappeared when browser was refreshed,

This also seemed to cause an issue with TestBench; it seems that when using v8 version of FilterTable TestBench queries are unable to locate any components inside FilterTable: e.g.
testBenchWrappedFilterTable.$(AbstractComponentElement.class).all();
returned empty list.

I compiled addon from lordmikefin's branch and this seemed to fix both of my issues.

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.

4 participants