Details
-
Type:
Bug
-
Status: Open (View workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects versions: 1.20.0.0
-
Fix versions: Backport 2.x, 3.0.0
-
Components: Web
-
Labels:None
-
Story Points:1
Description
RendererBase caches the ResourceManager, using the control's ResourceManager as the key. It is not guaranteed that the control's ResourceManager remains identical between page-lifecycles, thus resulting in an evergrowing cache of ResourceManagers.
Note: The ResourceManager should still be cached by type to avoid unnecesary lookups and allocations when combining the ResourceManager objects.