-
Dojo 1.7 includes geo charting support. We should make sure these geo charting widgets can be used with Maqetta.
-
text-decoration is a weird CSS property. Suppose you take this snippet, save as
an HTML file, and then view it in a browser:
abc
def
You'll see that the underline applies to all child eleme…
-
FF/Win 7 maqetta-test
Mobile page
```
Untitled
require([
"dijit/dijit",
"dojo/parser",
"maqetta/space",
"maqetta/AppStates",
"dojox/io/xhrScriptPlugin",
"dojo/data/ItemFileReadSto…
-
@jhpedemonte, @childsb, @peller
Right now, when launching app at Maqetta.org, we have the following web requests:
- /maqetta/cmd/listLIbs
- /maqetta/cmd/getMetaRoot
- /maqetta/app/metadata/dojo/1.7/w…
-
**Enhancement**
As the master linter config lives here, this issue is to suggest adding the `ban-types` rule: https://palantir.github.io/tslint/rules/ban-types/
Context: https://github.com/dojo…
umaar updated
6 years ago
-
**Bug**
If set to controlled but not required the user can select items from the list which triggers the onValue event. This is expected and needed. However, if the user then emptied the Typeahead…
-
I've noticed there are a lot of widgets like the following in the Dojox Mobile portion of the widget palette that should be hidden:
- ListItem
- IconItem
- TabBarButton
- IconMenuItem
- ValuePickerSlo…
-
Created a custom widget, a DIV with two Dijit sliders.
Open a new document and place the custom widget on the canvas.
Close, reopen: get an exception:
```
Error: dijit._Templated: parser returned unf…
-
1. Created an eclipse project.
2. Created a folder named "ümlaut" in the **WebContent** folder.
3. Created a Mobile App in ümlaut folder, iPhone.
4. Dropped a few mobile widgets, including a **TabBar*…
-
(Not sure if this performance problem still exists. Logging this as an "investigate" bug)
It appears that the main performance culprit in launching the theme editor is
pulling down the metadata files…