-
Notifications
You must be signed in to change notification settings - Fork 272
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
feat(ui5-static-area-item): implement lazy loading #1272
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great - I think this is the way to go.
The only problem I've found is that datepicker/select/etc.. blink when you click their icon. Try comparing f.e. datepicker on live with datepicker now and you'll notice the blue background of the icon
@pskelin Currently there is a noticeable delay (picker icon flickers) due to the fact that some of the work happens later now, because the static area items are created on the fly. There are 2 ways to address:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TabContainer is broken - the popover resizes immediatly after opening and takes up the whole screen
No description provided.