FLUID-5219: preference framework components should share a messageResolver

Metadata

Source
FLUID-5219
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Justin Obara
Created
2013-11-21T15:19:51.416-0500
Updated
2015-06-26T10:03:17.369-0400
Versions
  1. 1.5
Fixed Versions
  1. 1.9
Component
  1. Prefs Framework

Description

Currently the message loader retrieves all of the messages to be used in prefsEditor stack. These are all passed down as parent bundles and used by each components own messageResolver. This leads to a lot of overhead in creating messageResolvers. Mainly this happens by the panels which are all rendererComponents and create message resolvers automatically.

Comments

  • Justin Obara commented 2015-06-15T10:56:17.373-0400

    The process was changed to have the messageLoader fetch the bundles for each panel separately and pass these down to the panel's own messageResolver. See FLUID-5597

  • Justin Obara commented 2015-06-26T09:51:01.720-0400

    Reopening to change the fix version to 1.9