You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Isaac Chiang (JIRA)" <ji...@apache.org> on 2013/02/19 11:25:12 UTC

[jira] [Comment Edited] (CLOUDSTACK-1287) The list table is malformed when scrolling down in the global setting page

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581192#comment-13581192 ] 

Isaac Chiang edited comment on CLOUDSTACK-1287 at 2/19/13 10:23 AM:
--------------------------------------------------------------------

Hi Pranav:
      Is it possible to add a style in the table? I replace the code with following : 

1333     var $toolbar = $('<div>').addClass('toolbar').appendTo($listView);                                                                           
1334     var $table = $('<table>').css({'table-layout':'fixed'}).appendTo($listView);                                                                 
1335     var infScrollTimer;

 in the listView.js around line 1334 (previous commit) and it works. But I don't know if it will have side effect this way.

Thanks!

                
      was (Author: isaacchiang@gmail.com):
    Hi Pranav:
      Is it possible to add a style in the table? I replace the code with following : 

1333     var $toolbar = $('<div>').addClass('toolbar').appendTo($listView);                                                                           
1334     var $table = $('<table>').css({'table-layout':'fixed'}).appendTo($listView);                                                                 
1335     var infScrollTimer;

 in the listView.js around line 1334 (in the certain commit) and it works. But I don't know if it will have side effect this way.

Thanks!

                  
> The list table is malformed when scrolling down in the global setting page
> --------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1287
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1287
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>         Environment: Master branch
>            Reporter: Isaac Chiang
>            Assignee: Pranav Saxena
>            Priority: Minor
>              Labels: ui
>         Attachments: screenshot-1.jpg
>
>
> When scrolling down the list table in global setting page, the width of the columns are changed after each "listConfiguration" request

--
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