Frames precreation workaround forces too many unit updates #217


  • New
  • Declined
  • Other
Closed
Assigned to michaelsp
  • michaelsp created this issue May 14, 2011
    Owner

    The precreation frames workaround to avoid a bug in blizzard secureheaders code that prevents to initialize frames in combat, causes too many indicator updates during the load layout process.

    When the startingIndex attribute is changed to force the creation of frames for each header, blizzard secureheaders code will change the unit attribute of several frames, and GridFramePrototype:OnAttributeChanged(name, value) is called a lot of times.

    Maybe this issue must be addressed, pending to check if this issue causes any performance problem in a big raid.

  • michaelsp added the tags New Other May 14, 2011
  • michaelsp edited title and description May 14, 2011
  • michaelsp removed a tag Waiting Jun 11, 2011
  • michaelsp added a tag Declined Jun 11, 2011
  • michaelsp closed issue Jun 11, 2011

To post a comment, please login or register a new account.