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

Table height wrong in case of master/detail #525

Closed
rjahn opened this issue Dec 6, 2024 · 1 comment
Closed

Table height wrong in case of master/detail #525

rjahn opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working critical A critical problem
Milestone

Comments

@rjahn
Copy link
Member

rjahn commented Dec 6, 2024

User: features
Screen: Contacts (DB)

Please change following in Java project (com.sibvisions.apps.mobile.demo.screens.features.ContactsWorkScreen):

DisplayMode mode = DisplayMode.Inline;
-> DisplayMode mode = DisplayMode.Split;

Be sure, to have some records in Educations table for different contacts.

The Educations record height is totally wrong if you change the selected contact.

image
@rjahn rjahn added bug Something isn't working critical A critical problem labels Dec 6, 2024
@rjahn rjahn added this to the 2.3 milestone Dec 6, 2024
@gimmixAT
Copy link
Contributor

gimmixAT commented Dec 9, 2024

this was caused by the changes made in #173 and should have the correct height now even if the sameRowHeight Flag is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical A critical problem
Projects
None yet
Development

No branches or pull requests

2 participants