summaryrefslogtreecommitdiffstats
path: root/test/dependency-rewrite
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-05-03 11:57:03 +0300
committerHenri Sara <henri.sara@gmail.com>2017-05-03 11:57:03 +0300
commitff52c42738a96c3fde01c40d33075376bcae1339 (patch)
tree77262dd6f028fca86232dedd611a8fcfe262d872 /test/dependency-rewrite
parentb60ab78e7ca9ed232eac2388c3a9ca6e1af423af (diff)
downloadvaadin-framework-ff52c42738a96c3fde01c40d33075376bcae1339.tar.gz
vaadin-framework-ff52c42738a96c3fde01c40d33075376bcae1339.zip
Fix ComponentLocator with inherited classes without custom connector (#9176)
Logic for finding elements corresponding a server-side classname does not work with inherited classes. For example making MyGrid extends Grid, you could not find the specific MyGrid, but only the common Grid. In most cases this is not a problem since these components are usually the only instance of said superclass, but the Composite introduced in the same UI, which makes testing them impossible. This patch adds the specific classname information for ServerConnectors that can be used to find the correct connector instance.
Diffstat (limited to 'test/dependency-rewrite')
0 files changed, 0 insertions, 0 deletions