Timeline
Feb 4, 2013:
- 8:19 PM Ticket #16674 (Single child of ContentPane doesn't resize as content added) created by
- If a ContentPane has a single child ContentPane, the child gets a …
- 7:32 PM Ticket #16458 (Select: Need to ESC twice to close the listbox when Jaws run) closed by
- invalid: Hello. It turns out that this is actually a JAWS bug. My contact with …
- 6:55 PM Ticket #16346 (Claro: Cross-browser layout issues with varying height of ...) closed by
- wontfix: I think since claro explicitly only uses em units, it's allowing …
- 6:35 PM Ticket #16495 (ComboBox: error when using labelAttr) closed by
- worksforme: I assume bill's suggestion to subclass JsonRest? is working. …
- 5:57 PM Ticket #16673 (demos/mobileGallery: truncated views on iPhone 5 in portrait orientation) created by
- The larger screen height of iPhone 5 hurts in the particular context …
- 5:47 PM Ticket #16672 (dojox/mobile/SearchBox: close button deficiencies) created by
- The following are deficiencies on various browsers of the "close …
- 4:11 PM Ticket #16671 (Non widget fixed bars are not correctly attached to top / bottom in ...) created by
- see the attached example: if adding a non widget DIV with attribute …
- 3:13 PM Ticket #16670 (dojox/form/Rating fires onChange twice for every change) created by
- I believe this was discussed in the dojo.interest mailing list in this …
- 2:45 PM Ticket #16552 (Dialog: unable to drag scrollbars (IE9 in EmulateIE7 mode)) reopened by
- OK, fair enough, thanks for the test case; I'll take a look.
- 12:22 PM Ticket #16657 (DataPresentation.js typo: this,queryOptions should be this.queryOptions) closed by
- fixed: In [30535]: […]
- 10:51 AM Ticket #16669 (Declarative view with selected=true not hidden when requesting to ...) created by
- I've attached an example to explain the problem: it contains a …
- 5:45 AM Ticket #16668 (DOH node runner broken) created by
- The following command is broken in trunk, but works fine in 1.8: …
Feb 3, 2013:
- 1:19 PM Ticket #16573 (_startSearchFromInput not triggered in Internet Explorer whene pasting ...) closed by
- fixed: In [30529]: […]
- 7:14 AM Ticket #16667 ([regression] dojo/_base/Deferred.when (via dojo/when) coerces to ...) created by
-
In Dojo 1.8,
dojo/when
has a feature (shared with other …
Feb 2, 2013:
- 4:54 PM Ticket #16666 (promise.response error callback) created by
- hi, i'm facing a strage problem when i use promise.response.then() to …
- 2:37 PM Ticket #16593 (Bug in lang.mixin()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:37 PM Ticket #16590 (Dojo parser for data-dojo-props should accept object string with braces) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:27 PM Ticket #16555 (Select: in store can break order of items) closed by
- worksforme: Just add sortByLabel="false" (default is true).
- 12:51 PM Ticket #16525 (InlineEditBox:Select : widget show value instead label after save change) closed by
- fixed: In [30526]: […]
- 5:03 AM Ticket #16663 (dojo/i18n fails when dojo.locale undefined) closed by
- fixed: In [30525]: […]
- 5:02 AM Ticket #16664 (dojo/text! uses deprecated API, and not AMD-portable) closed by
- fixed: In [30524]: […]
- 4:41 AM Ticket #16665 (Enhance dojox.Calendar to support retreiving only the visible events ...) created by
- First, I love the new dojox.Calendar. It's easily the best looking …
- 1:59 AM Ticket #16664 (dojo/text! uses deprecated API, and not AMD-portable) created by
- dojo/text! should use dojo/request rather than dojo/_base/xhr. …
- 1:14 AM Ticket #16663 (dojo/i18n fails when dojo.locale undefined) created by
- dojo/i18n depends on dojo.locale having a non-null value, starting on …
Feb 1, 2013:
- 8:08 PM Ticket #16522 (HorizontalSlider: direction:rtl mispositioned) closed by
- worksforme: HorizontalSlider? supports dir=rtl not direction:rtl
- 7:53 PM Ticket #16514 (Form: set("value", val) broken if val contains array from another frame) closed by
- fixed: In [30522]: […]
- 6:49 PM Ticket #16662 (gfx svg getTextWidth fails on IE9) created by
- I'm using IE9 to call getTextWidth while using the svg renderer. This …
- 6:30 PM Ticket #16510 (unable to escape single quote in ValidationTextBox pattern) closed by
- worksforme: data-dojo-props='pattern:"\\x27[\\w]+\\x27"' works for me.
- 5:45 PM Ticket #16661 (Allow registering for "all" events that object/element emits) created by
- Backbone has a feature to register for all events on an object using …
- 4:44 PM Ticket #16660 ([patch][ccla] Reduce call stack in _ContentPaneResizeMixin#_layoutChildren) created by
-
A customer identified a potential improvement to the
_layoutChild
… - 4:11 PM Ticket #16422 (dijit/Select hides selected option when validation fails) closed by
- fixed: In [30519]: […]
- 3:51 PM Ticket #16179 (Create an Android 4 theme) closed by
- fixed
- 3:44 PM Ticket #16659 (dojox/css3/transition should allow customizing the transition duration) closed by
- fixed: In [30517]: […]
- 3:39 PM Ticket #16659 (dojox/css3/transition should allow customizing the transition duration) created by
- This should be visible using a duration property passed in the options.
- 3:37 PM Ticket #16497 (dojox/css3/transition should support IE10) closed by
- worksforme: after testing it happens it works without modifications as IE10 is …
- 3:08 PM Ticket #16658 (dojox/mobile: improved iOS6 full-screen support to avoid unnecessary ...) created by
- Since the introduction of ios6 full-screen support (#16066), …
- 3:08 PM Ticket #16657 (DataPresentation.js typo: this,queryOptions should be this.queryOptions) created by
- 3:05 PM Ticket #16654 (Chart: resize broken with one arguments (width)) closed by
- invalid
- 2:20 PM Ticket #16656 (dojox/mvc/StoreRefController is not working on Android 3.x) created by
- Run the following code on Android 3.x (at least Samsung Galaxy Tab …
- 1:45 PM Ticket #16655 ([patch] access to undefined property in writeOptimized.js) created by
- When trying to build a custom layer, the following error occurs: …
- 1:26 PM Ticket #16654 (Chart: resize broken with one arguments (width)) created by
- chart resize method doesn't work if you specified only width. Here CLA …
- 9:16 AM Ticket #16653 (dojo does not support optgroup in comboBox, Filterselect.) closed by
- duplicate: Duplicate of #10761.
- 8:34 AM Ticket #16653 (dojo does not support optgroup in comboBox, Filterselect.) created by
- I am using dojo1.7.2 and observed that dojo does not support optgroup …
- 6:54 AM Ticket #16286 (dojox/editor/plugins/TablePlugins "Insert Table Row After" and others ...) closed by
- fixed: In [30506]: […]
Jan 31, 2013:
- 11:53 PM Ticket #16571 (dijit.Menu not displaying correctly in dijit.Dialog with ...) closed by
- duplicate: Duplicate of #16550. I don't understand what you mean by "your …
- 5:39 PM Ticket #16652 (SpinWheelSlot takes measurements prior to startup) created by
-
Old code in
SpinWheelSlot. getCenterItem()
violates the Dijit … - 2:45 PM Ticket #16650 (dojox.mobile._StoreMixin is registering too many observer handlers) closed by
- duplicate: Duplicate of #16651.
- 2:40 PM Ticket #16347 (dojox/mobile/View always sets paddingTop in performTransition but only ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:30 PM Ticket #16651 (dojox.mobile._StoreMixin is registering too many observer handlers) created by
- On a store list, setting several times the query via setQuery() will …
- 2:30 PM Ticket #16650 (dojox.mobile._StoreMixin is registering too many observer handlers) created by
- On a store list, setting several times the query via setQuery() will …
- 12:15 PM Ticket #16649 (dojo/on touch event bug Firefox Android) created by
- The event dojo/on returns in Firefox 18 Android is buggy. Lots of …
- 9:20 AM Ticket #16648 (dojox.mobile Store based list should expose an itemClick event) created by
- When using a dojox.mobile list like EdgeToEdgeStoreList it's not very …
- 8:53 AM Ticket #16647 ([patch][cla] dojox.mobile.ProgressIndicator is not vertically centered) created by
- In dojox/mobile/themes/common/ProgressIndicator.less …
- 2:57 AM Ticket #16569 ([regression] has('touch') apparently reports 'false' on Surface or ...) closed by
- fixed
- 2:38 AM Ticket #16642 ([email protected] -- ReferenceError: registry is not defined) closed by
- fixed: In [30502]: […]
- 12:08 AM Ticket #16569 ([regression] has('touch') apparently reports 'false' on Surface or ...) reopened by
- Starting in [30381] and [30382] in 1.8, it is no longer possible to …
Jan 30, 2013:
- 10:52 PM Ticket #16621 (IE8: RadioButton tab order wrong) closed by
- fixed
- 10:00 PM Ticket #16646 (Problem with more choices/previous choices when using filtering select ...) created by
- I have been having problems with displaying options in filtering …
- 9:08 PM ProjectMeeting/2013-01-30 created by
- 6:20 PM Ticket #16645 (External dojox packages missing from git mirror) created by
- https://github.com/dojo/dojox dojox/calendar is included in the main …
- 5:04 PM Ticket #16644 (dojox.drawing incorrectly connects key listeners to entire document) created by
- It appears that the dojox.drawing module incorrectly handles keyboard …
- 5:03 PM Ticket #16643 (dojox/mobile/_StoreMixin does not support put() operations) created by
- Updating an existing item in a store connected to a Dojo Mobile …
- 4:15 PM Ticket #16115 (IE10 window.test_scroll test failures) closed by
- fixed: In [30499]: […]
- 3:48 PM Ticket #16642 ([email protected] -- ReferenceError: registry is not defined) created by
- Description Go to …
- 3:23 PM Ticket #16640 (Button keyboard access broken in IE10) closed by
- worksforme: Tested on nightly and 1.8 using IE10 beta on Win 7 and it works for me.
- 3:18 PM Ticket #16125 (IE10 Tooltip test failures) reopened by
- I'm still seeing these issues with the TooltipDialog_a11y …
- 3:13 PM Ticket #16641 (AccordionContainer: sizing problems if resized while animation in progress) created by
- The layout function of the dijit.layout.AccordionContainer calculates …
- 3:13 PM Ticket #16640 (Button keyboard access broken in IE10) created by
- See: …
- 1:56 PM Ticket #16639 (issue with dijit.form.Select with bidi languages on IE8/IE9) created by
- Hello I have seeing some issues with dijit.form.Select when the …
- 1:12 PM Ticket #16638 (Pagination refresh problem in enhanced grid 1.6) created by
- I am using pagination plugin in enhanced grid to display search …
- 10:44 AM Ticket #16633 (dijit/Editor on IE9 can't enter text if "Active Scripting" is disabled ...) closed by
- fixed: In [30495]: […]
- 5:37 AM Ticket #16637 (DateTextBox: reflect changes to <input> to Calendar while dropdown open) created by
- […]
- 5:32 AM Ticket #16636 (shortcut key does not work under MAC+ Chrome) created by
- 1: create dojox grid 2: add onKeyPressed listener to grid 3: press …
- 12:00 AM Ticket #16635 (Dialog: screen reader problems due to unwanted title="" attribute on ...) closed by
- fixed: In [30491]: […]
Jan 29, 2013:
- 11:56 PM Ticket #16635 (Dialog: screen reader problems due to unwanted title="" attribute on ...) created by
- When tabbed to the form field on the dialog,the jaws announces the …
- 10:52 PM Ticket #16634 (Dialog: focus remains on editable div when opening a dojo modal dialog ...) created by
- Issue only occurs on Chrome. Not sure if this is specific Dojo or …
- 6:25 PM Ticket #16629 (StatefulArray incorrect implementation of concat) closed by
- fixed: In [30489]: […]
- 2:40 PM Ticket #16531 (ymin ymax bug in dojox/charting/plot2d/common) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:04 PM Ticket #16633 (dijit/Editor on IE9 can't enter text if "Active Scripting" is disabled ...) created by
- See the discussion and suggested fix here: …
- 3:09 AM Ticket #15883 (Menu: dijitMenuItemSelected not removed after new dialog on Menu onclick) closed by
- invalid: This looks to be a problem with your test case: […] Widgets are …
- 3:01 AM Ticket #16631 (1.8 aria related failures) closed by
- fixed: In [30482]: […]
- 12:57 AM Ticket #16630 (viewport test failures) closed by
- worksforme: I couldn't recreate either viewport/viewportQuirks failure on either …
Jan 28, 2013:
- 8:56 PM Ticket #16632 (StatefulArray has no notification for items removed by splice) created by
- elements added by splice cause notifications for the added elements …
- 8:55 PM Ticket #16631 (1.8 aria related failures) created by
- I suspect these failures are caused by some of the robot tests being …
- 8:46 PM Ticket #16630 (viewport test failures) created by
- In both FF18 and Chrome 24 when I run dojo/tests/window/viewPort.html …
- 8:23 PM Ticket #16629 (StatefulArray incorrect implementation of concat) created by
- calling concat on a StatefulArray? with no args will add an undefined …
- 7:30 PM Ticket #16628 (dojo/JsonRest sends 'id' attribute on put/add to REST server even ...) created by
- Hi, I am creating a dgrid/JsonRest UI and a REST Server backend for a …
- 3:10 PM Ticket #16581 (Persian (Jalali) calendar) closed by
- fixed: In [30478]: […]
- 2:54 PM Ticket #11866 (TabContainer: odd behavior in canceling in-flight XHRs) closed by
- wontfix: TabContainer by itself is working fine. The problem only happens …
- 2:19 PM Ticket #16181 (Create a FilteredList mobile widget) closed by
- fixed
- 2:16 PM Ticket #15408 (DropDownButton: ability to subclass and programatically create drop down) closed by
- fixed: In [30477]: […]
- 1:34 PM Ticket #16625 (Mobile Checkbox always reverting to initial State (V1.8.0)) closed by
- worksforme: I'm not seeing the problem. _ButtonMixin:_onClick is returning true …
- 12:43 PM Ticket #16626 (aspect.after behaves differently than documented) closed by
- duplicate: dup of #16627
- 12:39 PM Ticket #16627 (aspect.after behaves differently than documented) created by
- There is either a migration documentation bug, or an actual bug in the …
- 12:39 PM Ticket #16626 (aspect.after behaves differently than documented) created by
- There is either a migration documentation bug, or an actual bug in the …
- 10:37 AM Ticket #16625 (Mobile Checkbox always reverting to initial State (V1.8.0)) created by
- In _ToggleButtonMisxin.js (lines 23-29) […] (line 25) …
- 8:21 AM Ticket #16624 (make dom-style support CSS3 properties) created by
- Make dom-style support set and get of CSS3 properties, which may need …
- 7:46 AM Ticket #15370 (Dialog: can still focus items behind dialog) closed by
- fixed: In [30474]: […]
Jan 26, 2013:
- 11:12 PM Ticket #16623 (aliases ignored during build) created by
- Build ignores modules aliases in build profile, during build errors …
- 8:25 AM Ticket #15370 (Dialog: can still focus items behind dialog) reopened by
- Thanks, you are right about (1), I'll fix that. As for (2) I wasn't …
- 12:38 AM Ticket #16622 (_FormWidgetMixin needs to use touch.release instead of "mouseup") created by
- I'm create a custom control that has a hidden focusNode as an input …
Jan 25, 2013:
- 8:33 PM Ticket #16621 (IE8: RadioButton tab order wrong) created by
- Load test_CheckBox.html in IE8. TAB thru the radio button group …
- 4:42 PM Ticket #16112 (Add support for relative MIDs in templates to the parser) closed by
- fixed: In [30455]: […]
- 1:53 PM Ticket #16503 (problems with auto-require of widgets inside ContentPane) closed by
- fixed: In [30451]: […]
- 12:38 PM Ticket #16620 (NumberSpinner: HOME/END can change a readOnly value) closed by
- fixed: In [30450]: […]
- 12:36 PM Ticket #16620 (NumberSpinner: HOME/END can change a readOnly value) created by
- Run test_Spinner.html. Press the "Set readOnly" button. Click the …
Jan 24, 2013:
- 9:51 PM Ticket #16619 (Errors when firebug is activated) created by
- I'm beginning to learn Dojo, and tried an example from de …
- 7:33 PM Ticket #16580 (Bad urls in TriStateCheckbox.css) closed by
- fixed: In [30445]: […]
- 7:19 PM Ticket #16612 (dojox/mvc/StatefulArray - make it work without passing an array to the ...) closed by
- fixed: In [30443]: […]
- 5:25 PM Ticket #16618 (dojox/mobile/TreeView doesn't work with ScreenSizeAware Splitters) created by
- In the current nightly code (1.9.0 rev 29469) In …
- 4:16 PM Ticket #16617 ([patch][cla][pr] dojo.js guardCheckComplete has try / finally without ...) created by
- The release notes in 1.8.1 talk about IE8 compatibility, but my …
- 3:09 PM Ticket #16599 (dojo/store: missing deep queries) reopened by
- Brian Arnold is going to implement a hierarchical store, based on …
- 3:02 PM Ticket #16616 (Could not scroll in dataGrid at 90% zoom in Chrome) created by
- The DataGrid? couldn't scroll in zoomed out Grid in Chrome: 1. open in …
- 2:54 PM Ticket #16615 (Color picker in a dropdown on IE8 resizes when you type in the hex box) created by
- This happens in the most recent 1.7 and 1.8. It can be reproduced on …
- 1:56 PM Ticket #16614 (Remove/cleanup use of scrollable.js without dojo) closed by
- fixed: see [30441]
- 1:43 PM Ticket #16607 (dojox/mobile/TransitionEvent throws exception when used without a ...) closed by
- fixed: In [30440]: […]
- 1:29 PM Ticket #16592 (padding-top not removed after transition if mblCSS3Transition is set) closed by
- fixed: In [30439]: […]
- 10:29 AM Ticket #16614 (Remove/cleanup use of scrollable.js without dojo) created by
- The dojox/mobile/scrollable.js module could previously be used without …
- 5:39 AM Ticket #16613 (FloatingPane moves back to creation position and resizes back to ...) created by
- Floating pane moves back to creation position and resizes back to …
- 12:23 AM Ticket #16609 ("dojo/require" fails when dojo config specifies async:false in IE7 and IE8) closed by
- wontfix: OK, I reproduce on IE8 and show it working on IE9. It's …
Jan 23, 2013:
- 10:36 PM ProjectMeeting/2013-01-23 edited by
- (diff)
- 9:46 PM Ticket #16611 (selector/lite should pass through rooted queries in modern browsers) closed by
-
invalid: Actually more research indicates that
Element.querySelectorAll
still … - 9:35 PM ProjectMeeting/2013-01-23 edited by
- (diff)
- 8:57 PM Ticket #16612 (dojox/mvc/StatefulArray - make it work without passing an array to the ...) created by
- currently, this fails and it's annoying. […] a minor change will …
- 8:28 PM ProjectMeeting/2013-01-23 edited by
- (diff)
- 8:20 PM Ticket #16611 (selector/lite should pass through rooted queries in modern browsers) created by
- The selector/lite, when doing a rooted query, utilises a method to add …
- 7:54 PM Ticket #16610 (pop-up teltale not attached to bubble window) created by
- download package says dojo-release-1.8.1.tar.gz dijit/popup.js …
- 7:32 PM Ticket #16600 (dojox/flash has an invalid dependency on a non-AMD module) closed by
- wontfix: dojox/flash has been unsupported for a long time; not sure why you're …
- 7:09 PM Ticket #16608 (Parser fails to find any "dojo/require" script types on IE7 or IE8 ...) closed by
- invalid: per-user request
- 6:51 PM Ticket #16609 ("dojo/require" fails when dojo config specifies async:false in IE7 and IE8) created by
- See bug 16608 http://bugs.dojotoolkit.org/ticket/16608 I've narrowed …
- 4:15 PM Ticket #16608 (Parser fails to find any "dojo/require" script types on IE7 or IE8 ...) created by
- If dojo/require is used to alias an AMD module for a page …
- 4:15 PM Ticket #16599 (dojo/store: missing deep queries) closed by
- invalid: this is turning into more of a support ticket than a bug so i'm going …
- 3:57 PM Ticket #16588 (Improve the theme compiling mechanism to reduce the number of .less files) closed by
- fixed
- 2:55 PM Ticket #16533 (dojox/mobile/tests/test_SpinWheelDatePicker doesn't gray out the ...) closed by
- fixed
- 2:40 PM Ticket #16556 (exception in error reporting in dojo.js) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 1:12 PM Ticket #16337 (dojox/mobile: quickly touching/clicking two list items can trigger two ...) closed by
- fixed: In [30433]: […]
- 1:02 PM Ticket #16502 (Change event trouble with SpinWheelDatePicker) closed by
- fixed: fixed in [30431]
- 12:47 PM Ticket #16565 (demos/mobileGallery: harmless exception when double-touching or ...) closed by
- fixed: In [30430]: […]
- 10:57 AM Ticket #16505 (dojo.declare()'s createSubclass() features, tests, and docs) closed by
- fixed: In [30427]: […]
- 10:12 AM Ticket #16607 (dojox/mobile/TransitionEvent throws exception when used without a ...) created by
- The dojox/mobile/TransitionEvent dispatch method can throw an …
- 9:48 AM Ticket #16597 (dojox/mobile/IconContainer crashes when moving an icon for the second time) closed by
- fixed: In [30426]: […]
- 4:52 AM Ticket #15370 (Dialog: can still focus items behind dialog) closed by
- fixed: In [30419]: […]
- 2:08 AM Ticket #16606 (dojox/form/CheckedMultiSelect does not allow for programatically ...) created by
- It is currently not possible to clear all the check boxes in a …
Jan 22, 2013:
- 6:53 PM Ticket #16605 ([PATCH][CCLA] Dojox.ExpandoPane: add role=button for JAWS support on ...) created by
- If you visit …
- 4:24 PM Ticket #16604 (Can't remove "Any Column" in the Filter Plugin of the DataGrid) created by
- Dojo should allow clients an option to remove the "Any Column" option …
- 4:21 PM Ticket #16602 (Dojox Editor TablePlugins have missing translations for toolbar tooltips) closed by
- fixed: In [30416]: […]
- 4:17 PM Ticket #16603 (the programmatic example for GridLayout doesn't work as expected) created by
- When using the programmatic example at the end of …
- 1:40 PM Ticket #16602 (Dojox Editor TablePlugins have missing translations for toolbar tooltips) created by
- Dojox Editor TablePlugins? have missing translations for toolbar …
- 11:18 AM Ticket #16601 (Cannot compile ES5 JS with closure compiler) created by
- I use ES5 getters and setters frequently in my code. However, closure …
- 7:51 AM ProjectMeeting/2013-01-23 edited by
- (diff)
Jan 21, 2013:
- 11:38 PM ProjectMeeting/2013-01-23 edited by
- (diff)
- 11:12 PM ProjectMeeting/2013-01-23 created by
- 8:19 PM Ticket #16600 (dojox/flash has an invalid dependency on a non-AMD module) created by
- We are using an alternate AMD loader implementation and this is …
- 6:25 PM Ticket #16599 (dojo/store: missing deep queries) created by
- I think it would be helpful that dojo/store provides an implementation …
- 2:38 PM Ticket #14770 (TabContainer - nesting bug - width property) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 11:11 AM Ticket #16598 (Change in size of Floating pane when maximizing) created by
- Component : dojox.layout.FloatingPane?.js The size of floating pane …
- 10:38 AM Ticket #16597 (dojox/mobile/IconContainer crashes when moving an icon for the second time) created by
- (This was revealed by changeset [29904/dojo], which apparently makes …
Jan 20, 2013:
- 4:45 PM Ticket #16596 (dojo/on: Add support for capturing phase) created by
- This is just a reminder ticket for Dojo 2.0, see discussion with …
Jan 19, 2013:
- 4:00 AM Ticket #13048 (dojo.touch doesn't handle devices w/touch and mouse) closed by
- fixed: In [30397]: […]
- 2:13 AM Ticket #16594 (One of the MVC doh tests is failing after a change to ...) reopened by
- @neonstalwart, thanks for catching that, I'm gonna reopen this so it …
- 2:07 AM Ticket #16593 (Bug in lang.mixin()) reopened by
Jan 18, 2013:
- 10:04 PM Ticket #16595 (EnhancedGrid headers are misaligned when grid is scrolled to the right ...) created by
- We have a grid with about 15-20 columns, because of which there is a …
- 7:11 PM Ticket #16594 (One of the MVC doh tests is failing after a change to ...) closed by
- fixed: In [30396]: […]
- 6:50 PM Ticket #16593 (Bug in lang.mixin()) closed by
- invalid: It's not a bug, it's a requirement that the the first argument to …
- 6:49 PM Ticket #16594 (One of the MVC doh tests is failing after a change to ...) created by
- After a change to _PaletteMixin.js this MVC test is failing: …
- 6:08 PM Ticket #16593 (Bug in lang.mixin()) created by
- dojo/_base/lang.js line 79 if(!(name in dest) || (dest[name] !== s && …
- 2:17 PM Ticket #16592 (padding-top not removed after transition if mblCSS3Transition is set) created by
- Look at the attached example: after the transition, there is a 7px …
- 12:56 PM Ticket #16591 ([patch][CCLA]the 1.7 build app does not generate the reference module ...) created by
- If a module contains a legacy api that requires a loadInitPlugin …
- 12:29 PM Ticket #16590 (Dojo parser for data-dojo-props should accept object string with braces) created by
- I'm using JSON.NET to build data-dojo-props from the server with C# …
- 12:53 AM Ticket #16589 ([patch] [cla] Select: allow type ahead on closed list) created by
- The attached patch allows type ahead on a Select control when that …
Jan 17, 2013:
- 11:13 PM Ticket #16408 (request/script test failure) closed by
- fixed
- 10:41 PM Ticket #16546 (dojo/number#round documentation) closed by
- fixed: ok, sorry, I missed the typo. toFixed(1) should be toFixed(0) or just …
- 3:01 PM Ticket #16588 (Improve the theme compiling mechanism to reduce the number of .less files) created by
- Dojo Mobile theme folders contains hundreds of .less files which …
- 2:12 PM Ticket #16579 ([patch] Select: allow type ahead) closed by
- duplicate: Duplicate of #10251. The new feature can be tested via: …
- 12:44 PM Ticket #16574 ([PATCH][CCLA] Tree: set aria-label on rootless Trees) closed by
- fixed: In [30383]: […]
- 12:06 PM Ticket #16569 ([regression] has('touch') apparently reports 'false' on Surface or ...) closed by
- fixed: In [30381]: […]
- 10:58 AM Ticket #16587 (ScrollableView should notify me when it is and the end of the scrolling) created by
- In order to be able to for example get additional data when reaching …
- 9:23 AM Ticket #16586 (Standby bug on IE9) created by
- Hi, I found an IE9 only bug with the Standby.js overlay widget. I am …
- 9:09 AM Ticket #16585 ([meta] don't use deprecated methods, features) created by
- General ticket for refactors to avoid using deprecated methods like …
Jan 16, 2013:
- 11:23 PM Ticket #16509 (Charting click events for plot markers sometimes gets discarded) closed by
- invalid: ok, then let's close it and if you happen to reproduce at some point …
- 10:12 PM Ticket #16234 (gizpped misspelled on main page) closed by
- fixed: This is fixed and live.
- 8:00 PM ProjectMeeting/2013-01-16 created by
- 4:04 PM Ticket #15924 ([no cla]Persian (Jalali) calendar feature in dojo 1.8.0) closed by
- duplicate: see #16581
- 3:50 PM Ticket #16584 (Dnd an item from a nested source to the parent source does not work) closed by
- invalid: Nested DnD sources are explicitly unsupported. If you want to build …
- 2:04 PM Ticket #16584 (Dnd an item from a nested source to the parent source does not work) created by
- I'm trying to drag items between nested dojo/dnd/Sources. It is …
- 1:47 PM Ticket #16583 (dojo/window::scrollIntoView needs dojo.withGlobal() call sometimes) created by
- See dojo/tests/test_scroll.html. If you change the _scrollIntoView …
- 12:58 PM Ticket #16582 (Persian Calendar feature in dojo 1.8.0) closed by
- duplicate
- 9:08 AM Ticket #16582 (Persian Calendar feature in dojo 1.8.0) created by
- Calendar Overview: The first six months (Farvardin–Shahrivar) have 31 …
- 8:38 AM Ticket #16581 (Persian (Jalali) calendar) created by
- Calendar Overview: The first six months (Farvardin–Shahrivar) have 31 …
- 3:37 AM Ticket #15193 (Scrollable view + tabbar = glitchy load) closed by
- invalid: Please feel free to reopen this if you still have problems.
- 1:11 AM Ticket #16580 (Bad urls in TriStateCheckbox.css) created by
- ../image urls should not have the ".." Causes fatal errors when using …
Jan 15, 2013:
- 8:02 PM Ticket #16579 ([patch] Select: allow type ahead) created by
- Attached is a new contribution to provide type ahead ability in a Dojo …
- 1:49 PM Ticket #16535 ([regression] mobileCharting stock title is not updated anymore) closed by
- fixed: In [30365]: […]
- 9:15 AM Ticket #16578 (getScreenSize() returns wrong height in BlackBerry WebWorks application) created by
- This is a know problem in BlackBerry WebWorks, see for example here: …
- 7:27 AM Ticket #16577 (convert DOH to baseless) closed by
- fixed: In [30354]: […]
- 7:18 AM Ticket #16577 (convert DOH to baseless) created by
- Stop accessing dojo/main from DOH modules, and stop using the dojo and …
- 4:38 AM Ticket #16576 (_AttachMixin: mixin to handle data-dojo-attach-point/event in template ...) created by
-
dijit/_TemplatedMixin
currently requires a templateString to … - 3:30 AM Ticket #16575 (update tests to use dojo/dom* modules directly) created by
- At some point before 2.0, the dojo/_base/html* test files should be …
Jan 14, 2013:
- 8:07 PM Ticket #16120 (IE10 tests/_base/html, tests/_base/html_rtl test failures) closed by
- fixed: In [30348]: […]
- 5:03 PM Ticket #16574 ([PATCH][CCLA] Tree: set aria-label on rootless Trees) created by
- [29284] and [28332] correctly set up the roles and attributes for …
- 3:34 PM Ticket #15957 (charting should support bidi mirroring) closed by
- fixed: In [30347]: […]
- 1:39 PM Ticket #16573 (_startSearchFromInput not triggered in Internet Explorer whene pasting ...) created by
- Hi, when pasting contents with ctrl + v to an input using …
- 10:57 AM Ticket #16572 (dojox/socket broken in Dojo 1.8.X) created by
- Hi, http://jsfiddle.net/mercmobily/FdPM5/ Basically, even this: …
- 8:29 AM Ticket #16571 (dijit.Menu not displaying correctly in dijit.Dialog with ...) created by
- An dijit.Menu seems to be not displayed correctly within an …
- 8:14 AM Ticket #16570 ([regression] no keypress event from dojo.connect() when submit button ...) created by
- See attached test case. Tab to the <span> and press ENTER key. On …
- 1:51 AM Ticket #16564 ([PATCH][CCLA] ProgressBar: correct ARIA roles and add automated tests) closed by
- fixed: In [30340]: […]
Jan 13, 2013:
- 1:57 PM Ticket #16569 ([regression] has('touch') apparently reports 'false' on Surface or ...) created by
- Description Apparently […] returns 'false' on touch …
- 11:27 AM Ticket #16559 (FilteringSelect: can't select item via mouse click (FF18)) closed by
- worksforme: Works for me on Win 7. Perhaps an incompatibility with an add-on?
Jan 12, 2013:
- 11:06 PM Ticket #16568 (Documentation for dojox.highlight.Code) created by
- Documentation seems to be old and contains mistakes. This part, …
- 8:02 PM Ticket #16567 (defect: chart surface dimensions are incorrect) closed by
- invalid: This behavior is by design. Changing it would break user applications.
- 4:34 PM Ticket #16567 (defect: chart surface dimensions are incorrect) created by
- […] When specifying a div with padding as refNode, …
Jan 11, 2013:
- 5:00 PM Ticket #16566 (Every XHR GETs and others include bogus "Content-Type" header) created by
- If you make an XHR GET (and I think other methods like HEAD), the …
- 4:18 PM Ticket #16565 (demos/mobileGallery: harmless exception when double-touching or ...) created by
- 1. Launch demos/mobileGallery/demo.html in any browser (including …
- 4:10 PM Ticket #16564 ([PATCH][CCLA] ProgressBar: correct ARIA roles and add automated tests) created by
- #16000 added ARIA roles and attributes to the ProgressBar, however, …
- 3:56 PM Ticket #16563 (dojox/mobile/SpinWheelSlot.initLabels() and ...) created by
- If labelFrom/labelTo/step are set accidentally to strings (such as …
- 3:06 PM Ticket #16561 (dojo/on uses a global (instead of AMD) reference to dojo.query) closed by
- patchwelcome: i'm going to resolve this ticket with "patchwelcome" because these …
- 2:28 PM Ticket #16562 (support parser's auto-require with _WidgetsInTemplateMixin) created by
- I have created a custom dialog widget based on the dijit/Dialog. This …
Jan 10, 2013:
- 11:48 PM Ticket #16549 (Tooltip: text appears vertically second time tooltip shown with MS ...) closed by
- wontfix: So, the workaround is simple, either just remove that MS ゴシック font or …
- 10:52 PM Ticket #16561 (dojo/on uses a global (instead of AMD) reference to dojo.query) created by
- Line 180: […]
- 10:17 PM Ticket #16560 (Allow for single item click handler for Menus) closed by
- worksforme: That's supported already via Menu._onItemClick().
- 8:05 PM Ticket #16560 (Allow for single item click handler for Menus) created by
- There should be a way to attach a single event handler to any menu or …
- 7:43 PM Ticket #11140 (File Uploader destroyed in ie8 when using href with javascript:) closed by
- fixed: Fixed as per duplicate #15285
- 7:41 PM Ticket #15911 (dojox.form.Upload should send used method / plugin) closed by
- fixed: In [30332]: […]
- 7:36 PM Ticket #14585 (Uncaught Syntax error on upload) closed by
- fixed: In [30331]: […]
- 7:20 PM Ticket #15285 (uploader killed when link clicked) closed by
- fixed: In [30330]: […]
- 7:15 PM Ticket #15467 (dojox.form.Uploader hard-codes "1px dashed #ccc" button label focus style) closed by
- fixed: In [30329]: […]
- 6:54 PM Ticket #14075 (Uploader: console.warn in buildRendering) closed by
- fixed: Fixed.
- 6:53 PM Ticket #11885 (FileUploader: remove deprecated button) closed by
- fixed: Fixed.
- 6:53 PM Ticket #14811 (Uploader plugins do not work with AMD) closed by
- fixed: This is fixed. I converted Uploader to use AMD properly which required …
- 6:52 PM Ticket #14914 (dojox.form.Uploader problem with MID declaration in markup) closed by
- fixed: This is fixed. I converted Uploader to use AMD properly which required …
- 6:51 PM Ticket #16293 (Uploader not AMD compliant) closed by
- fixed: This is fixed. I converted Uploader to use AMD properly which required …
- 6:50 PM Ticket #15151 (UploadFile.php not working on single file uploads) closed by
- fixed: I fixed the line of code that was append s[] to the filename to do it …
- 6:49 PM Ticket #14768 (dojox/form/Uploader doesn't support content negotiation) closed by
- fixed: I added the simple suggestion of adding the header. This isn't …
- 3:30 PM Ticket #16559 (FilteringSelect: can't select item via mouse click (FF18)) created by
- There seems to be an incompatibility between Firefox 18 and …
- 2:32 PM Ticket #14963 (multiple selection of dojox.form.Uploader doesn't work in Safari) closed by
- invalid: I tested this on Safari 6, and it seems to work. I don't quite …
- 4:26 AM Ticket #16548 (Dialog: fields scroll out of view when virtual keyboard pops up ...) closed by
- fixed: In [30325]: […]
- 2:15 AM Ticket #16558 (Cache checks if put() returned an object. Null (empty response) IS an ...) created by
- Hi, Please check self-contained attached file. You will need to …
- 2:04 AM Ticket #14961 (Dojox mobile CSS themes missing "border-radius" property (only has ...) closed by
- fixed: You are correct. It's fixed in [27648]. Thanks.
- 12:48 AM Ticket #16557 (Build broken - ready.js throws undefined error) closed by
- fixed: In [30322]: […]
Jan 9, 2013:
- 4:17 PM ProjectMeeting/2013-01-09 edited by
- (diff)
- 4:15 PM ProjectMeeting/2013-01-09 created by
- 1:54 PM Ticket #16557 (Build broken - ready.js throws undefined error) created by
- Running a basic build against trunk falls with the following error: …
- 1:11 PM Ticket #16337 (dojox/mobile: quickly touching/clicking two list items can trigger two ...) reopened by
- 12:24 PM Ticket #16519 (SpinWheelSlot accidentally creates global variables "i" and "j" / has ...) closed by
- fixed: In [30294]: […]
- 5:19 AM Ticket #16517 ([regression] Dialog: wrong "calculation of focus lost" on Dialog with ...) closed by
- fixed: I rolled back [29999] (from the 1.8 branch), and I'll deal with the …
- 5:08 AM Tickets #16550,16551 batch updated by
- fixed: In [30290]: […]
- 3:29 AM Ticket #16556 (exception in error reporting in dojo.js) created by
- Dojo 1.8.3 line 1831: […] I have an example where colNumber and …
- 12:52 AM Ticket #15370 (Dialog: can still focus items behind dialog) reopened by
- This fix turns out to be unstable, see #16517 and #16550 and #16551. …
- 12:15 AM Ticket #16552 (Dialog: unable to drag scrollbars (IE9 in EmulateIE7 mode)) closed by
- worksforme: You didn't provide a test case. I set my IE9 browser mode to IE7, …
Jan 8, 2013:
- 11:31 PM Ticket #16495 (ComboBox: error when using labelAttr) reopened by
- Hmm, it's weird that this.store._oldAPI is involved since you are …
- 7:25 PM Ticket #16555 (Select: in store can break order of items) created by
- In order to work around #9973 I have am using instead of a …
- 6:07 PM Ticket #16554 (inherited calls function on "this.prototype" instead of superClass) closed by
-
invalid:
this.inherited()
is a facility to call method's super, not a generic … - 5:56 PM Ticket #16554 (inherited calls function on "this.prototype" instead of superClass) created by
- […] I expect: CH.m4,P.m0 but in reallity it returns CH.m4,CH.m0 …
- 5:28 PM Ticket #16553 (ComboBox: separate highlight logic from queryExpr) created by
- Hello, I'm using dojo with django and tastypie. For tastypie filtering …
- 4:40 PM Ticket #16552 (Dialog: unable to drag scrollbars (IE9 in EmulateIE7 mode)) created by
- See …
- 2:58 PM Ticket #16551 (dijit/Menu fails to appear when right-clicking on dijit/Dialog with ...) created by
- The contextMenuForWindow option on dijit.Menu does not work when …
- 10:25 AM Ticket #16550 ([regression] Menu in a Dialog does not appear on right click) created by
- <div id="test">test</div> <div data-dojo-type="dijit/Menu" …
- 2:17 AM Ticket #16549 (Tooltip: text appears vertically second time tooltip shown with MS ...) created by
- See attached test case. The tooltip shows fine the first time, but …
Jan 7, 2013:
- 8:27 PM Ticket #16541 ([patch][CLA] dojo/hccss in iframes - cs is null) closed by
- invalid: OK, well glad you found a workaround. If you (or someone) comes up …
- 7:40 PM Ticket #16548 (Dialog: fields scroll out of view when virtual keyboard pops up ...) created by
- Load dijit/tests/mobile.html on iOS6, click the "Dialog" button, and …
- 7:11 PM Ticket #16545 (dojox.form.Uploader - hardcoded names 'dojo' and 'dojox') closed by
- fixed: oh, nevermind... didn't read far enough.
- 7:10 PM Ticket #16545 (dojox.form.Uploader - hardcoded names 'dojo' and 'dojox') reopened by
- i'm pretty sure you just broke things... you moved …
- 6:27 PM Ticket #16545 (dojox.form.Uploader - hardcoded names 'dojo' and 'dojox') closed by
- fixed: In [30287]: […]
- 5:22 PM Ticket #16547 ([patch] [cla] CancelError emitted to error console) created by
- In 1.7 version of dojo/_base/Deferred.js, there is code not to emit …
- 4:58 PM Ticket #12160 (Dialog widget with action bar interaction issue (IE6, IE7)) closed by
- wontfix: This is a known issue with IE6 and 7. Just add position:relative to …
- 4:27 PM Ticket #8745 ([meta] dijit doctype switching test support) closed by
- fixed
- 2:54 PM Ticket #16512 (dijit.form.CheckBox HTTP POST broken in IE 7, 8) closed by
- fixed: In [30286]: […]
- 2:29 PM Ticket #16496 (bottom fixed Heading or TabBar not presented correctly inside SwapView ...) closed by
- invalid: OK thanks, so I am closing this as invalid.
- 1:23 PM Ticket #16546 (dojo/number#round documentation) created by
- Both reference guide and live docs have wrong code: […] are you …
- 10:41 AM Ticket #9638 (RichText emits textarea element into HTML head when included in a layer) closed by
- fixed: Actually, it was removed when we converted everything to AMD, in in …
- 9:09 AM Ticket #14295 (Calendar: month drop down's right border not visible in quirks mode) closed by
- wontfix: It shows up a bit better with claro than with tundra. Probably we …
- 8:58 AM Ticket #14240 (TooltipDialog and DropDownButton problem in IE) closed by
- fixed: Fixed by [25313].
- 8:30 AM Ticket #13253 (Tree: row becomes detached from the tree using Drag and Drop quickly) closed by
- duplicate: Duplicate of #7971. Probably this was fixed by #7971.
- 8:28 AM Ticket #13146 (Tree: needed options for disable/enable the animation when ...) closed by
- duplicate: Duplicate of #14251. This will be handled as part of the general …
- 8:24 AM Ticket #10797 (Dialog: sticks to the right side of the page when using html fieldsets ...) closed by
- wontfix: Realistically, we probably won't fix this before desupporting IE6.
- 8:19 AM Ticket #13189 (BorderContainer_complex locks up IE9) closed by
- fixed: Also fixed by [30060].
- 7:46 AM Ticket #12956 (focus_mouse test locks up IE9) closed by
- fixed: Fixed via [30060].
- 7:26 AM Ticket #12479 (Dialog: clicking underlay then pressing tab focuses objects behind dialog) closed by
- duplicate: Duplicate of #15370. Obviously this was the original ticket, but I …
- 4:56 AM Ticket #8201 (TextBox: doesn't remember login data (i.e Firefox Password-Store)) closed by
- duplicate: Duplicate of #5424.
- 4:37 AM Ticket #9226 (Tree: reverting underlying datastore doesn't refresh tree) closed by
- wontfix: Actually, since I'm not going to do anything related to dojo.data's …
- 4:03 AM Ticket #8398 (Dijit Tooltip Conflicts with Advanced TinyMCE Editor (IE7)) closed by
- wontfix: Probably we'll desupport IE7 before getting around to fixing this.
- 3:59 AM Ticket #8295 (dijit.Editor breaks forms under IE7) closed by
- wontfix: I think we'll desupport IE6 & IE7 before we get around to fixing this.
- 3:57 AM Ticket #16527 (TabContainer: ignores doLayout=false when ContentPane contains single ...) closed by
- duplicate: Duplicate of #8197.
- 3:56 AM Ticket #16527 (TabContainer: ignores doLayout=false when ContentPane contains single ...) reopened by
- 3:53 AM Ticket #3138 (Menu: on mouse click menu close, browser scrolls to last focused item) closed by
- wontfix: I don't reproduce this, even when using firefox 3.6 and dojo 0.9. I …
- 3:37 AM Ticket #5005 (can't insert templated widget's DOM tree into an iframe) closed by
- fixed: The particular issue described here was fixed in 1.8 w/the addition of …
- 3:22 AM Ticket #2900 (Dijit: port stabile code) closed by
- wontfix: Doesn't seem to be any demand for this, so closing the ticket.
- 3:21 AM Ticket #1107 (Feature Request: Pure JS Input Masks) closed by
- patchwelcome
- 3:19 AM Ticket #13947 (TitlePane: closing then opening makes text in !ValidationTextBox ...) closed by
- wontfix: Closing this as wontfix, given the declining popularity of IE6 & IE7, …
- 2:59 AM Ticket #10534 (Dynamically Loading Editor.js/RichText.js Fails Without useXDomain) closed by
- fixed: That dojo.doc.write() code was removed in [24328], so this is …
Jan 6, 2013:
- 8:40 PM Ticket #16545 (dojox.form.Uploader - hardcoded names 'dojo' and 'dojox') created by
- dojox.form.Uploader module has direct references to dojo (line 126, …
- 8:25 AM Ticket #16104 (array.indexOf casts false values (uses == not ===)) closed by
- wontfix: Personally I'd like to have this fixed. But I brought this up on …
- 8:19 AM Ticket #16512 (dijit.form.CheckBox HTTP POST broken in IE 7, 8) reopened by
- I see. Doug, in any case, this reproduces for me, when loading …
- 7:55 AM Ticket #16527 (TabContainer: ignores doLayout=false when ContentPane contains single ...) closed by
- patchwelcome: You can get this to work by setting doLayout=false on the …
Jan 5, 2013:
- 8:08 PM Ticket #16389 (domReady() method doesn't handle recursive or concurrent calls well) closed by
- fixed: In [30282]: […]
- 10:28 AM Ticket #16543 (lastEvent comparison broken) closed by
- fixed: In [30281]: […]
- 5:14 AM Ticket #16544 (dynamic change the dojox.widget.standby TARGET) created by
- To reduce the resource, I would like to build 1 standby widget and …
- 12:30 AM Ticket #16543 (lastEvent comparison broken) created by
- Split from #15097. In 1.8 there's a bug on IE in this situation: …
Note: See TracTimeline
for information about the timeline view.