Metadata
- Source
- DECA-256
- Type
- Bug
- Priority
- Critical
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2012-05-15T16:32:14.135-0400 - Updated
2012-07-10T13:52:00.692-0400 - Versions
-
- 0.5
- Fixed Versions
-
- 0.6
- Component
-
- Export
Description
The exporter unit tests run with all the tests passing; however, many errors are thrown for fluid.fail.
Environments
FF 12 (Ubuntu 10.04)
Comments
-
Justin Obara commented
2012-07-06T10:19:28.855-0400 Can't reproduce. I had to use the beta version of firebug to run the unit tests, as the stable version is too slow to handle all of the logging. It's possible that the pre-release version I had been using at the time had an issue. I've retested this with Firebug 1.10.0b2 and no errors are thrown.
-
Justin Obara commented
2012-07-06T11:22:10.920-0400 I tried it again and the issues has reappeared. could have been a temporary respite due to the newer beta version of firebug.
-
Justin Obara commented
2012-07-09T13:28:09.633-0400 Refactored the events. Used event aggregation to combine rendering events into a single event. This helps make it clear when all the export types have rendered. Also moved the onReady event to be triggered by the accordion instead of the event binder, since it is the last subcomponent to be initialized.
The changes can be found in my bitbucket repo:
https://bitbucket.org/jobara/decapod-0.6-ui-iteration4 -
Justin Obara commented
2012-07-10T13:51:56.312-0400 Merged into the googlecode repo