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

Support consistent behaviour for lazy TabSheet tabs #543

Open
haulmont-git opened this issue Sep 11, 2017 · 0 comments
Open

Support consistent behaviour for lazy TabSheet tabs #543

haulmont-git opened this issue Sep 11, 2017 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@haulmont-git
Copy link

Case 1:

<layout>
  <tabSheet height="100%">
    <tab id="firstTab" caption="First tab" lazy="true"/>
      <label value="First tab"/>
    </tab>
    <tab id="secondTab" caption="Second tab"/>
      <label value="Second tab"/>
    </tab>
  </tabSheet>
</layout>

The first tab will be selected automatically, but its content will not be loaded.


Original issue: https://youtrack.haulmont.com/issue/PL-9668

@haulmont-git haulmont-git added cuba type: bug Something isn't working labels Apr 27, 2018
@haulmont-git haulmont-git added this to the Undefined milestone Apr 27, 2018
@rapekas rapekas removed the cuba label Apr 27, 2018
@jreznot jreznot removed this from the Undefined milestone May 18, 2018
@jreznot jreznot assigned Flaurite and unassigned dtsaryov Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants