← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378548] Re: javascript crashes on project create

 

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

** Changed in: horizon
    Milestone: None => kilo-3

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

Title:
  javascript crashes on project create

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  *stable-havana in firefox 24 on windows7*
  on create project in horizon javascript terminates script execution.
  we have about 180+ users in cloud and 500+ roles
  I tried to debug with firebug and it showed that we got response from server on url */projects/create
  response contains 125 kilobytes of raw html 
  (quick html analysis showed that it lists all roles with all users as options so it has at least 90000 potential DOM elements)
  I think that response handler cannot append raw html to DOM because of its amount of data.
  Probable solution is to get json data from server and to use javascript template engine

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


References