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

Add DOM listeners before attaching the element (#5195) #5201

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

denis-anisimov
Copy link
Contributor

@denis-anisimov denis-anisimov commented Mar 7, 2019

Fixes #5152


This change is Reviewable

Copy link
Contributor

@caalador caalador left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 4 of 4 files at r1.
Reviewable status: :shipit: complete! all discussions resolved, 1 of 1 LGTMs obtained

@vaadin-bot
Copy link
Collaborator

SonarQube analysis reported 5 issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MAJOR SimpleElementBindingStrategy.java#L195: Make the enclosing method "static" or remove this set. rule
  2. MAJOR SimpleElementBindingStrategy.java#L1005: Remove this unused private "invokeWhenNodeIsConstructed" method. rule
  3. MAJOR SimpleElementBindingStrategy.java#L1336: Equality tests should not be made with floating point values. rule
  4. INFO SimpleElementBindingStrategy.java#L195: Write to static field com.vaadin.client.flow.binding.SimpleElementBindingStrategy.boundNodes from instance method com.vaadin.client.flow.binding.SimpleElementBindingStrategy.bind(StateNode, Element, BinderContext) rule
  5. INFO SimpleElementBindingStrategy.java#L416: Complete the task associated to this TODO comment. rule

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.

None yet

5 participants