sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

Functional test for instance loading fails in Chrome #124

Open backplane-import opened 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 124.

Reporter markbirbeck
Date 23 Nov 2010 11:32:16 PM UTC

What steps will reproduce the problem?

  1. Create a roll-up file with ant compile.
  2. Copy the functional tests to the test directory with ant functional-test-compile.
  3. Start the test server with ant start-test-server.
  4. Navigate to http://localhost:8080/functional-tests/ft-instance-loading.html in Google Chrome.

What is the expected output? What do you see instead? The form should show the following text (visible correctly in FF, Safari and IE): {{{ Output for instance using @src:Hello from 'src' Output for instance using @resource:Hello from 'resource'
}}}

Instead we just see: {{{ Output for instance using @src: Output for instance using @resource: }}} and a JavaScript error in the debug console.


Owner set to creaven

Ticket status set to Accepted

Priority: Medium Type: Defect

backplane-import commented 13 years ago

Comment by creaven on 24 Nov 2010 4:27:59 PM UTC

fix attached


Attachments

fix.diff (3.2 KB)