Closed
Bug 525761
Opened 16 years ago
Closed 16 years ago
"exports.isLinux is not a function" error with embedded editor
Categories
(Skywriter Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: saher.neklawy, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 FirePHP/0.3
Build Identifier: Reboot1/0.6
At using the bespin embedded editor (in "index.html") in the Reboot build, a "exports.isLinux is not a function" error is shown in firebug.
Reproducible: Always
Steps to Reproduce:
1. Install the reboot build as described in https://wiki.mozilla.org/Labs/Bespin/DeveloperGuide/Setup
2. Download the dojo toolkit from "http://download.dojotoolkit.org/release-1.3.2/dojo-release-1.3.2.tar.gz". Extract the archive, and place the "dijit, dojo, and dojox" folder under "bespinclient/src/html"
3. Run the local server using "paver start"
4. Access "http://localhost:8080" from a firefox profile containing firebug. Make sure the firebug console is enabled beforehand.
5. Click on the embedded editor.
Actual Results:
getting "exports.isLinux is not a function" error.
Expected Results:
editor functioning normally with no javascript errors
Occurs under both Linux and Windows operating systems
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
Applied in 09e99a366a46. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•