← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1347071] Re: HTMLElement final class string getter

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

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

Title:
  HTMLElement final class string getter

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  The class_string property does NOT return the final class string. This
  is evident in some of the BatchAction classes (which is a subclass).
  The only way to get the final class string is through the
  get_final_attrs method.

  In order to retrieve the final class string, we would need to
  calculate the final attributes. This can be cumbersome if all we want
  is the final class string. We need a mechanism that would allow us to
  retrieve just the final class independently.

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


References