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

JBIDE-16856 - UI Freeze at startup (wakes up later) #226

Closed
wants to merge 1 commit into from

Conversation

snjeza
Copy link
Member

@snjeza snjeza commented Mar 27, 2014

https://issues.jboss.org/browse/JBIDE-16856
UI Freeze at startup (wakes up later)

disposeChildren(composite);
pageBook.layout(true, true);
int h = scrollable.getClientArea().height;
scrollable.getClientArea();
Copy link
Member

Choose a reason for hiding this comment

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

Any reason why we keep calling scrollable.getClientArea()? I see the method does a forceResize on the control, but it seems to work properly without calling it

Copy link
Member

Choose a reason for hiding this comment

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

i recall there bein g adiffernt between os's on this. but i suggest to apply this as is since it shuoldnt change behavior

@fbricon
Copy link
Member

fbricon commented Mar 28, 2014

Looks very good. Central displays faster now. I'll apply it as soon as you answer the scrollable.getClientArea() question

@fbricon
Copy link
Member

fbricon commented Mar 28, 2014

Applied in master and Beta1x.
We'll deal with the scrollable.getClientArea() thing in Beta2 if needed

@fbricon fbricon closed this Mar 28, 2014
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

3 participants