Ticket #5833 (closed defect: fixed)
[Patch] [CLA] test_FloatingPane.html gives an error with FF 2
| Reported by: | guest | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dojox | Version: | 1.0 |
| Severity: | normal | Keywords: | Dojox FloatingPane |
| Cc: |
Description
test_FloatingPane.html gives an error with FF 2 because it doesn't like when a widget initializes a member variable to null. Currently, dojox.layout.FloatingPane? initializes dockTo to null, so when we assign declaratively a value to dockTo, FF chokes with:
ReferenceError: alternateDock is not defined message=alternateDock is not defined
In this case to fix the error, we should replace the line 48 of the dojox.layout.FloatingPane? from:
dockTo: null,
to
dockTo: "",
My email for any questions issues: angel dot municio at nexaweb dot com
Change History
Note: See
TracTickets for help on using
tickets.