Timeline
Jul 3, 2008:
- 11:59 PM Ticket #7042 (DnD: generalize dojo.dnd.move) closed by
- fixed
- 9:55 PM Ticket #1368 (Build option to remove console.* statements) closed by
- fixed: Fixed in r14254.
- 8:37 PM Ticket #7106 (dojox.data.FileStore: add ability to set a (server-overridable) path ...) closed by
- fixed: (In [14253]) Fixes #7106 - allow specifying a file separator in the store
- 8:36 PM Ticket #7070 (Lines are not aligned when Layout has several views) closed by
- fixed: (In [14252]) Fixes #7070 - adjust height in cases where there are more …
- 7:29 PM Ticket #7112 (dojox.widget.FilePicker: Change styling to better match finder) created by
- Finder is a good example - only the currently-selected pane should be …
- 7:28 PM Ticket #7111 (Menu: handle many events with the menu - rather than menu items) created by
- Alex suggested that we handle events in the menu widget rather than …
- 7:13 PM Ticket #7110 (dojox.widget.FilePicker: Add in ability to specify min-width for columns) created by
- And have them grow if the default width is less than specified
- 7:11 PM Ticket #7109 (dojox.widget.FilePicker: don't hard-code _FileInfoPane) created by
- A better solution would be to use an AdapterRegistry? in the class to …
- 6:55 PM Ticket #6243 ([meta] deprecate dojox.widget form widgets) closed by
- fixed: All that is left is to create stubs (if desired), and to create a …
- 6:41 PM Ticket #7107 (dojox.widget.Calendar clicking on days in next or previous month ...) closed by
- fixed: (In [14249]) Fixes #7101 - more consise handling. Proxy for Shane
- 6:41 PM Ticket #7101 ([PATCH][CLA]Dnd : Introducing a new Pure Source class) reopened by
- Sorry - checked in against the wrong bug number.
- 5:44 PM Ticket #7108 (dojo.date.add doesn't increment or decrement years when months changed) closed by
- invalid
- 5:06 PM Ticket #7101 ([PATCH][CLA]Dnd : Introducing a new Pure Source class) closed by
- fixed: (In [14249]) Fixes #7101 - more consise handling. Proxy for Shane
- 4:59 PM Ticket #7107 (dojox.widget.Calendar clicking on days in next or previous month ...) reopened by
- Reopening the ticket as I have attached a more concise patch which …
- 4:45 PM Ticket #7050 ([PATCH] Search results on dtk.api.org are obscured when pagination is off) closed by
- fixed: Yeah, I already fixed this, just got deployed. Thanks for the patch …
- 4:28 PM Ticket #7107 (dojox.widget.Calendar clicking on days in next or previous month ...) closed by
- fixed: (In [14244]) Fixes #7107 - proxy commit for Shane.
- 3:54 PM Ticket #5862 (Some prefix paths do not play well with copyTests=false) closed by
- fixed: This should be fixed with r14243
- 3:52 PM Ticket #3622 (build: copyTests=false still copies some tests dirs in dojox) closed by
- fixed: (In [14243]) Fixes #3622. Get copyTests=false to work right. \!strict …
- 3:35 PM Ticket #7108 (dojo.date.add doesn't increment or decrement years when months changed) created by
- When a value is added to or subtracted from the month of a date, the …
- 3:27 PM Ticket #7107 (dojox.widget.Calendar clicking on days in next or previous month ...) created by
- When clicking the greyed days in the calendar for either the next or …
- 2:45 PM Ticket #7002 (slider: label elements not properly associated with slider control) closed by
- fixed: (In [14240]) fixes #7002 Use ARIA to properly associate any label …
- 2:45 PM Ticket #7104 (AccordionContainer: IE6+7 overflow:auto visible content) closed by
- fixed: (In [14239]) fixes #7104 - fixing overflow jankyness for a quirky …
- 1:52 PM Tickets #6605,7092 batch updated by
- fixed: (In [14238]) fixes #6605, #7092. Update the template and code to set …
- 6:36 AM Tickets #7098,7103 batch updated by
- fixed: (In [14237]) Better separatation of concerns in architecture Refers …
- 4:41 AM Ticket #7083 (Allowing AJAX calls to supercede / abort / cancel previous calls ...) closed by
- wontfix: Since dojo.xhrGet returns a dojo.Deferred object, you can create your …
- 1:14 AM Ticket #6064 (extend dojo.io.script to allow attaching to child iframes) closed by
- fixed: (In [14236]) Fixes #6064: provides dojox.io.scriptFrame for running …
Jul 2, 2008:
- 11:43 PM Ticket #7106 (dojox.data.FileStore: add ability to set a (server-overridable) path ...) created by
- When making requests for loading children, the separator used is …
- 11:09 PM Ticket #7041 (dojo.date.locale.getNames regression) closed by
- fixed
- 9:26 PM Ticket #6491 (deleting an item at the end of a grid with fast scrolling enabled errors) closed by
- fixed: No longer an issue in the 1.2 grid.
- 8:03 PM Ticket #7033 (Need a "fancy" file browser widget to match dojox.data.FileStore) closed by
- fixed: (In [14231]) Fixes #7033 - added in a dojox.form component which …
- 7:46 PM Ticket #7095 (oncontextmenu for dnd nodes fails on ff3/mac) closed by
- invalid: This is a non-standard event with a spotty implementation. See …
- 6:34 PM Ticket #6575 (TextArea: failure initializing on FF2) closed by
- fixed: FF 1.5 isn't supported by dojo.
- 6:31 PM Ticket #6575 (TextArea: failure initializing on FF2) reopened by
- I'm seeing this very same exception in FF1.5 (.0.12) in all recent …
- 6:18 PM Ticket #7105 (BorderContainer: destroy() leaks memory when BorderContainer contains ...) created by
- I've created a custom widget that contains a BorderContainer? in the …
- 6:12 PM Ticket #6334 (Add text/xml support to dojo.io.iframe transport) closed by
- fixed: Code looks fine and appreciate the unit test. Thanks ttrenka!
- 5:57 PM Ticket #6741 (Function registered with dojo.addOnLoad is executed before document ...) closed by
- invalid: I cannot seem to reproduce the error using the latest trunk code …
- 5:52 PM Ticket #7086 ([CLA][PATCH] dijit.form.SimpleTextarea show "undefined" on undefined value) reopened by
- Replying to bill: I think setValue() should get …
- 5:24 PM Ticket #7104 (AccordionContainer: IE6+7 overflow:auto visible content) created by
- There is a quirk in the AccordionContainer only visible in IE6 and 7 …
- 3:51 PM Ticket #4740 (On FF2 and FF3, pressing enter on a context menu item is passed ...) closed by
- fixed: (In [14228]) fixes #4740 updated button to use ondijitclick. modified …
- 3:41 PM Ticket #6506 ([patch] ComboBox: when drop down opened, escape shouldn't revert ...) closed by
- fixed: Revision: 14220 Author: bill Date: 2:12:10 AM, Wednesday, July 02, …
- 2:57 PM Ticket #5941 (hard-coded classes in TabContainer.js) closed by
- fixed: everything in tabcontainer can be extended. marking as fixed. thanks …
- 2:50 PM Ticket #6482 (Not able to add dynamic child to dojox.layout.RadioGroupFade) closed by
- fixed: (In [14227]) fixes #6482 - add support for addChild / removeChild …
- 1:58 PM Ticket #7103 (dojox.json.ref.resolveToJson services) created by
- Right now, resolveToJson is fairly closely tied to its use-case …
- 1:49 PM Ticket #6831 (Improve the ActiveState .cix generation tool) closed by
- wontfix: patch is here for posterity. no word back from Todd on a CLA
- 1:45 PM Ticket #6835 (ExpandoPane shows content when collapsed) closed by
- fixed: (In [14226]) fixes #6835 - but the above case is invalid. append the …
- 1:19 PM Ticket #7100 (dojox.data.FileStore: _processItem fails when querying for a ...) closed by
- fixed: (In [14225]) Fixes #7100 - for fetchItemByIdentity, onItem should be …
- 1:09 PM Ticket #857 (enhanced titlePane - support rich text title) closed by
- wontfix: so this is mostly possible, titleNode is "public" and setTitle() just …
- 1:03 PM Ticket #7100 (dojox.data.FileStore: _processItem fails when querying for a ...) reopened by
- Nathan, I do not think this fix is correct. onItem can be called with …
- 12:08 PM Ticket #6895 (Button: name/value not submitted w/form) closed by
- fixed: OK, name attribute is back as of [14180].
- 11:45 AM Ticket #5926 (strange IE toolbar behaviour) closed by
- fixed: I did a big overhaul of the Toolbar CSS and IE6 is working perfectly …
- 11:40 AM Ticket #6370 (Dialog: onLoad does not check for visibility like layout()) closed by
- worksforme: Closing since no test case (or response)
- 11:30 AM Ticket #6811 (TreeStoreModel error in error message) closed by
- fixed: (In [14224]) Fixes #6811: query is an object (a hash) so use toJson() …
- 8:42 AM Ticket #6956 (Dojo renders tinyMCE disabled when embedded in a TabContainer) closed by
- duplicate: My guess is that it's because the editor is being initialized hidden, …
- 8:38 AM Ticket #7086 ([CLA][PATCH] dijit.form.SimpleTextarea show "undefined" on undefined value) closed by
- wontfix: You need to pass an argument to setValue(), setValue() and …
- 8:31 AM Ticket #7015 (TabContainer: 1st tab in tabContainer created programmatically does ...) closed by
- invalid: OK Scott, I see your code in the forum post but please put that into a …
- 7:09 AM Ticket #6890 (Dialogs / Menus flash when closing on FF Linux) closed by
- wontfix: OK, then I'm going to close as "wontfix" for now, but as I said above …
- 7:08 AM Ticket #6736 (Dialog: After closing Dialog, drop down values are not selectable ...) closed by
- invalid: Sorry, closing until we get a test case.
- 6:57 AM Ticket #6943 ([patch] Regression in [13752]: assert failed in Form test) closed by
- fixed: Fixed by [14222]. Thanks Mark!
- 6:57 AM Ticket #4988 (TextArea: remove iframe code when FF3 is released and FF2 desupported) reopened by
- Oops, comment above should have said "fixes #6943" and "refs #4988". …
- 6:46 AM Ticket #4988 (TextArea: remove iframe code when FF3 is released and FF2 desupported) closed by
- fixed: (In [14222]) Fixes #4988: Add workaround for intermittent FF2 failure …
- 6:12 AM Ticket #6390 ([patch] Can't search all in ComboBox / FilteringSelect) closed by
- fixed: (In [14220]) Fixes #6390: Can't search all in ComboBox? / …
- 5:58 AM Ticket #6021 ([Patch][CLA] ComboBox sort functionality enhancement) closed by
- fixed: (In [14219]) Add ability to pass sort flag or other parameters to …
- 3:54 AM Ticket #7023 ([ColorPallette] No hover indication in Safari 3) closed by
- duplicate: Dup of #6173
Jul 1, 2008:
- 9:40 PM Ticket #7102 (Allow DnD containers to be referenced another way than solely by the jsId) created by
- Provide a way for a developer to be able to reference a DnD container …
- 8:51 PM Ticket #7101 ([PATCH][CLA]Dnd : Introducing a new Pure Source class) created by
- Sometimes it is useful to have a dnd Source that acts has a pure …
- 7:30 PM Ticket #7100 (dojox.data.FileStore: _processItem fails when querying for a ...) closed by
- fixed: Fixed in [14216]
- 7:29 PM Ticket #7100 (dojox.data.FileStore: _processItem fails when querying for a ...) created by
- Because the callback still fires, calling fetchItemByIdentity with a …
- 4:55 PM Ticket #6725 (Grid model enhancement: add data loaded event) closed by
- invalid: Grid models no longer exist. This issue is invalid since dojo.data …
- 4:53 PM Ticket #6710 (dojox.grid.data.Table sorts column with same values different upon ...) closed by
- invalid: dojox.grid.data.Table doesn't exist anymore. Closing.
- 4:43 PM Ticket #6352 (TextTimeBox: esc does not revert to most recently entered date in IE6 ...) closed by
- worksforme
- 3:40 PM Ticket #7099 (Dialog: RichText doesn't work in a dialog in IE7 Standards Mode) created by
- In IE 7 in standards mode (page with correct DOCTYPE header) then the …
- 3:30 PM Ticket #7098 (JsonRestStore fetchItemByIdentity) created by
- Kris, fyi: There is no unit test for fetchItemByIdentity in your …
- 2:48 PM Ticket #7097 (Editor has initialization problems when inlined into mail.html) created by
- See attached mailInline.html file. If loading the Editor in the mail …
- 2:33 PM Ticket #7096 (BorderContainer: Editor doesn't size correctly on safari/ff3 (mail demo)) created by
- See …
- 12:30 PM Ticket #7095 (oncontextmenu for dnd nodes fails on ff3/mac) created by
- I'm using a dndSource and want to attach oncontextmenu an onclick …
- 8:47 AM Ticket #7084 (dojo.isArray([]) returns false in webkit/safari) closed by
- invalid: Yeah, I just tried it on Safari on windows, and on another mac - …
Jun 30, 2008:
- 6:59 PM Ticket #6808 (i18N demo: missing languages for many countries) closed by
- fixed: (In [14211]) Use country data from GeoNames? instead of Wikipedia, and …
- 6:56 PM Ticket #7094 (Radio-based checked multiselect does not update correctly at times) closed by
- fixed: Fixed in [14210]
- 6:47 PM Ticket #7094 (Radio-based checked multiselect does not update correctly at times) created by
- Sometimes it will not set its value correctly.
- 5:52 PM Ticket #6665 (Using htmlFor vs. for as an attribute getter/setter) closed by
- fixed: closing - not sure why I marked as refs and not fixed when I made the …
- 5:29 PM Ticket #5032 (Cannot change dojox.grid.data.Objects objects on the fly) closed by
- wontfix: Closing because dojox.grid.data.Object doesn't exist anymore and we're …
- 4:43 PM Ticket #7082 (Dojo 1.0.2 to Dojo 1.1/1.1.1 migration - dojo.fromJson) closed by
- fixed: (In [14208]) Make it clear that dojo.fromJson throws exceptions. Fixes …
- 4:35 PM Ticket #7093 (dojox.offline widget says it is offline when gears is not installed ...) created by
- The widget says that I am offline, even though I am connected to the …
- 4:20 PM Ticket #4537 (FilteringSelect and ComboBox: screen readers not annoucing "n of m" ...) closed by
- fixed: This was fixed with changes made in [12985], [12555] and [12281] and …
- 3:49 PM Ticket #7092 (accordionContainer: a11y description does not include correct ...) created by
- Since accordionContainer is a grouping, the accessible description of …
- 3:35 PM Ticket #7091 (currency whole demo has invalid state) created by
- with fractional: false …
- 3:03 PM Ticket #7088 (Contribute CssRuleStore and CssClassStore to dojox.data) closed by
- fixed: (In [14207]) Adding in new CssStores?. fixes #7088 \!strict
- 3:03 PM Ticket #7090 (Add ability to pass extra parameters to dojo.parser.instantiate) created by
- In order to override or manually specify things like dojoType, or …
- 2:31 PM Ticket #7089 (Maven build for dojo.) created by
- A maven build process that will create a war file containing a dojo …
- 2:17 PM Ticket #7088 (Contribute CssRuleStore and CssClassStore to dojox.data) created by
- Contribute CssRuleStore? and CssClassStore? to dojox.data These are a …
- 1:53 PM Ticket #7087 (dojox/grid/tests/test_data_grid_processError.html no longer works) created by
- dojox/grid/tests/test_data_grid_processError.html This test used to …
- 11:44 AM Ticket #7085 ([CLA][PATCH] dijit.form._FormMixin has no superclass so remove ...) closed by
- invalid: dijit.form._FormMixin is a mixin (hence the name), and the class that …
- 10:50 AM Ticket #7086 ([CLA][PATCH] dijit.form.SimpleTextarea show "undefined" on undefined value) created by
- dijit.form.SimpleTextarea? show "undefined" on undefined value, but …
- 10:41 AM Ticket #7085 ([CLA][PATCH] dijit.form._FormMixin has no superclass so remove ...) created by
- dijit.form._FormMixin has no superclass but startup method added in …
- 10:19 AM Ticket #7084 (dojo.isArray([]) returns false in webkit/safari) created by
- Since I'm not sure when, dojo.isArray([]) returns false in Safari …
Jun 29, 2008:
- 4:49 PM Ticket #7081 (A global variable called "node" is created in Avatar.js) closed by
- invalid
- 12:01 PM Ticket #7083 (Allowing AJAX calls to supercede / abort / cancel previous calls ...) created by
- Please take a look a this Prototype extension. …
- 10:45 AM Ticket #7082 (Dojo 1.0.2 to Dojo 1.1/1.1.1 migration - dojo.fromJson) created by
- Hi, We are trying to migrate our application from Dojo 1.0.2 to …
- 9:05 AM Ticket #7081 (A global variable called "node" is created in Avatar.js) created by
- In Avatar.js , lines 40 and 43, a variable called "node" is used, but …
- 12:07 AM Ticket #7080 (Can we set a data loading status for the DataGrid?) created by
- Just like that: before the data load, we set an underlay and a …
Jun 28, 2008:
- 5:54 PM Ticket #7078 (dojox.off.offline, specifically dojox.flash, will not run on IE after ...) closed by
- duplicate: OK, clearly it is more important to fix the build system (#5027), than …
- 4:14 PM Ticket #7079 ([patch] [cla] gfx demo, mandelbrot set) created by
- another cpu expensive gfx demo :) Nicola Rizzo (nicola.rizzo at …
- 11:46 AM Ticket #6335 (IE: InlineEditBox/textarea, ESC clears all text) closed by
- fixed: (In [14199]) Fixes #6335. Set value attribute during inline editor …
- 4:43 AM Ticket #7078 (dojox.off.offline, specifically dojox.flash, will not run on IE after ...) created by
- There is a NULL character escape sequence in the code "\0" that is …
- 3:21 AM Ticket #7052 (dijit.Tooltip fails in multiple dojo page) closed by
- fixed: (In [14198]) Fixes #7052. the _listeners array was effectively a …
Jun 27, 2008:
- 11:59 PM Ticket #7077 (Build in GFX requireIf code into layer file) created by
- I have a custom build 'mybuild.js' and use GFX. When my application …
- 11:02 PM Ticket #7076 (Support deferred in DOH setUp/tearDown) created by
- A test should be able to call setUp, wait for setUp to complete and …
- 10:05 PM Ticket #6590 (Grid - loading and empty status messages) closed by
- fixed: Fixed in [14197]
- 9:49 PM Ticket #7065 (Regression: Grid no longer works with Datastores that do not ...) closed by
- fixed: (In [14196]) fixes #7065 !strict * Changed DataGrid? to make …
- 7:37 PM Ticket #7017 (dojox.DataGrid: Add ability to show/hide columns via header context menu) closed by
- fixed: (In [14193]) fixes #7017 !strict * Added the ability to provide a …
- 6:22 PM Ticket #7075 (Firefox 3 XPath changes break dojo.query) created by
- If you have dojo.query and you want to query another document (say an …
- 6:21 PM Ticket #7074 (Loading dojox.analytics.Urchin before dojox.analytics doesn't work) created by
-
If you load in
dojox.analytics.Urchin
and then … - 5:52 PM Ticket #7071 (problem opening page with javascript bookmark in Firefox3) closed by
- fixed: This sort of issue should be fixed in at least Dojo 1.1, probably Dojo …
- 5:43 PM Ticket #7062 (New widget: dojox.widget.PlaceholderMenuItem) closed by
- fixed: Fixed in [14165]
- 5:42 PM Ticket #7073 (New Widget: Select-stack form widget) closed by
- fixed: Fixed in [14192]
- 3:41 PM Ticket #7073 (New Widget: Select-stack form widget) created by
- A widget that can either be a group of radio buttons or a dropdown …
- 3:39 PM Ticket #7072 (dojo.query() is oddly slow in "~" child selectors on IE) created by
- on slickspeed, Dojo 1.1's query() has a huge outlier in terms of …
- 1:31 PM Ticket #7069 (Calendar Broken in FF2 and FF3) closed by
- duplicate: see #7060, #7041
- 9:36 AM Ticket #7024 (ComboButton: a11y outlines bleed through in IE6) closed by
- fixed: (In [14188]) On IE6/FF2 ComboButton?, prevent text jump due to focus …
- 9:35 AM Ticket #7071 (problem opening page with javascript bookmark in Firefox3) created by
- In our special application users can generate bookmarks like this …
- 9:29 AM Ticket #7070 (Lines are not aligned when Layout has several views) created by
- See test : …
- 9:15 AM Ticket #7068 (Calendar Broken in FF2 and FF3) closed by
- duplicate
- 9:01 AM Ticket #7069 (Calendar Broken in FF2 and FF3) created by
- Please check the Dijit Calendar Test I attached two screen pictures …
- 9:01 AM Ticket #7068 (Calendar Broken in FF2 and FF3) created by
- Please check the Dijit Calendar Test I attached two scrren pictures …
- 3:43 AM Ticket #7067 ([dojox.layout] GridContainer does not drop in nightly) closed by
- fixed: (In [14186]) fixes #7067 - need to use 4th param for onDndDrop - …
- 3:27 AM Ticket #7067 ([dojox.layout] GridContainer does not drop in nightly) created by
- Quick ticket to track down (before 1.2) why changes in DnD broke …
- 3:05 AM Ticket #6945 (BorderContainer: events seep through dijitSplitterCover in IE) closed by
- fixed: (In [14185]) CSS hack to stop mouse events in IE and boost splitter …
- 1:40 AM Ticket #6651 (TextBox: disabled TextBox-based widgets don't look disabled on safari) closed by
- fixed: safari is rendering everything much darker than FF or IE, so #eee …
- 1:33 AM Ticket #6651 (TextBox: disabled TextBox-based widgets don't look disabled on safari) reopened by
- briefly: why not remove the 4 special rules for safari, and just set …
- 1:13 AM Ticket #6651 (TextBox: disabled TextBox-based widgets don't look disabled on safari) closed by
- fixed: (In [14181]) Fixes #6651. Safari needed a special gray color.
- 12:15 AM Ticket #6630 (Button: dijitRight is missing in the 1.1.0 Button template string) closed by
- fixed: (In [14180]) Fixes #6630. Added dijitRight node back to button …
- 12:10 AM Ticket #5845 (GFX Silverlight MouseLeave event always generates script error) closed by
- fixed: (In [14179]) gfx.silverlight: fixes #5845. !strict
Jun 26, 2008:
- 10:45 PM Ticket #6223 (Spinner: for custom styling, arrows too short (IE)) closed by
- fixed: (In [14177]) Fixes #6223. Moved IE CSS expression to a resize event …
- 9:13 PM Ticket #7066 ([patch][cla][needs review] Updated cometd-twisted readme and install ...) created by
- README for comet-twisted is out of date... adding a patch for that. …
- 6:52 PM Ticket #7064 (themeTester.html broken in IE6/7) closed by
- fixed: (In [14168]) Fixes #7064. IE array .map function not working, so call …
- 6:48 PM Ticket #6893 (dojox.io.windowName) closed by
- fixed: (In [14167]) fixes #6893
- 6:29 PM Ticket #7065 (Regression: Grid no longer works with Datastores that do not ...) created by
- Regression: Grid no longer works with Datastores that do not …
- 6:29 PM Ticket #7041 (dojo.date.locale.getNames regression) reopened by
- see #7060
- 6:28 PM Ticket #7060 (dijit.form.DateTextBox-Error: bundle not found: gregorian in ...) closed by
- duplicate: regression from [14130]. See #7041
- 5:42 PM Ticket #7064 (themeTester.html broken in IE6/7) created by
- Run …
- 5:33 PM Ticket #7063 ([patch][cla] Add method to reference single items in a NodeList) created by
- I often find myself wanting to work with a single item in a NodeList? …
- 5:30 PM Ticket #6220 (ComboBox: custom styling / arrow too short (IE)) closed by
- fixed: (In [14164]) Fixes #6220. Set IE INPUT fontFamily using STYLE.
- 4:55 PM Ticket #7062 (New widget: dojox.widget.PlaceholderMenuItem) created by
- This is so that it's easier to be able to inject new menu items at a …
- 4:30 PM Ticket #7049 (dojox.Grid: styling between different views does not line up) closed by
- fixed
- 3:45 PM Ticket #7061 (dijit._Container/dijit._Contained: add index-getting functions) closed by
- fixed: (In [14163]) Fixes #7061 - add in index-based functions for handling …
- 3:19 PM Ticket #7054 ([patch] [cla] dojox.embed.Quicktime causes infinite loop when QT is ...) closed by
- fixed: (In [14162]) Apply patch from Chris Barber, fixes #7054. !strict.
- 3:08 PM Ticket #7061 (dijit._Container/dijit._Contained: add index-getting functions) created by
- Since we allow adding children at certain indexes, it would be helpful …
- 1:34 PM Ticket #7060 (dijit.form.DateTextBox-Error: bundle not found: gregorian in ...) created by
- Hi, I got a "Error: bundle not found: gregorian in dojo.cldr, …
- 1:32 PM Ticket #4692 ([patch] [cla] Form: prevent submit if form has invalid values) closed by
- fixed: (In [14161]) Fixes #4692. Add onValidStateChange connect point to …
- 1:16 PM Ticket #7059 (Text highlight/selection in Grid) created by
- From a colleague: If user wants to copy text of grid cells, text …
- 12:33 PM Ticket #7058 (Tree: can't drag from Tree, drop somewhere else (tree drag source ...) created by
- According to the (de-facto) standard implied by dojo/dnd/Source.js, …
- 6:21 AM Ticket #7057 (Charting Action Destroy method .) created by
- It is required an action destroy action. Usage Reason: If graph use …
- 5:29 AM Ticket #7056 (Drawing trace and the mouse trace not match) created by
- In dojox.sketch, when scrolling the canvas down, the mouse doesn't …
- 4:34 AM Ticket #6650 (ComboButton/ToggleButton: vertical-alignment is incorrect (IE6)) closed by
- fixed: ComboButton was basically fixed by [14125] and then slightly adjusted …
- 4:27 AM Ticket #7055 (BiDi complex text handlers) closed by
- fixed: (In [14159]) commit experimental BidiComplex? code from Hossam Katory …
- 4:25 AM Ticket #7055 (BiDi complex text handlers) created by
- This feature introduces routines to parse and process bidi complex …
- 1:31 AM Ticket #7014 (test case dojo/tests/date/stamp.js is failing in timezone +05:30) closed by
- fixed: fixed in [14154]
Jun 25, 2008:
- 11:12 PM Ticket #7054 ([patch] [cla] dojox.embed.Quicktime causes infinite loop when QT is ...) created by
- When using dojox.embed.Quicktime, Firefox 2 (win) tries to detect the …
- 11:08 PM Ticket #6771 (DND: Internal source copy when copyOnly=true) closed by
- fixed: Dup of #7051. Implemented.
- 11:04 PM Ticket #6045 (Refresh DnD Source and pickup new nodes) closed by
- fixed
- 11:01 PM Ticket #7051 (DnD: introduce selfCopy flag) closed by
- fixed: (In [14152]) DnD: adding selfCopy flag. Thx, Revin Guillen! Fixes …
- 10:49 PM Ticket #7053 (Use new Function() instead of eval() for dojo.fromJson (and possibly ...) created by
- Recently, I did some tests, and it appears that parsing JSON with: …
- 9:54 PM Ticket #4650 (DnD: Allow dndItems that are not a direct descendent of Source) closed by
- fixed: Duplicate of #6847. Already implemented.
- 9:45 PM Ticket #6984 (dijit.Tree.lastFocused isn't set in FireFox3) closed by
- worksforme: It's working for me on test_Tree.html, calling …
- 9:39 PM Ticket #6248 (Form widget should use "application/x-www-form-urlencoded" for default ...) closed by
- duplicate: Dup of #5746. Fixed in [12261].
- 8:45 PM Ticket #7052 (dijit.Tooltip fails in multiple dojo page) created by
- We have moved to Dojo 1.1.1 and are using the new scopeMap to support …
- 8:32 PM Ticket #7051 (DnD: introduce selfCopy flag) created by
- Presently there is copyOnly flag, which forces items to be copied …
- 7:50 PM Ticket #7050 ([PATCH] Search results on dtk.api.org are obscured when pagination is off) created by
- When there isn't pagination, the first result listing appears under …
- 6:29 PM Ticket #6690 (QueryReadStore + ComboBox / FilteringSelect + paging) closed by
- worksforme
- 5:43 PM Ticket #7049 (dojox.Grid: styling between different views does not line up) created by
- When you have a styled grid (using Tundra, for example) the lines …
- 5:42 PM Ticket #7046 (Allow setting of blankGif in djConfig) closed by
- fixed: (In [14145]) Fixes #7046 - allow for blankGif to be set in djConfig !strict
- 5:27 PM Ticket #7048 (Dojo VML generation requires attached node if calling Shape.setFill) created by
- Tested On: - Dojo 1.1.1 - nightly build (Jun 24, 2008) - …
- 4:01 PM Ticket #7047 ([patch] [cla] ImageGallery (ThumbinalPicker) bug on firefox 3) created by
- Image gallery don't work propely whit firefox 3.. The Tumhinbinal's …
- 3:22 PM Ticket #7046 (Allow setting of blankGif in djConfig) created by
- _Widget uses dojo.moduleUrl("dojo", "resources/blank.gif") - but in …
- 1:58 PM Ticket #5074 (Non gregorian calendars support) closed by
- fixed
- 1:03 PM Ticket #4437 (Validation warnings during input inpolite) closed by
- fixed: (In [14142]) Fixes #4437. Creates a parsing regexp for …
- 4:55 AM Ticket #5880 ([patch-CLA] Allow running dojo on the server with simulated DOM) closed by
- wontfix: Jonathan, I'm going to close this for now. It seems like Jaxer …
- 4:47 AM Ticket #5906 ([patch][cla]Represent hashes in dojo.objectToQuery) closed by
- wontfix: No further comments on any accepted standards for object to URL …
- 4:44 AM Ticket #6851 (CSS optimization in build: absolute url-paths (e.g. for images) ...) closed by
- fixed: (In [14139]) Fixes #6851. Ignore full URLs when doing css path fixing …
- 4:19 AM Ticket #3960 (IE @cc_on breaks dojo.require) closed by
- fixed: This appears to be fixed now on the trunk. I think it was actually …
- 4:14 AM Ticket #6679 (Allow Dojo 1.2 RichText to work with xd loading) closed by
- fixed: Fixed in r14138
- 4:03 AM Ticket #6863 (Debugging is broken) closed by
- fixed: (In [14137]) Fixes #6863. Only use try/catch in the djConfig.isDebug = …
- 3:23 AM Ticket #6131 (Addition of HTTP semantics based cometd transport: HTTP Channels) closed by
- fixed: (In [14136]) fixes #6131
- 3:02 AM Ticket #6309 (Improve cometd support for adding new/alternative transports and new ...) closed by
- fixed: (In [14135]) fixes #6309
- 2:06 AM Ticket #7045 (DnD: extend the default creator to operate on raw DOM nodes) created by
- Some people find the concept of moving nodes more comforting, and more …
- 2:05 AM Ticket #7044 (DnD: use dojo.dnd.move as a foundation for dojo.dnd) created by
- All drag detection, and moving the avatar business can be done with …
- 2:03 AM Ticket #7043 (DnD: introduce simple local events in sources/targets) created by
- Our users have a problem working with topics thinking they are similar …
- 1:56 AM Ticket #7042 (DnD: generalize dojo.dnd.move) created by
- Make sure that it can be used to cover two common things: * Generic …
- 12:09 AM Ticket #6991 ([patch][cla] New dojox.data.WikipediaStore (plus near-trivial SMD)) closed by
- fixed: (In [14133]) Wikipedia Store, fixes #6991
Jun 24, 2008:
- 10:18 PM Ticket #6960 (Day of Year returns different value on same day) closed by
- fixed: (In [14132]) Avoid rounding issue in dojo.date.difference by comparing …
- 9:50 PM Ticket #7041 (dojo.date.locale.getNames regression) closed by
- fixed: (In [14130]) Fix regression caused by [14023] so month names show up …
- 9:48 PM Ticket #7041 (dojo.date.locale.getNames regression) created by
- #6813 raised a bug in the mechanism to have "stand-alone" names (e.g. …
- 8:53 PM Ticket #7040 (add dojo._base._stubs for tiny core build appropriate to mobile ...) created by
- Today some environment have a problem with the (already small) dojo.js …
- 3:27 PM Ticket #7039 (Rendered geometries blink sometimes in the VML renderer.) created by
- IE display blinks when already drawn point/line is drawn again. Here …
- 3:15 PM Ticket #6030 (Overriding templatePath fails in build) closed by
- wontfix: OK, I fixed the example, sorry that misled you.
- 3:02 PM Ticket #5731 (TooltipDialog does not inherit class parameter) closed by
- fixed: (In [14126]) Allow developer to specify custom class for TooltipDialog? …
- 2:38 PM Ticket #7038 (Toolbar: drop down menus overlaps the toolbar) closed by
- fixed: (In [14125]) Prevent drop down menus / color pickers from overlapping …
- 2:17 PM Ticket #7038 (Toolbar: drop down menus overlaps the toolbar) created by
- Because of the margin around toolbar buttons, the dropdowns overlap …
- 2:01 PM Ticket #7037 (dojo.query fails in IE7) created by
- In dijit/tests/form/test_Slider.html, in an addOnLoad, add this …
- 1:17 PM Ticket #6030 (Overriding templatePath fails in build) reopened by
- Please fix the test page to reflect this ticket resolution (that you …
- 1:00 PM Ticket #7036 (dijit.scrollIntoView bug in absolute positioned div in FF3) closed by
- fixed: (In [14124]) Fixes #7036. Removed FF3 short-circuit to native which …
- 10:50 AM Ticket #7036 (dijit.scrollIntoView bug in absolute positioned div in FF3) created by
- place the test case under dijit/tests/_base and load it, scroll the …
- 9:07 AM Ticket #6935 (ComboButton: no hover effect for ComboButton in toolbar (for any theme)) closed by
- fixed: (In [14123]) Add hover effect for ComboButton? in toolbar. Fixes …
- 6:47 AM Ticket #7035 (DOH throws errors if dojox not available) closed by
- fixed: (In [14122]) update DOH runner to not barf if dojox isn't available in …
- 6:21 AM Ticket #7035 (DOH throws errors if dojox not available) created by
- thanks to the inclusion of DocTests?, DOH now implicitly assumes that …
- 5:35 AM Ticket #6603 (Dialog on https page gives "Do you want to display the nonsecure ...) closed by
- fixed: (In [14121]) Workaround for mixed-content warning on IE due to …
- 5:24 AM Ticket #7034 (Tree: text too small, unreadable (Safari)) closed by
- fixed: (In [14120]) Remove reference to deleted CSS file. Fixes #7034 (which …
- 4:30 AM Ticket #5957 ([patch][cla] Add Safe Sub-Expressions Support for JsonPath) closed by
- fixed: (In [14119]) Implementation/fixes #5957
- 4:27 AM Ticket #7013 ('this.avatar has no properties' after dnd in Tree) closed by
- fixed: (In [14118]) Fixes #7013: 'this.avatar has no properties' after dnd in …
- 3:31 AM Ticket #7034 (Tree: text too small, unreadable (Safari)) created by
- On Safari the tree text in …
Jun 23, 2008:
- 10:45 PM Ticket #7033 (Need a "fancy" file browser widget to match dojox.data.FileStore) created by
- One that looks more like a real file browser (not just a tree).
- 10:18 PM Ticket #7032 ([dojox.form] FileInputAuto should send onChange) created by
- 1. Allow for progress bar to reflect the percentage of file upload …
- 7:58 PM Ticket #7031 (BorderContainer: splitter does not validation value store in ...) closed by
- fixed: (In [14111]) Fixes #7031. Validates the value contained in the …
- 7:55 PM Ticket #7031 (BorderContainer: splitter does not validation value store in ...) created by
- As the summary states. If an invalid or odd value ends up in the …
- 7:12 PM Ticket #7030 (Store users can't determine how Dojo Data Notifications affect their ...) created by
- Widget/Store? users have no means of determining whether an onNew event …
- 5:58 PM Ticket #7029 (dijit.form.Form: getValues and validate should not include disabled widgets) closed by
- fixed: fixed in [14108]
- 5:38 PM Ticket #7029 (dijit.form.Form: getValues and validate should not include disabled widgets) created by
- Disabled widgets are not included in the submit data - and to be …
- 5:10 PM Ticket #7022 (dojox.form.PasswordValidator overwrite old value with empty value) closed by
- wontfix: This is the way that this widget is designed - if the new/validate …
- 4:17 PM Ticket #6475 (Tree: folder icons too low) closed by
- fixed
- 4:17 PM Ticket #7028 ([core] promote dijit/_base functionality to dojo.html (getViewport, ...) created by
- There are some really great useful methods in dijit/_base, which have …
- 12:30 PM Ticket #7027 ([cla][patch] add href support for Tooltip as a dojox.widget.DynamicTooltip) created by
- i've ported my stuff to svn head and i was badly missing the href …
- 10:44 AM Ticket #7026 (TabContainer remove 1px offset for pixel perfect layout) created by
- TabContainers? have a 1px offset from top/right/bottom/left which is …
- 10:19 AM Ticket #6983 (TabContainer: shouldn't have hover effect over active tab label) closed by
- fixed: (In [14105]) added class for selected hover state, fixes #6983
- 5:29 AM Ticket #6191 (Tree: no space between icon and label on tundra (IE)) closed by
- fixed
- 1:38 AM Ticket #6775 (Button: black borders appear around Dijit buttons when focused (IE)) closed by
- fixed: Fixed in [14015].
Jun 21, 2008:
- 8:41 PM Ticket #7025 (Set a null Store to the DataGrid,but it doesn't changed) created by
- Set a null Store to the DataGrid?,but it doesn't changed. maybe we …
- 5:11 PM Ticket #6409 (Widgets don't completely scroll into view when they receive focus.) closed by
- fixed: (In [14101]) Fixes #6409. Rewrote dijit.scrollIntoView. Added …
- 4:10 PM Ticket #7024 (ComboButton: a11y outlines bleed through in IE6) created by
- It seems only to affect IE6, and only in a toolbar: In the first …
- 4:00 PM Ticket #6144 (mail demo "get new mail" animation broken) closed by
- fixed: (In [14100]) fixes #6144 - progress update on fake getmail works. …
- 2:10 PM Ticket #6904 (Mixed line endings in some files causes Subversion failures) closed by
- fixed
- 2:10 PM Ticket #7023 ([ColorPallette] No hover indication in Safari 3) created by
- All the other browsers display a black box around the hovered color, …
- 12:55 PM Ticket #2256 ([patch][cla] Confirmation Dialog) closed by
- wontfix: this is actually a really easy subclass, and easy to do on the fly …
- 12:01 PM Ticket #1635 (wizard panes 2 and onwards not displaying LayoutContainer's left / ...) closed by
- fixed: (In [14097]) fixes #1635 - add some layout widgets to the wizard's ... …
- 11:37 AM Ticket #4615 ([demos] Module loading locks up browser) closed by
- invalid: nothing to fix here? solution is to use layers and builds, and there …
- 2:00 AM Ticket #1728 (Tree: rendering problem in IE with long node names) closed by
- fixed: (In [14095]) Make tree items nowrap. Main problem seems to have been …
- 1:24 AM Ticket #6907 ([patch][ccla]Translation updates) closed by
- fixed: (In [14094]) updated translation. Fixes #6907
Jun 20, 2008:
- 9:58 PM Ticket #7006 (Grid support for relative widths) closed by
- fixed: (In [14092]) Fixes #7006 - adds in support for relWidth on the grid …
- 9:41 PM Ticket #7022 (dojox.form.PasswordValidator overwrite old value with empty value) created by
- If I have a password validator with new and verify on a form and set …
- 9:21 PM Ticket #7021 (dojox.grid.DataGrid refresh is not a function) created by
- In all the dojox.grid.DataGrid? test,the refresh will call a error. Is …
- 8:34 PM Ticket #7020 (Regression in dijit.form.CurrencyTextBox.constraints API docs) created by
- http://api.dojotoolkit.org/jsdoc/dijit/HEAD/dijit.form.CurrencyTextBox. …
- 7:16 PM Ticket #7019 (getBoundingBox appears broken for group objects) created by
- According to the documentation currently available, all shapes support …
- 5:49 PM Ticket #6853 (The removeSelectedRows method seems to be broken) closed by
- fixed: (In [14087]) fixes #6853 !strict * Changed internal structures of …
- 5:47 PM Ticket #7012 (dojox.grid.DataGrid grid.removeSelectedRows() didn't work) closed by
- duplicate: duplicate of #6853
- 5:12 PM Ticket #7018 ([dojox] FlickrRestStore regression or SlideShow onLoad issue in IE7) created by
- Only the controls are visible, not the images. Check the Dojo Campus …
- 5:01 PM Ticket #7017 (dojox.DataGrid: Add ability to show/hide columns via header context menu) created by
- The ability to toggle the state of columns via a header context menu …
- 4:39 PM Ticket #7016 (HtmlTemplate needs to handle byId returning objects non-discriminately) closed by
- fixed
- 4:35 PM Ticket #7016 (HtmlTemplate needs to handle byId returning objects non-discriminately) created by
- Since byId returns anything that's passed to it now, if(node) isn't an …
- 3:59 PM Ticket #7015 (TabContainer: 1st tab in tabContainer created programmatically does ...) created by
- See …
- 11:46 AM Ticket #7014 (test case dojo/tests/date/stamp.js is failing in timezone +05:30) created by
- I am executing the DOJO test suite as part of HtmlUnit? test cases. And …
- 8:58 AM Ticket #7013 ('this.avatar has no properties' after dnd in Tree) created by
- to reproduce, go to …
- 7:33 AM Ticket #7012 (dojox.grid.DataGrid grid.removeSelectedRows() didn't work) created by
- it throw out a Error:this._assert is not a Function I change the …
- 5:12 AM Ticket #7011 ([patch] [cla] ValidationTextBox reset() doesn't reset field error ...) created by
- Problem: 1. Have a ValidationTextBox in a Dialog 2. Open the dialog …
Jun 19, 2008:
- 11:54 PM Ticket #7010 (Grid layout not updating cell view reference when moving columns) closed by
- fixed: (In [14082]) Fixes #7010 - update reference to the new view when …
- 11:53 PM Ticket #7010 (Grid layout not updating cell view reference when moving columns) created by
- When moving columns between views, the reference to the view within …
- 11:51 PM Ticket #7009 (Collapsed borders doesn't show dnd indicator at times) closed by
- fixed: (In [14081]) Fixes #7009 - extend the _markTargetAnchor and …
- 11:49 PM Ticket #7009 (Collapsed borders doesn't show dnd indicator at times) created by
- With collapsed borders, there are times that the dnd indicator will …
- 11:47 PM Ticket #7008 (DnD indicator not showing up for themed grids) closed by
- fixed: (In [14080]) Fixes #7008 - Add theming for DnD indicators for tundra, …
- 11:47 PM Ticket #7008 (DnD indicator not showing up for themed grids) created by
- The themed grids (tundra, nihilo, soria) don't have their border color …
- 10:04 PM Ticket #6903 (dojo.toJson does not work when dom nodes are included) closed by
- fixed: (In [14078]) Throw an exception when a DOM node is encountered in JSON …
- 9:45 PM Ticket #7007 (Column reordering does not work with percentage widths between views.) closed by
- fixed: (In [14076]) Fixes #7007 - move code for converting percentages to …
- 9:44 PM Ticket #7007 (Column reordering does not work with percentage widths between views.) created by
- Need to do the same "convert percent to fixed values" routine that is …
- 8:55 PM Ticket #7006 (Grid support for relative widths) created by
- It would be helpful (from a users point-of-view) to support relative …
- 8:42 PM Ticket #7005 (dojox.grid._View: doesn't handle percentages with multiple views correctly.) closed by
- fixed: (In [14075]) Fixes #7005 - use the correct indexes into the various …
- 8:41 PM Ticket #7005 (dojox.grid._View: doesn't handle percentages with multiple views correctly.) created by
- The indexes are all messed up if one view contains percentage widths …
- 7:37 PM Ticket #7004 (regexp backreference doesn't work right in ValidationTextBox) created by
- I took a regular expression documented on the web as good for dates …
- 7:21 PM Ticket #968 (Checkable MenuItem) reopened by
- Just sending to Becky for testing screen reader.
- 7:16 PM Ticket #6941 (wipeIn()/wipeOut() leave overflow:hidden on nodes) closed by
- fixed: (In [14073]) Fix wipeOut() to also leave the overflow setting as it …
- 7:15 PM Ticket #6941 (wipeIn()/wipeOut() leave overflow:hidden on nodes) reopened by
- Oops, I forgot about the equivalent problem w/wipeOut().
- 6:31 PM Ticket #7003 (storage_dialog.swf missing from source & release distributions) created by
- When dojox.storage's Storage.swf needs to expand the allocated size of …
- 5:55 PM Ticket #6999 (TabContainer: close icon doesn't appear for left-aligned tabs on IE6 ...) closed by
- fixed: (In [14071]) Make close icon show up for left tabs on IE6 again. …
- 5:38 PM Ticket #968 (Checkable MenuItem) closed by
- fixed: (In [14070]) Fixes #968 - adds dijit.CheckedMenuItem? for toggle-based …
- 4:28 PM Ticket #7002 (slider: label elements not properly associated with slider control) created by
- If a <label> element is provided for a slider: […] The label is …
- 3:47 PM Ticket #7001 (impossible to indent/outdent more than one items in a list in IE) closed by
- fixed: (In [14069]) fixes #7001: make sure getParentElement behaves like that …
- 3:46 PM Ticket #7001 (impossible to indent/outdent more than one items in a list in IE) created by
- 8:44 AM Ticket #7000 (RichText clobbers body attributes) created by
- RichText, whenever the control is dojo.require()d (in the head …
- 7:57 AM Ticket #6999 (TabContainer: close icon doesn't appear for left-aligned tabs on IE6 ...) created by
- See "tabs w/title on the left" example in test_TabContainer.html. …
- 5:23 AM Ticket #5719 ([patch] Tree: factory for nodes) closed by
- fixed: [Temporarily] fixed by [13932]. As listed above I'd like to have a …
- 4:49 AM Ticket #6985 (TabContainer : can't change tab using keyboard using Safari) closed by
- wontfix: Yes, this is expected behavior. Keyboard isn't supported on Safari …
- 2:42 AM Ticket #6998 ([dojox] cometd style guidelines adherance) closed by
- fixed: (In [14067]) fixes #6998 - adds _minimal_ unit test to cometd core, …
- 1:42 AM Ticket #6998 ([dojox] cometd style guidelines adherance) created by
- There are many many minor nuances about dojox.cometd._base that do not …
- 1:10 AM Ticket #6997 (Refactor the Bayeux specification document) created by
- Currently the specification document is heavily based on specific …
- 1:06 AM Ticket #6996 (Document perl server on wiki) created by
- 12:52 AM Ticket #6995 (Document dojox.cometd client on wiki) created by
- This can probably be done mostly with pointers to existing dojo …
- 12:50 AM Ticket #6994 (Document java servers on wiki) created by
- 12:49 AM Ticket #6993 (Document twisted server on wiki) created by
Jun 18, 2008:
- 11:36 PM Ticket #6639 (Grid Dojo 1.1 cell content partially trimmed.) closed by
- fixed: (In [14064]) Fixes #6639 - add styling for FF2 which does not use …
- 10:56 PM Ticket #5018 (Advanced grid features work in dojox.VirtualGrid but not in dojox.Grid) closed by
- duplicate: This appears to be a duplicate of #4973
- 10:55 PM Ticket #6992 (Tree: allow hover highlighting and click over full width of row) created by
- Currently tree deals width indenting through setting a margin. This is …
- 10:51 PM Ticket #6991 ([patch][cla] New dojox.data.WikipediaStore (plus near-trivial SMD)) created by
- This patch provides two interfaces to Wikipedia: * via SMD, …
- 10:02 PM Ticket #6990 (dojox.form.DropDownSelect: label doesn't display in FF2) closed by
- fixed: (In [14063]) Fixes #6990 - call this._layoutHack() for rendering label …
- 10:02 PM Ticket #6990 (dojox.form.DropDownSelect: label doesn't display in FF2) created by
- Using a custom-built version, the label at times doesn't display in …
- 9:41 PM Ticket #6951 (grid's horizontal scrolling broken in opera) closed by
- wontfix: This seems to be a problem with opera not allowing us to set …
- 9:34 PM Ticket #6989 ([patch] [ccla] Visual indicator for focus disappears immediately after ...) created by
- Steps to reproduce: 1. Place focus on a cell by clicking on it. The …
- 9:27 PM Ticket #6988 ([patch] [cla] Row highlighting should follow focus when navigating ...) created by
- When one clicks a cell in the grid, that cell receives focus, and the …
- 9:13 PM Ticket #6987 (Tab keystrokes should not be used for navigation among grid cells.) created by
- Although desktop spreadsheets support the use of the TAB key to …
- 8:10 PM Ticket #6844 (CTR: + click no longer working in Grid) closed by
- fixed
- 7:55 PM Ticket #6972 (Data Grid column resizing jerky on IE) closed by
- fixed: (In [14061]) fixes #6972 !strict * Fixed jerky column resizing.
- 6:46 PM Ticket #6965 (Error: w.destroy is not a function) closed by
- fixed: (In [14060]) updating destruction code to handle the case where a …
- 5:16 PM Ticket #6754 (Button: white pseudo-borders appearing inside of buttons on IE) closed by
- fixed: fixed in [14015]
- 5:15 PM Ticket #6780 (Button widget broken on IE7) closed by
- fixed: this was fixed with recent re-commits of the button code in [14015]
- 4:34 PM Ticket #6986 (doctool/API pages newlines stripped) created by
- Newlines are stripped from otherwise "formatted" plain text, which …
- 3:43 PM Ticket #6952 (dojox.grid.DataGrid: odd view behavior in IE and Safari) closed by
- fixed: Fixed in [14057]
- 3:02 PM Ticket #6985 (TabContainer : can't change tab using keyboard using Safari) created by
- It is impossible to change tab using keyboard on Safari 3.1.1. As …
- 2:20 PM Ticket #6798 (ARIA dojox.form.DropDownSelect check) closed by
- fixed: Fixed in [14055]
- 1:51 PM Ticket #6984 (dijit.Tree.lastFocused isn't set in FireFox3) created by
- In dijit.Tree, lastFocused is always 'undefined' in FireFox? 3. It …
- 12:57 PM Ticket #6980 (TabContainer: problems w/CSS for nested TabContainers) closed by
- fixed: (In [14054]) Some final code reductions for TabContainer? CSS. Fixes #6980.
- 12:56 PM Ticket #6983 (TabContainer: shouldn't have hover effect over active tab label) created by
- Since clicking the active tab label doesn't do anything there …
- 12:38 PM Ticket #6982 (Pie chart with single data element throws error) created by
- A pie chart that is created with only a single data element throws the …
- 8:54 AM Ticket #6981 (Pseduo-REST store) created by
- I know JsonRestStore? is not even out yet... but here is a thought. …
- 8:39 AM Ticket #4651 ([patch] [cla] Adding the module dojox.testing.DocTest) closed by
- fixed: (In [14046]) adding Wolfram's DocTest? module. Nice hacking Wolfram! …
- 8:03 AM Ticket #5766 ([patch][ccla] Proposed extension: XML parser for rendering dojo) closed by
- fixed: (In [14044]) merging Nexaweb's awesome XML parser for Dojo markup. …
- 7:47 AM Ticket #6980 (TabContainer: problems w/CSS for nested TabContainers) created by
- (As discussed /w Nikolai...) Use of dijitAlignRight, Left, etc. in …
- 7:07 AM Ticket #6110 (dojox.storage not auto-detecting!) closed by
- fixed: looks fixed
- 12:29 AM Ticket #6247 ([cla/patch] dojo.string.substitute documentation / API issue and small ...) closed by
- fixed: (In [14043]) update docs and unit tests. Also ensure that scoping is …
- 12:04 AM Ticket #6979 (Resize grid columns using css rules instead of element style) created by
- The current grid column resizing works by setting width in the style …
Jun 17, 2008:
- 11:37 PM Ticket #6978 (dojox.grid.DataGrid: setStore doesn't redraw the grid) closed by
- fixed
- 11:36 PM Ticket #6978 (dojox.grid.DataGrid: setStore doesn't redraw the grid) created by
- Calling setStore() on the grid should re-render.
- 11:21 PM Ticket #6953 (dojox.grid.DataGrid: Make scrollbars behave like CSS "overflow: auto") closed by
- fixed: Fixed in [14040]
- 11:20 PM Ticket #6593 ([testcase] dojox.Grid text editor not accepting mouse highlighting in ...) reopened by
- Oops - wrong bug number
- 11:19 PM Ticket #6977 (dojox.grid.DataGrid: grid initializes too large) closed by
- fixed: (In [14041]) Fixes #6977. If exactly 0 rows are passed in, then there …
- 11:17 PM Ticket #6977 (dojox.grid.DataGrid: grid initializes too large) created by
- When a query comes back with 0 rows, and while the query is loading, …
- 10:36 PM Ticket #6593 ([testcase] dojox.Grid text editor not accepting mouse highlighting in ...) closed by
- fixed: (In [14040]) Fixes #6593 - allow the scrollbox to have overflow:auto …
- 9:19 PM Ticket #6961 (BorderContainer.destroyRecursive()) closed by
- worksforme
- 8:32 PM Ticket #5718 (TabContainer: add title text to the tab title close icon) closed by
- fixed: (In [14036]) fixes #5718 added translated itemClose text to tab close icon.
- 8:30 PM Ticket #6033 ([patch][cla] Should DojoX RPC allow for "namespaced" method call syntax?) closed by
- fixed
- 3:48 PM Ticket #6976 (Grid FF2: js error caused when programmatically leaving a tab ...) created by
- If you have a tabbed view with a grid and want to change the tab …
- 3:28 PM Ticket #6975 (dojox.grid._View: error when finding node) closed by
- fixed: (In [14030]) Fixes #6975 - check to make sure we do not do dojo.attr …
- 3:27 PM Ticket #6975 (dojox.grid._View: error when finding node) created by
- When finding our cell node, sometimes we walk all the way up the DOM …
- 1:27 PM Ticket #6974 (Problems with the flickrView demo) closed by
- fixed: (In [14029]) Fixing flickr demos. fixes #6974
- 12:29 PM Ticket #6974 (Problems with the flickrView demo) created by
- The one in dojox/data/demos improperly shows stattus. The redo …
- 8:22 AM Ticket #6973 (ScrollPane helper incorrectly sized when the scroll width/height is small) created by
- When the enclosed table is small, the helper size is greater than the …
- 3:16 AM Ticket #6813 ([patch][ccla]duplicate entries in dojo.cldr) closed by
- fixed: (In [14023]) Update dojo.cldr to use new generation scripts in …
- 2:09 AM Ticket #6660 (incorrect var in dojo.date.locale) closed by
- fixed
- 12:10 AM Ticket #6972 (Data Grid column resizing jerky on IE) created by
- The change to use dojo.dnd to resize columns has made the column …
Jun 16, 2008:
- 8:02 PM Ticket #6971 (dojo.rpc Events.) created by
- It would be really nice to have some events to hook into for dojo.rpc. …
- 7:20 PM Ticket #5975 (Add JSON Schema Support) closed by
- fixed
- 6:55 PM Ticket #6969 (Add dojox.data.FileStore. A good Lazy-Loading style store for use ...) closed by
- fixed: Committed revision 14017.
- 5:50 PM Ticket #6970 (use better Flickr streams in tests/demos) created by
- many of the Dojo test pages use images from Shane's original Flickr …
- 3:42 PM Ticket #6969 (Add dojox.data.FileStore. A good Lazy-Loading style store for use ...) created by
- Add dojox.data.FileStore?. A good Lazy-Loading style store for use …
- 3:06 PM Ticket #6224 (Editor: cleanup test_CustomPlugin.html example) closed by
- fixed
- 2:31 PM Ticket #6840 (DateTextBox day, month and year validations are wrong) closed by
- fixed: Sorry about that - for some reason the commit didn't auto-resolve this …
- 4:21 AM Ticket #6751 (Grid moves when onRowClick in FF2) closed by
- fixed
Jun 15, 2008:
- 1:08 AM Ticket #6968 (Tooltip: enhancement to follow mouse) created by
- attached i a patch to enhance tooltips with a "followMouse" flag which …
Jun 14, 2008:
- 9:34 PM Ticket #6288 ([patch][ccla] test_cylinders fails in IE7) closed by
- fixed: (In [14013]) fixes #6288, test_cylinders (gfx3d) fails in IE7, thanks …
- 9:18 PM Ticket #6964 (Allow jsonPathStore.dump() to print pretty) closed by
- fixed: (In [14012]) fixes #6964, allow jsonPathStore.dump() to print pretty, …
- 8:48 PM Ticket #6946 ([patch][cla] dojox.storage.WhatWGStorageProvider broken in Firefox 3) closed by
- fixed: (In [14011]) fixes #6946, WhatWGStorageProvider workaround not needed …
- 1:07 PM Ticket #6967 (Keep custom attributes when rendering widgets) created by
- <input type="text" dojoType="dijit.form.TextBox?" …
- 12:13 PM Ticket #6966 ([dojox] Include Google Analytics helper API) closed by
- fixed: (In [14006]) fixes #6966 - initial checkin of my analytics lazy loader …
- 12:09 PM Ticket #6966 ([dojox] Include Google Analytics helper API) created by
- Include the urchin helper in dojox.analytics, based on the code …
- 11:24 AM Ticket #6965 (Error: w.destroy is not a function) created by
- My widget template contains the following: <div …
- 8:21 AM Ticket #6853 (The removeSelectedRows method seems to be broken) reopened by
- Hi Bryan I reopen this PR, because something is not working. May be …
- 1:36 AM Ticket #6963 (Move dojox.fx.easing into Core) closed by
- fixed: mmm. trac didn't get the updates. fixed by [14001] - [14003]
- 1:05 AM Ticket #6964 (Allow jsonPathStore.dump() to print pretty) created by
- The dojox.data.jsonPathStore has a [very useful] .dump() method, …
- 12:05 AM Ticket #6963 (Move dojox.fx.easing into Core) created by
- One really stable and much-used aspect of dojox.fx is the standalone …
Jun 13, 2008:
- 10:06 PM Ticket #6962 (ComboBox's dijitMenuItem node incorrectly reflects the body tag's ...) created by
- I just noticed that if the body tag has text-align:center set (a …
- 9:44 PM Ticket #6853 (The removeSelectedRows method seems to be broken) closed by
- fixed: (In [13997]) fixes #6853 !strict * Overrode removeSelectedRows in …
- 6:41 PM Ticket #6961 (BorderContainer.destroyRecursive()) created by
- irc nickname: purdticker destroyRecursive does not properly …
- 6:14 PM Ticket #6305 (Error on double clicking a cell in Grid test) closed by
- fixed: Fixed in trunk.
- 5:28 PM Ticket #6960 (Day of Year returns different value on same day) created by
- call to dojo.date.locale._getDayOfYear(new Date()) returns different …
- 3:47 PM Ticket #6959 ([patch][cla] simplified doh testing) created by
- I posted a note on the discussion forum about this, but without …
- 3:39 PM Ticket #6958 ([cla][patch] dojox.image.SlideShow fixed exception when no image title ...) closed by
- fixed: (In [13995]) fixes #6958 - thanks matsuri for finding. using peller's …
- 3:26 PM Ticket #6382 (reset() on FilteringSelect not allowed if no "initial value" given) closed by
- fixed: Fixed in [13989]. FilteringSelect? passes the test in the ticket's …
- 2:22 PM Ticket #6958 ([cla][patch] dojox.image.SlideShow fixed exception when no image title ...) created by
- this ticket was created by: Norman "matsuri" Wenk when there is no …
- 9:14 AM Ticket #6618 (dojo.style opacity updates destructively update filters on IE) closed by
- fixed: fixed in [13991]
- 9:13 AM Ticket #6957 (dojo.attr() does not handle "class" and "for" correctly) closed by
- fixed: fixed in [13991]
- 8:59 AM Ticket #6937 (opacity operations do not ensure that elements have layout on IE 6/7) closed by
- fixed: fixed in [13991], although we should probably now remove the code in …
- 7:56 AM Ticket #6957 (dojo.attr() does not handle "class" and "for" correctly) created by
- dojo.attr() should convert "class" and "for" to "className" and …
- 6:48 AM Ticket #6956 (Dojo renders tinyMCE disabled when embedded in a TabContainer) created by
- Hi There, I have an example here wherein the tinyMCE editor does not …
- 2:37 AM Ticket #6955 (TabContainer: closable image not visible in Firefox) created by
- When running dijit\tests\layout\test_TabContainer.html in firefox I …
- 2:07 AM Ticket #5974 ([patch] FilteringSelect: don't require a blank entry in the drop down list) closed by
- fixed: (In [13989]) Support required=true/false parameter for FilteringSelect? …
- 1:17 AM Ticket #5376 (Add support for isXmlHttpRequest() in the Zend Framework) closed by
- fixed: This was fixed in Dojo 1.1.1.X-Requested-With: XMLHttpRequest is now …
- 12:48 AM Ticket #6948 (Menu: destoryRecursive() doesn't destroy submenus) closed by
- fixed: (In [13988]) For _Container based widgets, make destroyRecursive() …
- 12:30 AM Ticket #3697 ("Can't execute code from a freed script" with IE6 and IE7 and dojo 0.4.3) closed by
- invalid: Good, glad you found the solution. I'm closing this ticket; …
Jun 12, 2008:
- 7:09 PM Ticket #6954 (destroyRecursive() and getDescendants() architectural issues) created by
- There are a number of architectural issues with getDescendants(), and …
- 6:02 PM Ticket #6950 (Error: Bundle not found: loading in dijit , locale=en' when calling ...) closed by
- invalid: please use the forums for support
- 5:18 PM Ticket #6603 (Dialog on https page gives "Do you want to display the nonsecure ...) reopened by
- Ok it seems if one wraps the deletion of the test node during the …
- 2:48 PM Ticket #6902 ([cla][patch] grid can't resize columns in IE) closed by
- fixed: (In [13983]) Fixes #6902. Fixes resize isin IE and issues related to …
- 2:44 PM Ticket #6953 (dojox.grid.DataGrid: Make scrollbars behave like CSS "overflow: auto") created by
- The "dead" scrollbars are kind of ugly around the grid when no …
- 2:40 PM Ticket #6952 (dojox.grid.DataGrid: odd view behavior in IE and Safari) created by
- When loading the test_grid_column_reorder.html file in Safari and IE, …
- 2:31 PM Ticket #6951 (grid's horizontal scrolling broken in opera) created by
- Use Opera (either the stable Opera 9.27 or the new rendering engine in …
- 2:25 PM Ticket #6949 (unquoted HTML attributes failing validation) closed by
- fixed: (In [13982]) Fixes #6949. Added double quotes around contraints attribute.
- 2:20 PM Ticket #6950 (Error: Bundle not found: loading in dijit , locale=en' when calling ...) created by
- Hi, I built my dojo files with the profile below: …
- 1:07 PM Ticket #6949 (unquoted HTML attributes failing validation) created by
- The attribute value should be in double quotes. No double quotes is …
- 10:54 AM Ticket #6948 (Menu: destoryRecursive() doesn't destroy submenus) created by
- If you run dijit/tests/test_menu.html and create/destroy/create the …
- 7:41 AM Ticket #6947 (Regression in array/forEach unit tests) created by
- http://download.dojotoolkit.org/release-1.1.1/dojo-release-1.1.1/util/d …
- 7:14 AM Tickets #6940,6941 batch updated by
- fixed: (In [13981]) Fixes #6940: tree items cutoff at right for tree wrapped …
- 5:02 AM Ticket #6865 (Form.html unit test regression) closed by
- duplicate: Duplicated in #6943 but I'll close this one in favor of that one.
- 3:46 AM Ticket #6946 ([patch][cla] dojox.storage.WhatWGStorageProvider broken in Firefox 3) created by
- workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=357323 not …
- 1:39 AM Ticket #6915 (dojo.date.locale.format failed when patterns begins qith literals) closed by
- fixed: fixed by [13980]: Handle patterns which start with a literal at char …
Jun 11, 2008:
- 10:06 PM Ticket #6945 (BorderContainer: events seep through dijitSplitterCover in IE) created by
- In IE, events will seep through dijitSplitterCover. Temporary fix: …
- 7:58 PM Ticket #6944 (invalid security certificate for website) created by
- Using Firefox 3, clicking "login" from the dojo main page leads to a …
- 7:04 PM Ticket #6943 ([patch] Regression in [13752]: assert failed in Form test) created by
- Probably just need to update the asserts to include …
- 6:53 PM Ticket #6942 (doh+"isDebug: false"+Safari stops doh from running) created by
- If you change a doh test, like dijit/tests/form/Form.html, to have …
- 6:00 PM Ticket #6941 (wipeIn()/wipeOut() leave overflow:hidden on nodes) created by
- The wipeIn() and wipeOut() effect sets overflow: hidden during the …
- 5:59 PM Ticket #6940 (Tree: tree items cutoff at right for tree wrapped in narrow div) created by
- Can be seen by adding <div style="overflow: auto; width: 75px;"> …
- 5:45 PM Ticket #6939 (faulty rendering of gfx on silverlight) created by
- when Silverlight is installed on eg. Windows Vista the rendering of …
- 3:57 PM Ticket #6906 ([regression] dropdown actions (formatblock etc) are broken for FF in ...) closed by
- fixed: (In [13977]) fixes #6906: updated EnterKeyHandling? and FontChoice? …
- 11:15 AM Ticket #6938 (ExpandoPane theme upgrades needed) created by
- ExpandoPane? needs some updates for tundra, soria and nihilo
- 10:52 AM Ticket #6937 (opacity operations do not ensure that elements have layout on IE 6/7) created by
- dojo.style("opacity", 0.5) may fail on nodes with complex …
- 9:33 AM Ticket #6936 (Initial checking of soria and nihilo theme files) closed by
- fixed: fixed in [13974]
- 9:29 AM Ticket #6936 (Initial checking of soria and nihilo theme files) created by
- see topic
- 8:27 AM Ticket #6935 (ComboButton: no hover effect for ComboButton in toolbar (for any theme)) created by
- See "Save" button in test_Toolbar.html or "Get Mail" button in …
- 4:13 AM Ticket #6934 (Form: getValues() doesn't work on elements in TooltipDialog) created by
- The getValues() method of dijit.form.Form ignores form elements that …
- 3:48 AM Ticket #6928 ([CLA / patch] fix parser so it handles empty arrays) closed by
- fixed: (In [13971]) Fixes #6928: fix parser so it handles empty arrays. Patch …
- 3:17 AM Ticket #6927 ([CLA / patch] added onCancel handle to dijit.InlineEditBox) closed by
- fixed: (In [13970]) Added onCancel() callback to InlineEditBox?. Fixes #6927. …
- 1:49 AM Ticket #6933 (dojo.number.parse('09', {pattern:'0#'}) returns NaN) created by
- Assuming '0#' is a valid pattern which I belive it is, shouldn't …
- 12:40 AM Tickets #6900,6931 batch updated by
- fixed: (In [13969]) fixes #6900 !strict * Applied patch to fix …
- 12:34 AM Ticket #6932 ([patch] [cla] BorderContainer: splitter width/height not being computed) created by
- Say I have a TabContainer? with a BorderContainer? in the 2nd tab. When …
- 12:15 AM Ticket #6931 (Column re-ordering doesn't always place column where you dropped it) created by
- Sometimes (especially from view to view) columns don't get placed in …
Jun 10, 2008:
- 11:53 PM Ticket #6930 (Internet Explorer bug in dojo.js) closed by
- invalid: This error means there was a problem with a function that was passed …
- 9:29 PM Ticket #6930 (Internet Explorer bug in dojo.js) created by
- IE7 is throwing an "Expected identifier" error. The debugger says …
- 8:48 PM Ticket #6929 (Dojo Offline sometimes create invalid database names for Gears) created by
- Gears requires a database name to work. This is now truncated at 64 …
- 6:34 PM Ticket #4732 (Tree: IE6 High Contast - only opens/closes if click on the char) closed by
- fixed: This is no longer a problem as of 1.1.0 so closing as fixed (although …
- 6:29 PM Ticket #5702 (review dijit templates for proper use of waiRole=presentation) closed by
- fixed: I believe most instances are fixed so am closing. Will open individual …
- 6:10 PM Ticket #6436 (Menu: darker hover color) closed by
- fixed: fixed in [13967]
- 5:04 PM Ticket #6928 ([CLA / patch] fix parser so it handles empty arrays) created by
-
Currently when the parser encounters an empty string (
""
) that is … - 2:14 PM Ticket #6927 ([CLA / patch] added onCancel handle to dijit.InlineEditBox) created by
- i added an onCancel function analog to onSave... it can be overwritten …
- 12:43 PM Ticket #6926 (Left/right tabs have wrong border color in nihilo) closed by
- fixed: fixed in http://trac.dojotoolkit.org/changeset/13963 - trac won't …
- 12:37 PM Ticket #6926 (Left/right tabs have wrong border color in nihilo) created by
- Tabs have left overs of soria colors
- 12:25 PM Ticket #6742 (Container default padding) closed by
- fixed: (In [13961]) added default padding for ContentPane? in TabContainer? and …
- 7:57 AM Ticket #6925 (configuring a theme for gridlines in dojox.charting) created by
- In dojox.charting.Theme the comments indicate that theme.axis.line …
- 6:54 AM Ticket #6924 (Form and form widgets: please provide method(s) to get/set serialized ...) created by
- For more complex form widgets like DateTextBox/TimeTextBox where the …
- 6:04 AM Ticket #4961 (cometd wildcard support) closed by
- duplicate: Duplicate of #5963.
- 5:44 AM Ticket #6689 (DOJO 1.0 IE6.0 Performance Issues with Many Dialogs Instantiated on ...) closed by
- wontfix: In general, you don't want to instantiate an unnecessary number of …
- 5:33 AM Ticket #6914 (cannot see any DOJO application running in Firefox 3.0 Beta) closed by
- wontfix: Yes, you cannot do xhr from local filesystem in firefox 3, so you'll …
- 4:04 AM Ticket #6847 ([patch][cla] Allow specification of a DnD Container's drop "parent" ...) closed by
- fixed: (In [13959]) dnd: fixes #6847, thx Revin Guillen! !strict
- 4:04 AM Ticket #6923 (DnD bleeds through some mouse events) closed by
- fixed: (In [13958]) dnd: fixes #6923 (bleeding events), !strict
- 4:03 AM Ticket #6908 ([cla][demo] a little gfx demo (nicola.rizzo+dojo (at) gmail.com)) closed by
- fixed: (In [13957]) dojox.gfx: adding one more demo, thx Nicola Rizzo! Fixes …
- 2:04 AM Ticket #5919 (ValidationTextBox: subclasses return different getValues on invalid) closed by
- wontfix: I'm making an executive decision on this one: As much as possible, …
- 1:29 AM Ticket #6923 (DnD bleeds through some mouse events) created by
- See Summary.
- 1:26 AM Ticket #6922 (Form: getValues()/setValues() won't restore blank DateTextBox) created by
- See …
- 12:42 AM Ticket #6921 ([patch] dojo.coords() problems on Safari and Opera) created by
- Tooltips look off when the page is scrolled on Safari and Opera …
- 12:13 AM Ticket #6531 (Legend) closed by
- fixed: (In [13955]) dojox.charting: finalizing the legend widget …
Jun 9, 2008:
- 11:02 PM Ticket #1158 (Amazon S3 data provider) closed by
- fixed: Err, fixed in [13952]
- 10:31 PM Ticket #6438 (BorderContainer: should have border on slider) reopened by
- I'm just seeing one problem w/the horizontal splitter in …
- 10:10 PM Ticket #5881 ([patch] [cla] Fix for cross window widget building in IE) closed by
- fixed: Fixed by [13951].
- 10:02 PM Ticket #6791 (dojo.withDoc not used in a number of places (breaks ie with foriegn ...) closed by
- fixed: (In [13951]) Fixes for cross-window widget creation. Make sure not to …
- 10:01 PM Ticket #6510 (Dojo + jabsorb demo file) closed by
- fixed
- 10:00 PM Ticket #6594 (XHR registry plugin) closed by
- fixed
- 9:59 PM Ticket #6920 (Form element states not getting saved after submitting in FF) created by
- This bug has been around since version .4 according to the Dojo forums …
- 5:48 PM Ticket #6919 ([patch]performance tweaks for dojo/_base/array.js) created by
- I looked though the style guide for "for" loops and could not find the …
- 3:42 PM Ticket #6438 (BorderContainer: should have border on slider) closed by
- fixed: Closed, Refs #6437, #6764
- 10:39 AM Ticket #6918 (test_grid_layout: wrong value specified for activeSizing) closed by
- fixed: (In [13942]) activeSizing is a boolean, use "false" not "0". fixes #6918.
- 10:37 AM Ticket #6918 (test_grid_layout: wrong value specified for activeSizing) created by
- Detailed description "0" was specified, when "true" or "false" is …
- 10:31 AM Ticket #6917 ("iconSrc" used in MenuItem instead of "iconClass") closed by
- fixed: (In [13941]) Fix icons in Menus. Fixes #6917.
- 10:26 AM Ticket #6917 ("iconSrc" used in MenuItem instead of "iconClass") created by
- Problem w/templateThemeTest.html
- 10:18 AM Ticket #6916 ("hasShadow" attribute in ContentPane test pages) closed by
- fixed: (In [13940]) Remove setting for non-existant hasShadow attribute. …
- 10:12 AM Ticket #6916 ("hasShadow" attribute in ContentPane test pages) created by
- Undefined attribute name …
- 9:58 AM Ticket #6915 (dojo.date.locale.format failed when patterns begins qith literals) created by
- Hello. We noticed that when using a pattern which begin with literal …
- 7:20 AM Ticket #6718 (Integration with the Tooltip Widget) closed by
- fixed: (In [13936]) dojox.charting: cumulative commit for actions. Fixes …
- 7:06 AM Ticket #6914 (cannot see any DOJO application running in Firefox 3.0 Beta) created by
- I tried many examples provided on your website and many other websites …
Jun 8, 2008:
- 8:35 PM Tickets #6443,6913 batch updated by
- fixed: (In [13927]) Remove unnecessary style attribute from …
- 8:33 PM Ticket #6443 (BorderContainer: test_BorderContainer_complex.html too cramped) reopened by
- After margin added to BorderContainer? things are too cramped again.
- 8:30 PM Ticket #6913 (AccordionContainer: appears on left, even with dir=rtl) created by
- Turns out the accordion test files have unnnecessary style="" info, …
- 8:15 PM Ticket #6912 (Remove dojo.config.libraryScriptUri for hostenv_rhino) created by
- Apparently it is not used. It is referenced in hostenv_rhino.js, but …
- 8:13 PM Ticket #6435 (BorderContainer: shading of virtual slider too light) closed by
- fixed: (In [13925]) changed shading to darker color and removed emboss for …
- 7:56 PM Ticket #6911 (test_Gui.html wrong path to dojo) closed by
- fixed: (In [13924]) changed relative paths, fixes #6911
- 7:55 PM Ticket #6911 (test_Gui.html wrong path to dojo) created by
- relative paths are wrong
- 7:41 PM Ticket #6899 (Tree: error if delete item, then recreate item w/same id) closed by
- fixed: (In [13923]) Fixes #6899: Tree problem when deleting an item then …
- 6:27 PM Ticket #6910 (Tree: test_Tree_Notification_API_Support.html points to strange parent ...) closed by
- fixed: (In [13918]) Fixes #6910: parent field in "New Item" section wasn't …
- 6:05 PM Ticket #6910 (Tree: test_Tree_Notification_API_Support.html points to strange parent ...) created by
- See …
Jun 7, 2008:
- 10:05 AM Ticket #6882 (test files don't work in RTL tundra) closed by
- fixed: (In [13912]) Fixes #6882: test files don't work in RTL tundra Since …
- 8:39 AM Ticket #6881 (RTL CSS files interfere w/each other) closed by
- fixed: (In [13911]) Add theme name to every selector in the *_rtl.css files …
- 12:16 AM Ticket #6909 (xhrGet connections leak in IE7 (but not IE6!)) created by
- I wrote a pretty small test case, and posted in the forum. Load this …
Jun 6, 2008:
- 8:49 PM Ticket #6908 ([cla][demo] a little gfx demo (nicola.rizzo+dojo (at) gmail.com)) created by
- Little demo that estimates PI using random coordinates
- 8:31 PM Ticket #6907 ([patch][ccla]Translation updates) created by
- apply corrections from 1.1.1
- 7:24 PM Ticket #6906 ([regression] dropdown actions (formatblock etc) are broken for FF in ...) created by
- 6:09 PM Ticket #6905 (don't show vertical scrollbar for editor when unnecessary) created by
- when using none-iframe mode
- 5:46 PM Ticket #5969 (Editor should not use setDisabled) closed by
- fixed: (In [13903]) fixes #5969: deprecate setDisabled in favor of setAttribute
- 5:31 PM Ticket #6707 (Editor.getValue() chokes is HTML attribute has a numeric parameter.) closed by
- fixed: (In [13902]) fixes #6707: make sure the values for attributes are …
- 5:25 PM Tickets #4070,6734 batch updated by
- fixed: (In [13901]) fixes #6734: remove thick border for editor when no …
- 2:37 PM Ticket #6904 (Mixed line endings in some files causes Subversion failures) created by
- There are files all over the place (in 1.1) that have mixed line …
- 11:37 AM Ticket #6903 (dojo.toJson does not work when dom nodes are included) created by
- If the object includes a dom node, dojo.toJson does not work properly. …
- 7:48 AM Ticket #3586 (Tab close buttons not showing up on IE6) reopened by
- Actually not completely fixed, see …
- 6:32 AM Ticket #6898 (DnD: Firefox 2 specific DnD problem.) closed by
- duplicate
- 4:43 AM Ticket #6902 ([cla][patch] grid can't resize columns in IE) created by
- the change to use dojo.dnd to resize grid columns broke resizing of …
- 4:27 AM Ticket #6901 (console.debug fails when dealing with XML node lists in IE) created by
- See attached use case. Probably affects other console.* methods. Basic …
- 3:40 AM Ticket #6900 ([cla][patch] existing cell headerClasses blown away if they contain ...) created by
- If you specify headerClasses for you cell, they are wiped out by the …
- 2:48 AM Tickets #4983,6883 batch updated by
- fixed: (In [13900]) fixes #6883 !strict * Fixed memory leaks in IE. * …
Jun 5, 2008:
- 8:50 PM Ticket #6899 (Tree: error if delete item, then recreate item w/same id) created by
- I am trying to reload a dijit.tree tree node. I created a refresh node …
- 6:17 PM Ticket #6898 (DnD: Firefox 2 specific DnD problem.) created by
- One of the products at my company hit a strange problem that only …
- 8:59 AM Ticket #6897 (backbutton with iframes breaks cometd connection) created by
- If a page with a cometd connection established also contains an …
- 8:18 AM Ticket #6896 (dijit._editor.getChildrenHtml() does not work on IE.) created by
- dojo.version: 1.1.1 (13707) major=1 minor=1 patch=1 revision=13707 …
- 7:32 AM Ticket #6895 (Button: name/value not submitted w/form) created by
- Taken from …
- 4:43 AM Ticket #6891 (dojo.addOnUnload doesn't fire as expected in IE.) closed by
- duplicate: Yes, it should be fixed in [13555]. If the reporter wants to try a …
- 4:37 AM Ticket #6885 (Build fails when "dojo.requireLocalization" arguments aren't a string ...) closed by
- wontfix: That function in i18nUtil.js is trying to do an optimization, to …
- 1:59 AM Ticket #6894 (Grid paging doesn't invalidate or recycle pages resulting in excessive ...) created by
- When scrolling, the grid dynamically creates 'pages' of row data on …
Jun 4, 2008:
- 11:50 PM Ticket #6893 (dojox.io.windowName) created by
- Provides secure cross-domain request transport capability. Sends a …
- 11:22 PM Ticket #1634 (Internationalized strings for keys in Dojo Storage) closed by
- wontfix: Marking as WONTFIX since it introduces too many issues per each of the …
- 11:15 PM Ticket #2198 (dojo.flash DojoExternalInterface flash6 -> javascript communication ...) closed by
- fixed: I thought I closed this bug; Dojo Storage was refactored extensively …
- 11:14 PM Ticket #1916 (There are some glitches with the Flash configuration screen in Dojo Storage) closed by
- wontfix: This is not fixable since its an issue in the Flash UI layer. Marking …
- 10:23 PM Ticket #6892 (DataGrid queries the store multiple times for one render.) closed by
- fixed: (In [13896]) fixes #6892 !strict * Fixed multiple queries going out …
- 10:20 PM Ticket #6892 (DataGrid queries the store multiple times for one render.) created by
- For each render operation, DataGrid? sends multiple queries to the …
- 10:12 PM Ticket #6854 (Grid Selection Problem) closed by
- fixed
- 7:03 PM Ticket #6891 (dojo.addOnUnload doesn't fire as expected in IE.) created by
- in the startup() of my dijit, I do […] the onloads work great. The …
- 6:14 PM Ticket #6890 (Dialogs / Menus flash when closing on FF Linux) created by
- When closing dijit.Menus (in my case off dd buttons) the menu will …
- 6:11 PM Ticket #6889 (dialog: input type=file as only element in dialog does not work with ...) created by
- The "Show file Dialog" example on tests/test_dialog.html that opens a …
- 5:08 PM Ticket #6867 (More errors in demo and test pages for dojo) closed by
- fixed: (In [13894]) Fixing closure issues. fixes #6867
- 3:35 PM Ticket #6888 (focus a form widget onmouseup instead of onmousedown) closed by
- fixed: (In [13893]) fixes #6888: call focus synchronously onmouseup for form …
- 3:31 PM Ticket #6888 (focus a form widget onmouseup instead of onmousedown) created by
- 3:27 PM Ticket #6887 (Tag closure issues in a wide set of testcases.) closed by
- fixed: Checked in the minor fixes for these. Closing.
- 3:22 PM Ticket #6887 (Tag closure issues in a wide set of testcases.) created by
- Description Resource Path Location Type No end tag …
- 3:17 PM Ticket #4757 (ComboBox High Contrast: Border problem) closed by
- fixed: this is no longer an issue for 1.2. It was fixed when the styling of …
- 3:09 PM Ticket #6337 (drop down button: initial focus moves to second item in FF3) closed by
- worksforme: Works properly as of Firefox 3 daily build for 0601/2008 so closing
- 2:50 PM Ticket #6858 (move menu item focus indicators to surround entire menu item) closed by
- fixed: (In [13890]) fixes #6858. Updated so that focus is on the entire menu …
- 2:47 PM Ticket #6858 (move menu item focus indicators to surround entire menu item) reopened by
- 2:31 PM Ticket #6858 (move menu item focus indicators to surround entire menu item) closed by
- fixed: (In [13888]) fixes #6858. Updated so that focus is on the entire menu …
- 2:28 PM Ticket #5914 (Column resizing with multiple header rows sometimes does not work.) closed by
- fixed: (In [13887]) Fixes #5914. Check validity of row before using it. !strict
- 2:11 PM Ticket #6886 ([patch][ccla]Radiobutton: ignores <form> boundaries) created by
- When 2 forms contain a group of radiobutton sharing the same name, …
- 2:05 PM Ticket #6762 (Grid columns cannot be resized with view widths as percentages) closed by
- fixed: This should be resolved with revision [13863] - the fix for bug #6864
- 1:34 PM Ticket #6884 (AccordionContainer remove ContentPane CSS) closed by
- fixed: (In [13885]) taken out .dijitContentPane, fixes #6884
- 1:27 PM Ticket #6885 (Build fails when "dojo.requireLocalization" arguments aren't a string ...) created by
- I've this code : […] ShrinkSafe? raise this error : […] I've …
- 12:04 PM Ticket #6884 (AccordionContainer remove ContentPane CSS) created by
- ContentPane? will have a default padding of 5px which will screw up the …
- 11:38 AM Ticket #6879 (fix misc HTML syntax issues) closed by
- fixed: (In [13884]) Fixes #6879. Inline elements cannot be direct children …
- 4:39 AM Ticket #6883 (Grid dojox.grid._View.destroy() leaks nodes/memory in IE) created by
- Running a simple create/destroy test of the dojox.grid.DataGrid? in …
- 1:22 AM Ticket #6588 (Firebug / Firebug-lite incompatibility: Firebug-lite initializes even ...) reopened by
- This is occurring currently with Firebug 1.2 beta. Further discussion …
Jun 3, 2008:
- 10:41 PM Ticket #6882 (test files don't work in RTL tundra) created by
- Dijit test and demo files don't include tundra_rtl.css, so they don't …
- 10:38 PM Ticket #6881 (RTL CSS files interfere w/each other) created by
- The selectors in files like tundra/Calendar_rtl.css affect all widgets …
- 10:27 PM Ticket #6409 (Widgets don't completely scroll into view when they receive focus.) reopened by
- [13710] breaks Dialog on IE6 in RTL mode. …
- 10:24 PM Ticket #6880 (Button: clicking on edges of button won't submit form) created by
- The Button template allows for various button styling, such as noir's …
- 10:08 PM Ticket #6879 (fix misc HTML syntax issues) created by
- Invalid character "&" inside HTML elements. Invalid …
- 10:07 PM Ticket #6878 (multiversion support does not work with dojo.js layer has ...) closed by
- fixed: This is fixed in r13877
- 9:55 PM Ticket #6878 (multiversion support does not work with dojo.js layer has ...) created by
- When dojo.js is built with a module that has i18n resources that get …
- 9:38 PM Ticket #6877 (Revised CLA and CCLA for easier PDF Form usage) created by
- Here are some PDF's i altered from the CLA, CCLA download area. I …
- 7:35 AM Ticket #6876 (Dojo.keys constant wrong for Safari 3.0, 3.1) created by
- Same problem as described in Ticket #5951 but on a MacBook? laptop with …
- 6:14 AM Ticket #6875 (dojox.dtl should use variable context) closed by
- fixed: (In [13870]) Fixes #6875. Call function with the object it's attached to
- 6:13 AM Ticket #6875 (dojox.dtl should use variable context) created by
-
with a template variable like
{{ foo.bar }}
thebar()
method … - 12:10 AM Ticket #6874 (the character > should be > inside <pre> block) closed by
- fixed: (In [13868]) Fixes #6874. Changed > to > inside <pre> blocks.
- 12:02 AM Ticket #6874 (the character > should be > inside <pre> block) created by
- dojox/highlight/tests/test_highlight.html …
Note: See TracTimeline
for information about the timeline view.