FLUID-3237: unit test failing for Renderer in IE8, IE7, IE6

Metadata

Source
FLUID-3237
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Laurel Williams
Created
2009-10-06T16:03:18.000-0400
Updated
2009-10-07T15:51:34.000-0400
Versions
N/A
Fixed Versions
  1. 1.1.2
Component
  1. Renderer

Description

The renderer unit test 31.1 is failing in IE8, IE7, IE6. The test is labelled Selector Render Test module: Multiple decorator test (FLUID-2980)

Environments

IE8, IE7, IE6 - all on XP

Comments

  • Laurel Williams commented 2009-10-06T16:21:36.000-0400

    Added IE7 to the fail list

  • Laurel Williams commented 2009-10-06T16:31:21.000-0400

    Added IE6 to the mix.

  • Antranig Basman commented 2009-10-07T14:03:32.000-0400

    It turns out this failure is caused by the test for FLUID-2980 also exercising for the first time in a test the behaviour of the renderer with an empty template. Given this was discovered late in the release cycle, it was decided to resolve this by adjusting the template to be non-empty and pushing back a dedicated test and fix, for new issue FLUID-3251, until the 1.2 release.

  • Michelle D'Souza commented 2009-10-07T15:51:16.000-0400

    I reviewed the commit and Laurel tested it