View Single Post
03/31/17, 08:53 AM   #28
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
Originally Posted by ZOS_ChipHilseberg View Post
There haven't been any changes made to the security model, so new tainting situations are purely incidental. Since this seems to be focused around the inventory, maybe something changed there that addons were making use of.
I think what's changed is the handling of pool objects.

When objects are put into/taken out of the pool, it seems like some of the properties aren't getting reset. I've been seeing the dividing line showing up RED occasionally when added to a tooltip with the IIfA data, but only after I've looked at stolen items, and it doesn't always happen.

I think this is why doing a drag event from the inventory window randomly shows an error from the IIfA grid (among others). The two are totally unrelated, except that the object pool is being used for creation of controls from virtual versions.

Any of this make sense?

Last edited by AssemblerManiac : 03/31/17 at 09:03 AM.
  Reply With Quote