Public bug reported:

*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

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: dom javascript

-- 
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):
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to