[jbosstools-issues] [JBoss JIRA] (JBIDE-16868) Resizing of Cordova Plugin Discovery dialog doesn't work

Viacheslav Kabanovich (JIRA) issues at jboss.org
Mon Mar 31 19:11:14 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957923#comment-12957923 ] 

Viacheslav Kabanovich commented on JBIDE-16868:
-----------------------------------------------

List for Registry tab contains 186 elements, each presented by 5 controls, so that during resize about 1000 controls should be rezised and updated. That is done by standard swt methods Composite.updateLayout(),  Control.setBounds(), etc in ui thread.
I see a possible solution in limiting the number of displayed items and adding control
'Show *** items of 186 available." where *** is an input field set initially to 10.
After filter (Find input) is applied, the number of available items is updated to the actual value.
                
> Resizing of Cordova Plugin Discovery dialog doesn't work
> --------------------------------------------------------
>
>                 Key: JBIDE-16868
>                 URL: https://issues.jboss.org/browse/JBIDE-16868
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: aerogear-hybrid
>    Affects Versions: 4.2.0.Beta1
>         Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
>            Reporter: Vlado Pakan
>            Assignee: Denis Golovin
>             Fix For: 4.2.0.Beta2
>
>
> Resizing of this dialog is very slow or doesn't work at all.
> Try to resize it by mouse cursor for bigger distance and dialog is resized only a little and it takes too much time

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list