FLUID-3695: Fluid parser line 159: trim is called on a string which will work in FF but will break in IE, since it should actually use jQuery.trim

Metadata

Source
FLUID-3695
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
y z
Created
2010-08-30T11:32:24.135-0400
Updated
2014-04-02T15:24:55.653-0400
Versions
  1. 1.2
  2. 1.3
Fixed Versions
N/A
Component
  1. Renderer

Description

In IE the app (for example cspace) will break when trying to call trim on a string.

Comments

  • y z commented 2010-08-30T11:33:09.402-0400

    Replaces trim with jQuery.trim

  • Anastasia Cheetham commented 2014-04-02T15:24:55.651-0400

    Fixed in pre-1.5 evaluation