Public bug reported:

During cell status waiting we need to verify that row is defined before
asking row.cells. DOM is inconstant structure in time, and we may call
_get_row, when table is not in DOM (for ex, when table is reloaded). So
we should consider that situation and don't raise Exception that
NoneType hasn't 'cells' attribute.

** Affects: horizon
     Importance: Undecided
     Assignee: Sergei Chipiga (schipiga)
         Status: In Progress

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

Title:
  Check that row is defined when wait cell status

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  During cell status waiting we need to verify that row is defined
  before asking row.cells. DOM is inconstant structure in time, and we
  may call _get_row, when table is not in DOM (for ex, when table is
  reloaded). So we should consider that situation and don't raise
  Exception that NoneType hasn't 'cells' attribute.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to