← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1348503] [NEW] When set a TableTab 'preload' to False, the checkbox at thead with class 'multi_select_column', it can't multi-select checkbox at tbody.

 

Public bug reported:

When I customizing my dashboard, try to set 'preload' to False with each 'tabs.TableTab' object at multiple tabs views.
Like tab.py at /project/access_and_security/, I add 'preload = False' at each tabs.TableTab(SecurityGroupsTab/KeypairsTab/FloatingIPsTab/APIAccessTab). 
The table in tab which firstly loaded, the checkbox at thead could complete multi-select the checkboxes at tbody;
but the table in tab which later loaded, the checkbox at thead could not multi-select the checkboxes at tbody, only select itself when click it.
I think the DOM Object (checkboxes at thead) hasn't  bound any event processor after it loaded.

** Affects: horizon
     Importance: Undecided
     Assignee: zhengyue (zhengyue)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => zhengyue (zhengyue)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1348503

Title:
  When set  a TableTab 'preload' to False, the checkbox at thead with
  class 'multi_select_column', it can't multi-select checkbox at tbody.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When I customizing my dashboard, try to set 'preload' to False with each 'tabs.TableTab' object at multiple tabs views.
  Like tab.py at /project/access_and_security/, I add 'preload = False' at each tabs.TableTab(SecurityGroupsTab/KeypairsTab/FloatingIPsTab/APIAccessTab). 
  The table in tab which firstly loaded, the checkbox at thead could complete multi-select the checkboxes at tbody;
  but the table in tab which later loaded, the checkbox at thead could not multi-select the checkboxes at tbody, only select itself when click it.
  I think the DOM Object (checkboxes at thead) hasn't  bound any event processor after it loaded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1348503/+subscriptions


Follow ups

References