yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49682
[Bug 1572036] [NEW] Check that row is defined when wait cell status
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
Follow ups