Closed
Bug 574442
Opened 15 years ago
Closed 15 years ago
can't select module after adding it to library
Categories
(Mozilla Labs Graveyard :: FlightDeck, defect)
Mozilla Labs Graveyard
FlightDeck
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: myk, Unassigned)
Details
When I enter the name for a module into the "Add module" field and press the Add button while editing a library, I see a notification "Success - module [name] added", and the name of the module appears in the list of modules in the library.
But I am unable to select the module. Clicking on the module name doesn't do anything in the UI, it just generates the following message in the error console:
Error: switch_mode_on is not defined
Source file: https://lm-app-flightdeck-stage01.mozillalabs.com/media/jetpack/js/FlightDeck.Editor.js
Line: 20
Reporter | ||
Comment 1•15 years ago
|
||
Reloading the editor resolved this problem, so perhaps it only happens when you first create a library?
Comment 2•15 years ago
|
||
Couldn't reproduce, but the function was in wrong scope - I moved it to the right place. Please test.
http://github.com/zalun/FlightDeck/commit/f2840f323069ada00d4674cfbc97e8324c8147a2
Comment 3•15 years ago
|
||
WFM in the currently-deployed release.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•