ICEfaces
  1. ICEfaces
  2. ICE-9557

Resource coalescing doesn't work with Liferay 6.1.2

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.3, EE-3.3.0.GA_P01
    • Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Liferay 6.1.2
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Turn off resource coalescing:

      <context-param>
      <param-name>org.icefaces.coalesceResources</param-name>
      <param-value>false</param-value>
      </context-param>
      Show
      Turn off resource coalescing: <context-param> <param-name>org.icefaces.coalesceResources</param-name> <param-value>false</param-value> </context-param>

      Description

      When running under Liferay 6.1.2 and resource coalescing on, the client will report various errors depending on which components are running on the page. Some examples are:

      Uncaught TypeError: Cannot call method 'renderEditor' of undefined

      Uncaught TypeError: Cannot read property 'CanvasAxisTickRenderer' of undefined

      Uncaught Missing resources for "Menu" component.

        Activity

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: