Timeline
May 5, 2009:
- 10:13 PM Ticket #9254 ([patch] [cla] TitlePane: should offer a non-collapsable version, for ...) created by
- I currently use dijit.TitlePane? to group form elements. It works …
- 9:34 PM Ticket #9253 (5-5-09 SVN trunk update: dojoxGrid fails on any cell edit) created by
- Receving error on FF / winXP invalid 'instanceof' operand …
- 8:22 PM Ticket #9247 (dijit.Dialog will execute action twice when you use return key) closed by
- duplicate: Dup of #9156
- 8:17 PM Ticket #7848 (Dojox Grid columns not resizable when columnReordering="true" on a ...) closed by
- fixed: (In [17497]) Fixes #7848 fix cursor and hover styling while dragging …
- 7:58 PM Ticket #9252 (supportingWidgets are destroyed using destroy, not destroyRecursive) created by
- repro at http://blowery.org/js/widget-nesting.html If you include a …
- 7:37 PM Ticket #7848 (Dojox Grid columns not resizable when columnReordering="true" on a ...) reopened by
- This bug has either been regressed or never fixed. You can still …
- 7:24 PM Ticket #9244 (Widget.disconnect is confusing / broken) closed by
- invalid: Just realized that this method is consistent with connect, as connect …
- 7:18 PM Ticket #7948 (dojox.DataGrid leaks memory in FF3) closed by
- fixed: I am not seeing a leak with the latest from the trunk. Perhaps some …
- 7:11 PM Ticket #9174 ([patch] [ccla] add aria-selected to selected rows in the grid) closed by
- fixed: (In [17496]) fixes #9174 add ARIA selected properties to the grid. If …
- 6:38 PM Ticket #9251 (DTL: Extending a block inside a for loop doesn't work) created by
- See the use case example here …
- 6:26 PM Ticket #7987 (Calendar: support month drop-down) closed by
- fixed: This functionality is now provided by dojox.widget.Calendar (and as a …
- 6:13 PM Ticket #9250 (Multiversion support does not work with widgetsInTemplate: true dijits) created by
- dojo.parser uses dojo._scopeName to figure out the name of the …
- 4:02 PM Ticket #8158 (ComboBox: more choices/previous choices not spoken by JAWS) closed by
- fixed: Closing as fixed since this now works properly in JAWS 10 with FIrefox …
- 3:53 PM Ticket #6373 (Grid: Filtering rows using onBeforeRow and the hidden property creates ...) closed by
- fixed: (In [17494]) Fixes #6373 - odd case where all rows on a given page …
- 3:49 PM Ticket #8157 (IE8 a11y: all combobox choices are spoken as arrow through them) closed by
- wontfix: This seems to be a problem in IE 8 with list items - it always speaks …
- 3:07 PM Ticket #8155 (IE8 a11y: dialog title is not announced) closed by
- wontfix: Closing as wontfix since this is an IE 8 issue and not a djiit dialog …
- 2:43 PM Ticket #8153 (IE8 a11y: properties for tree not spoken) closed by
- wontfix: Since Firefox is able to determine the level information, IE 8 should …
- 2:07 PM Ticket #9249 (HorizontalSlider throws an error in IE8 if value isn't set right) created by
- If a dijit.form.HorizontalSlider? is created with an empty value set …
- 1:54 PM Ticket #9248 (Feature of "certain part of view or cells don't need to be re-rendered") created by
- It would be great if Grid can provide an interface that is saying …
May 4, 2009:
- 11:58 PM Ticket #9247 (dijit.Dialog will execute action twice when you use return key) created by
- Hi, goto …
- 9:15 PM Ticket #9246 (Dojox Grid 1.3.1 Yahoo Search Test broken) created by
- My application uses the example of …
- 9:11 PM Ticket #9245 ([1.3.1 Grid] Please keep allowing to pass widgetClass as a string) created by
- I am relying heavily on the functionality that allows to pass the Cell …
- 8:20 PM Ticket #7443 (robot: have a way of turning robot off on page load) reopened by
- FF3/Mac tests are terminating early after this change.
- 7:15 PM Ticket #8929 (ComboBox: can't select text on autocomplete=true ComboBox (mac problem)) closed by
- fixed: (In [17490]) Fixes #8929 !strict. Add support for metaKey in dijit/form.
- 5:47 PM Ticket #9244 (Widget.disconnect is confusing / broken) created by
- The disconnect method of _Widget is really confusing. From the …
- 5:16 PM Ticket #9243 (doh.robot.typeKeys and doh.robot.KeyPress seems not support backslash key) created by
- The '\' char seems not working when using doh.robot.typeKeys and …
- 1:23 AM Ticket #9242 (fetch & fetchItemByIdentity have problems with the JsonRestStore) created by
- If I create a JsonRestStore? and then just after that, I do a …
May 3, 2009:
- 10:56 PM Tickets #8375,8390,8784,8790,8791,8908,9238,9239,9240,9241 batch updated by
- fixed: (In [17482]) Fixes #8784, #8790, #8791, #8908, #9238, #9239, #9240, …
- 10:50 PM Ticket #9241 (FileUploader - Incremental Upload) created by
- Requested feature that files be uploaded one at a time. Note this is …
- 10:49 PM Ticket #9240 (FileUploader - Attach to ProgressBar) created by
- Simple matter to know when a ProgressBar? widget is attached and can be …
- 10:47 PM Ticket #9239 (FileUploader - disable when uploading) created by
- Flash button should not be clickable when uploading. Also, should …
- 10:46 PM Ticket #9238 (FileUploader should be a widget) created by
- create an Uploader the same as all other Dijits are created.
- 7:44 PM Ticket #9173 (XSS hole in Grid) reopened by
- This breaks dojox/grid/tests/test_change_structure.html. Is there a …
May 2, 2009:
- 8:11 PM Ticket #9237 ([patch][cla]DataGrid Bool click discards same row in-progress edit) created by
- The problem can be seen when you click directly (not in the area …
- 2:50 AM Ticket #9236 ([regression]DataGrid "get:" returns markup, not rendered markup) created by
- The DataGrid? no longer renders the html markup returned by the "get" …
May 1, 2009:
- 9:15 PM Ticket #9235 (Grid: Keyboard Events Resize Columns) created by
- When I move the focus around from cell to cell in the grid by using …
- 6:42 PM Ticket #9234 (Performance framework extensions for D.O.H.) created by
- This has come about from questions on how well apis like GFX and GFX3D …
- 6:00 PM Ticket #9233 (FlickrStore 'hasAttribute' function fails if attr value is empty ...) closed by
- fixed: (In [17480]) Minor fix to FlickrStore?. fixes #9233
- 6:00 PM Ticket #9233 (FlickrStore 'hasAttribute' function fails if attr value is empty ...) created by
- FlickrStore? 'hasAttribute' function fails if attr value is empty …
- 5:52 PM Ticket #9216 (XmlStore doesn't handle queries correctly with multi-valued attributes.) closed by
- fixed: (In [17479]) Fixing support for multivalued attributes. fixes #9216
- 4:39 PM Ticket #9232 (Getting the value of a dijit.Editor in IE in 'onKeyUp') created by
- When attaching behavior to the 'onKeyUp' event of a dijit.Editor …
- 10:38 AM Ticket #6275 (dojox.fx.sizeTo Behavioral Defect?) closed by
- fixed: I believe this was fixed as part of my Animation enhancenment. Now, …
- 9:32 AM Ticket #9200 (Add api.json) closed by
- fixed: generation takes too long for being part of the release script. …
- 8:40 AM Ticket #9231 (dojox.secure.capability.validate() gets fooled by long JSON strings) created by
- As shown by the attached testcase, dojox.secure.capability.validate() …
- 5:16 AM Ticket #9230 (dijit.Tree should support simple "title" tooltip attributes) created by
- Currently there is no API for adding basic "title" attributes to tree …
Apr 30, 2009:
- 8:54 PM Ticket #9229 (_LayoutWidget does not resize in certain contexts) created by
- The problem is in the startup() method of_LayoutWidget. If the layout …
- 7:31 PM Ticket #7752 (_TimePicker should understand min/max constraints from TimeTextBox) closed by
- fixed: (In [17478]) Fixes #7752 !strict. Proxy commit for haysmark. Remove …
- 7:14 PM Ticket #7443 (robot: have a way of turning robot off on page load) closed by
- fixed: Fixes #7443. Proxy commit for haysmark. When you move the mouse off …
- 7:09 PM Ticket #9016 (Robot: support testing subdomains) closed by
- fixed: (In [17476]) Fixes #9016. Proxy commit for haysmark. Add support to …
- 4:44 PM Ticket #9133 (Bad auto-detection for json-comment-optional) closed by
- fixed: (In [17474]) Fixes #9133: improve json-comment-filtered. Thanks to …
- 3:36 PM Ticket #9228 (Build system issues with scopeMap and NLS.) closed by
- invalid: Sorry, I missed the forum post. I commented there for the probable …
- 3:18 PM Ticket #9225 (Problem using dojo.xhrGet or dojo.xhrPost) closed by
- invalid: Can you attach a test case or point to an URL we can try to see the …
- 12:54 PM Ticket #9228 (Build system issues with scopeMap and NLS.) created by
- Reported from a co-worker of mine: I am following the instructions …
- 11:11 AM Ticket #9227 (Opera 9,dojo v.1.3 - context menu not working; just get the default ...) created by
- DataGrid? In Dojo 1.3 release,context menu is not working in Opera 9, …
- 9:40 AM Ticket #9226 (Tree: reverting underlying datastore doesn't refresh tree) created by
- Calling revert() (or refreshing from server) the underlying datastore …
- 5:16 AM Ticket #9225 (Problem using dojo.xhrGet or dojo.xhrPost) created by
- I was trying to use dojo.xhrGet or dojo.xhrPost to get data from …
- 2:20 AM Ticket #9224 (DataGrid will jump to the pageNode which has the selected row) created by
- 1. Open "dojox/grid/tests/test_data_grid_large.html" in IE. 2. …
- 2:05 AM Ticket #9223 (Text is being selected in addition to cells in dojox.grid) created by
- Text is being selected in addition to cells in dojox.grid You can get …
- 2:04 AM Ticket #9222 (Screen jitter occurs when click the DataGrid) created by
- 1.Edit "dojox/grid/tests/test_data_grid_large.html", make the height …
Apr 29, 2009:
- 7:14 PM Ticket #9221 (Setting id of domNode on tab control button) created by
- If you want to set a tooltip on a tab button, you cannot use the id of …
- 4:50 PM Ticket #9220 (dojo.io.iframe doh tests have two failures on IE) created by
- ioIframeGetXml and ioIframeContentArray are failing right now on …
- 4:42 PM Tickets #7833,8649,8724,9219 batch updated by
- fixed: (In [17469]) Fixes #9219, #8649, #7833 and #8724: allow publication of …
- 4:32 PM Ticket #9219 (Allow topic subscriptions for IO lifecycle events) created by
- Allow our IO pipeline in xhr.js to publish topics via dojo.publish …
- 10:24 AM Ticket #9218 (Regression: DataGrid attempts to look up negative row numbers) created by
- Previously, when I wanted to clear a selection, I could "select" the …
- 7:00 AM Milestone 1.3.1 completed
- * Critical bug fixes to 1.3 * Localization updates
- 6:35 AM Ticket #9071 ([regression] dojo.query matching too many elements) closed by
- fixed: (In [17461]) back-porting fix for query() DOM branch matching too many …
- 5:17 AM Ticket #9217 (dojo.cookie can not change window scope.) created by
- dojo.withGlobal has no effect for dojo.cookie functions.
Apr 28, 2009:
- 7:49 PM Ticket #9216 (XmlStore doesn't handle queries correctly with multi-valued attributes.) created by
- XmlStore? doesn't handle queries correctly when items have attributes …
- 5:00 PM Ticket #9215 (dijit.Dialog blocks keypress for dijit.TooltipDialog inside of them) created by
- I have a dijit.Editor with createLink and insertImage plugin inside of …
- 8:48 AM Ticket #9214 (1.3 Tests fail on IE6 / W2K) created by
- Not all dijit tests in runTests.html pass on IE6 on my W2K box; log …
- 4:07 AM Ticket #9213 (i18n for ColorPicker) created by
- * …
- 3:57 AM Ticket #9212 (thai buddhist calendar) created by
- * …
- 3:28 AM Ticket #9209 (VerticalSlider: height inaccurate in IE7) closed by
- duplicate
- 3:21 AM Ticket #9211 (Programmatically created AccordionContainer does not render properly ...) created by
- When an AccordionContainer? is created programmatically within a …
- 3:18 AM Ticket #8732 (dojo.io.script should use script onload callbacks) closed by
- fixed: Fixed in [17445]: "adds script onload detection. Most of the core …
Apr 27, 2009:
- 11:38 PM Ticket #9210 (VerticalSlider: height inaccurate in IE7/8 strict mode) created by
- I have found that if I create a vertical slider with a given height, …
- 11:35 PM Ticket #9209 (VerticalSlider: height inaccurate in IE7) created by
- I have found that if I create a vertical slider with a given height, …
- 3:18 PM Ticket #9208 (DialogUnderlay: performance problem on IE6 w/CSS expressions) created by
- CSS expressions on DialogUnderlay are causing performance issues in …
- 3:17 PM Ticket #9207 (Arbitrary store capabilites for Grid ComboBox) created by
- Being able to use an arbitrary store for ComboBox? widgets in the Grid …
- 7:48 AM Ticket #9162 ([patch] [cla] dijit.Tooltip - add addTarget/removeTarget and onShow/onHide) closed by
- fixed: (In [17437]) Add addTarget()/removeTarget() methods to …
- 7:33 AM Ticket #9060 (Dijit test.html fails) closed by
- fixed: Fixed in [17436].
- 7:31 AM Ticket #8944 (IE7 Form submit loading feedback broken) closed by
- wontfix: OK, glad you were able to work around the problem. I'm going to close …
- 7:18 AM Ticket #9052 (Unable to create themes of different size whithout modifying dijit.css) closed by
- worksforme: Closing due to lack of test case. Reopen if you can attach a test case.
- 7:14 AM Ticket #9203 (BorderContainer: rendering of dijit splitter in tundra is better to be ...) closed by
- fixed: (In [17435]) Remove background-image reference that can be implemented …
- 5:30 AM Ticket #9123 (Icons for TabButton) closed by
- fixed: (In [17433]) Support showTitle attribute for TabContainer? that …
Apr 26, 2009:
- 8:46 PM Ticket #9206 (expandProvide failing on intermediate object) created by
- Debugging a build with GavinDoughtie? today we found the problem …
- 4:28 PM Ticket #9123 (Icons for TabButton) reopened by
- Thanks for adding this enhancement. A small nit: I think the showLabel …
- 2:51 PM Ticket #9205 ([patch/cla] Addition of array.unique to Dojo's array functions.) created by
- I think a function to return the unique values of an array, analagous …
- 12:53 PM Ticket #9204 (dijit.Dialog._size uses marginBox instead of contentBox and cause ...) created by
- I'll try to exmpalin what happens. My dialog has 5px border. I need …
- 8:31 AM Ticket #9203 (BorderContainer: rendering of dijit splitter in tundra is better to be ...) created by
- Hi! dijit splitter component, that is used with dijit.BorderContainer? …
- 4:25 AM Ticket #9196 (dijit._editor.plugins.LinkDialog adds unneeded closing img tag) closed by
- fixed: (In [17432]) Fix markup returned by Editor.getValue() for images. …
Apr 25, 2009:
- 2:37 PM Ticket #9190 (TextArea: doesn't full initialize when hidden) closed by
- invalid: widget.resize() should be called after a style change as documented in …
- 6:18 AM Ticket #9202 (Dijit Editor won't allow delete until new text is typed in) created by
- When using FireFox? 3.0.8, if I have a dijit.Editor in a Dialog box …
- 4:42 AM Ticket #9123 (Icons for TabButton) closed by
- fixed: (In [17429]) Allow specifying icons for StackContainer? panes, which …
- 2:13 AM Ticket #7708 (TabContainer: option to change tab labels) closed by
- fixed: (In [17425]) Make TabContainer/StackContainer track changes to …
- 2:12 AM Ticket #9142 (AccordionContainer: allow to use custom button) closed by
- fixed: (In [17426]) Allow developer to override widget used to display titles …
- 2:12 AM Ticket #6421 (Accordion: option to change title) closed by
- fixed: (In [17427]) Make AccordionContainer? track changes to panes' title …
Apr 24, 2009:
- 6:29 PM Ticket #8657 (dojox.dtl._DomTemplated templates occasionall throw error 'parser is null') closed by
- fixed: (In [17420]) Fixes #8657. Fixed problem with case-sensitive attribute …
- 6:24 PM Ticket #9201 (Modify dojox.lang.docs to lazily load docs) closed by
- fixed: (In [17419]) * Changed dojox.lang.docs to check for broken up docs …
- 6:23 PM Ticket #9201 (Modify dojox.lang.docs to lazily load docs) created by
- The docs generator can now break up the docs by provides. …
- 6:16 PM Ticket #9200 (Add api.json) created by
- The doc generator can output JSON. We should be distributing this.
- 6:08 PM Ticket #7228 (Grid: add ARIA roles and states to support assistive technologies) closed by
- fixed: closing this generic ticket - have opened specific tickets for …
- 5:49 PM Ticket #9197 (dijit._editor.plugins.LinkDialog closed and sets with invalid values) closed by
- duplicate: see #9198
- 3:53 PM Ticket #9199 (QueryReadStore uses onBegin as a callback on ajax requests vs before ...) closed by
- invalid: onBegin cannot fire until after the XHR call returns. onBegin's …
- 3:52 PM Ticket #8373 (Secure & unsecure message in IE) closed by
- invalid: lahiri: it looks from that screenshot that you are using HTTPWatch to …
- 3:12 PM Ticket #8887 ([patch] [cla] Augment dojox.data.GoogleSearchStore items with ...) closed by
- fixed: (In [17416]) Adding in CLA provided feature + cleanup of indention …
- 3:00 PM Ticket #9199 (QueryReadStore uses onBegin as a callback on ajax requests vs before ...) created by
- I'm trying to hook into onBegin/onComplete for a QueryReadStore? …
- 1:23 PM Ticket #9036 (add script which makes cheat.html) closed by
- fixed: (In [17414]) fixes #9036 - adding in the cheat.php from plugd, putting …
- 11:42 AM Ticket #9198 (dijit._editor.plugins.LinkDialog closed and sets with invalid values) created by
- if user do not entered values to dialog, will inserted invalid html …
- 11:42 AM Ticket #9197 (dijit._editor.plugins.LinkDialog closed and sets with invalid values) created by
- if user do not entered values to dialog, will inserted invalid html …
- 10:25 AM Ticket #9196 (dijit._editor.plugins.LinkDialog adds unneeded closing img tag) created by
- Inserting image will produce html […] resulting html in IE6 will …
- 9:07 AM Ticket #8948 (popup code should also try aligning right sides of drop down and ...) closed by
- fixed: (In [17413]) When aligning left sides of around node and drop-down …
- 8:53 AM Ticket #8660 (IE: getElementsByName failing on widgets) closed by
- fixed: (In [17411]) Can't use dojo.create() to create nodes with name …
- 8:00 AM Ticket #9195 (dojox.storage.FlashStorageProvider fails in IE with modal dialogs) created by
- When dojox.storage.FlashStorageProvider? is loaded into a modal dialog …
- 5:59 AM Ticket #8373 (Secure & unsecure message in IE) reopened by
- Replying to jburke: > jaredj: Thanks for doing this test. …
- 3:39 AM Ticket #5485 (Dijit should mimic the way Base requires objects and lists to be ...) closed by
- wontfix: I'm going to close this ticket unless/until we can think of a good …
- 3:30 AM Ticket #8846 (TreeStoreModel should check if store.setValues exists) closed by
- invalid: Closing for lack of test case. Reopen w/a test case (attached using …
- 3:29 AM Ticket #8623 (Tree: hover focus can remain on for multiple nodes in FF) closed by
- worksforme: Yah, it seems to be working fine w/FF3.0.9 and FF3.1 beta3.
- 12:18 AM Ticket #9194 (dojox.form.MultiComboBox Demo) created by
- There is no example in …
Apr 23, 2009:
- 10:24 PM Ticket #9175 ([cla][patch] DropDownSelect throw null pointer when calling ...) closed by
- fixed: (In [17410]) Fixes #9175 - watch out for null dereferencing, thanks …
- 9:40 PM Ticket #9193 (dojo.query fails to recognize attributes having certain kinds of ...) created by
- If you have an attribute value that contains square brackets, …
- 9:18 PM Ticket #9192 ([regression] dojox charting 2d updating test displays no axis labels) created by
- If you goto the 2d updating test in dojox/charting/tests/ after from …
- 6:00 PM Ticket #9191 (dojo.query - optionally return results in correct DOM order) created by
- I have heard we don't want to have the query return the elements in …
- 5:29 PM Ticket #9190 (TextArea: doesn't full initialize when hidden) created by
- 1) unhide a div layer that contains a dijit.form.Textarea 2) The …
- 3:37 PM Ticket #9170 ([patch] [ccla] drag and drop icons for column reorder are not visible ...) closed by
- fixed: (In [17403]) fixes #9170 when column reordering in grid and high …
- 2:35 PM Ticket #9189 (dojo.place summary doc indicates wrong return type) closed by
- fixed: (In [17402]) Fixed up a doc bug. fixes #9189. !strict
- 2:32 PM Ticket #9189 (dojo.place summary doc indicates wrong return type) created by
- summary says one thing, return says another. return appears to be …
- 7:09 AM Ticket #8710 (ContentPane: add onHide) closed by
- fixed: (In [17400]) Make onHide() and onShow() callbacks available for all …
- 5:28 AM Ticket #9188 (Build application's source files without building dojo source everytime.) created by
- I think there is a common usage of dojo build system that is to build …
- 5:21 AM Ticket #9187 (Could not hide grid headers) created by
- According to documentation I can hide headers by using css, but it's …
- 3:13 AM Ticket #9121 (ContentPane: downloads href content twice) closed by
- fixed: (In [17376]) refresh() should clear the this._hrefChanged flag, since …
- 3:11 AM Ticket #8971 ([patch] [cla] tree.js typo? setWaitState()) closed by
- fixed: (In [17393]) Remove unneeded a11y code; patch from Joseph (CLA on …
- 3:00 AM Ticket #8690 (Tree: move dijit._tree files to dijit.tree) closed by
- fixed: (In [17392]) Put dndSource in dijit.tree, not dijit._tree, since it's …
- 2:08 AM Ticket #9115 (ComboBox should expose deep query option) closed by
- fixed: Updated the API documentation in [17383] to make this clearer.
- 2:07 AM Ticket #8876 (Dialog and ContentPane don't call this.inherited(arguments) in their ...) closed by
- fixed: (In [17391]) Add missing this.inherited() calls. Fixes #8876 !strict.
Apr 22, 2009:
- 10:58 PM Ticket #9046 ([regression] Grid With XDomain: Permission denied to set property ...) closed by
- fixed: I think it is fixed with the latest tweaks.
- 8:30 PM Ticket #9185 (FilteringSelect and XmlStore default value problem) closed by
- fixed
- 7:46 PM Ticket #9186 (All stores should allow "preventCache" to be disabled) created by
- Currently the XmlStore? has preventCache: true by default. This should …
- 5:18 PM Ticket #7247 (Tooltip: add some method to connect/disconnect domNodes (in connectId) ...) closed by
- duplicate: Closing in favor of #7708.
- 4:21 PM Ticket #8905 (Button: showLabel doesn't work after initialization) closed by
- fixed: (In [17379]) Move showLabel logic to custom attribute setter so that …
- 3:58 PM Ticket #9116 (IE8: ThumbnailPicker has broken image link) closed by
- fixed: (In [17378]) Make _blankGif a String rather than a dojo.moduleURL() …
- 3:24 PM Ticket #8984 (PasswordTextBox not responding to sizing through css) closed by
- worksforme: Closing for lack of test case.
- 3:17 PM Ticket #9046 ([regression] Grid With XDomain: Permission denied to set property ...) reopened by
- This fix causes weird things to happen when you focus on the firebug …
- 11:35 AM Ticket #9185 (FilteringSelect and XmlStore default value problem) created by
- When a FilteringSelect? control is delcared to use an XmlStore? data …
- 11:10 AM Ticket #9184 (JavaScript Error -Dojo Chart CurrentStyle is null or not an Object in IE) created by
- I am facing problem implementing Chart2D with Dojo on Websphere …
- 9:56 AM Ticket #9179 (Dojo 1.3 ContentPane double loads data if it is manually refreshed()) closed by
- duplicate: Yup, same as #9121 (although that ticket is marked for Dialog whereas …
- 9:47 AM Ticket #9180 (1.3 dijit.Dialog / dijit._underlay uses references to self-created ...) closed by
- fixed: (In [17375]) Defer creating underlay until it's needed. Fixes #9180 …
- 4:24 AM Ticket #9182 (xss exploit in dojox.widget.RollingList) closed by
- fixed: (In [17374]) Fixes #9182 - fix potential xss hole in trunk !strict
- 4:19 AM Ticket #9183 (Remove dojo.isFF references) created by
- While we can't remove isFF itself or even deprecate it, we need to …
- 4:18 AM Ticket #9182 (xss exploit in dojox.widget.RollingList) created by
- there is a potential xss hole in dojox.widget.RollingList?
- 4:18 AM Ticket #9172 (Regression: #8212 causes a problem on IE with multivalue input) closed by
- fixed: (In [17372]) Fixes #9172 in the 1.3 branch.
- 4:08 AM Ticket #7741 (NumberTextBox: does not render properly in Iceweasel) closed by
- fixed
- 4:05 AM Ticket #9172 (Regression: #8212 causes a problem on IE with multivalue input) reopened by
- Need to push this to the 1.3.1 branch
- 4:02 AM Ticket #9172 (Regression: #8212 causes a problem on IE with multivalue input) closed by
- fixed: Hmm, SVN/Trac not working again? Fixed in [17371].
- 2:13 AM Ticket #9181 (dojox.grid.cells.Bool no longer renders as alwaysEditing when declared ...) created by
- There appears to be a bug in the way DataGrid? 1.3 converts a declared …
- 1:14 AM Ticket #9180 (1.3 dijit.Dialog / dijit._underlay uses references to self-created ...) created by
- This is hard to explain, but in Dialog.js, if dijit._underlay is …
Apr 21, 2009:
- 11:52 PM Ticket #9179 (Dojo 1.3 ContentPane double loads data if it is manually refreshed()) created by
- The updated ContentPane? attempts to reload the first time it is made …
- 11:26 PM Ticket #9178 (dojox.json.query, expand is not defined) created by
- When using the ".." expression with dojox.json.query, I get an 'expand …
- 10:23 PM Ticket #9177 (FF2: BusyButton icon shows double) closed by
- fixed: Fixed in [17361]
- 10:15 PM Ticket #9177 (FF2: BusyButton icon shows double) created by
- Run dojox/form/tests/test_BusyButton.html with Firefox 2. I'm testing …
- 9:25 PM Ticket #6676 (grid autoWidth based on content) closed by
- wontfix: The problem with adding a feature like this is it prevents incremental …
- 9:23 PM Ticket #9176 ([patch] [ccla] add aria-readonly property to the grid and to cells as ...) created by
- Currently waiting for clarification from the ARIA spec on how this …
- 9:20 PM Ticket #9175 ([cla][patch] DropDownSelect throw null pointer when calling ...) created by
- I'll attach a patch to the test case (test_DropDownSelect.html) to …
- 9:18 PM Ticket #9174 ([patch] [ccla] add aria-selected to selected rows in the grid) created by
- Need to add aria-selected to grid rows based on the grid's …
- 9:16 PM Ticket #9173 (XSS hole in Grid) closed by
- fixed: (In [17360]) * Fixed XSS hole in Grid (fixes #9173 !strict).
- 9:08 PM Ticket #9173 (XSS hole in Grid) created by
- Right now, the grid just inserts whatever it gets from its "get" …
- 8:33 PM Ticket #9172 (Regression: #8212 causes a problem on IE with multivalue input) created by
- This was reported by a co-worker using dojo's io.frame code. The …
- 6:37 PM Ticket #8864 ([patch][ccla] Views not lining up properly in the DataGrid (FF3)) closed by
- fixed: (In [17358]) Checking in small tweak to fix FF3 with grid resize. …
- 6:17 PM Ticket #9171 (keyboard navigation should work when rows are hidden/shown) created by
- the test_expand.html example is not accessible as it uses images with …
- 6:09 PM Ticket #9046 ([regression] Grid With XDomain: Permission denied to set property ...) closed by
- fixed: (In [17356]) Fixing regression caused by src being set to effectively …
- 4:32 PM Ticket #9170 ([patch] [ccla] drag and drop icons for column reorder are not visible ...) created by
- When in Windows high contrast mode the drag and drop icons used when …
- 3:37 PM Ticket #7733 (Spinner: layout problems on IE7) closed by
- fixed: [17350] Fixes #7733. Remove previous workaround from …
- 2:55 PM Ticket #7735 (IE7: initial layout broken for slider scrolled out of view) closed by
- fixed: (In [17349]) Fixes #7735. Add IE7 specific layout hack to get IE to …
- 2:30 PM Ticket #5892 (IE: Cannot input some Polish characters in editor) closed by
- fixed: (In [17348]) Checks 'alt' key when looking for a key handler match. …
- 2:05 PM Ticket #6894 (Grid paging doesn't invalidate or recycle pages resulting in excessive ...) closed by
- fixed: Setting the keepRows value will invalidate the pages that you are no …
- 1:59 PM Ticket #7933 (Column re-ordering doesn't start in IE7) closed by
- worksforme: This appears now to be working in the latest trunk. I tested …
- 4:53 AM Ticket #8722 (Bad height with the dojoxRadioView of the Radiogroup) closed by
- wontfix: is this still an issue? there is no test attached isolating the issue …
- 4:49 AM Ticket #1996 ([patch/cla/dojox] Carousel widget donation) closed by
- wontfix: dTunes is Dojo 0.2.2 - It seems like the current dojox.widget.Pager in …
- 4:41 AM Ticket #1512 (dojo.gfx inside dojo slide show widget) closed by
- wontfix: so I hate to close it, but this has become a common limitation and …
- 1:51 AM Ticket #9169 (column reorder problems in RTL) created by
- Details from Kristina Miceli and Keiichi Yamamoto (IBM): i. Start …
- 1:12 AM Ticket #9168 (Images are not rendered on FF 3.5.2.) created by
- When adding images that need to be adjacent to each other in a …
Apr 20, 2009:
- 10:55 PM Ticket #9167 (dojox.gfx.createSurface() broken in vml.js for IE7) closed by
-
worksforme: Sounds like you forgot to
dojo.require("dojox.gfx");
and/or wait … - 10:02 PM Ticket #9167 (dojox.gfx.createSurface() broken in vml.js for IE7) created by
- line 1052 in dojo-nightly/dojox/gfx/vml.js call to …
- 3:59 PM Ticket #7371 (Slider: Labels cutoff in when slider control is disabled (IE)) closed by
- fixed: (In [17341]) Fixes #7371. Removed slider css that set opacity for …
- 8:38 AM Ticket #9166 (onRowClick not firing first time row is selected in a DataGrid in a Dialog) created by
- To setup 1. Save mytest2.html and belgian_postcodes.json is a …
- 8:05 AM Ticket #9165 (Add a preview feature to the ExpandoPane) created by
- A very useful feature of ExpandoPane?-like widgets is the ability to …
Apr 19, 2009:
- 2:07 PM Ticket #9164 (Create dojo.dnd.Source moveOnly flag) created by
- Hi! There is a copyOnly flag in dojo.dnd.Source which makes any node …
- 2:12 AM Ticket #9163 (dojox.rpc.jsonrest does not clear __isDirty flag on revert) created by
- In 1.3, there is now an isDirty property attached to items used by …
Apr 18, 2009:
- 7:53 PM Ticket #9146 (Error in gfx utils.js deserialize) closed by
- fixed: (In [17338]) gfx: typo fix, thx Chris De Jong, fixes #9146.
- 5:21 PM Ticket #8815 (ToggleButton has no margin) closed by
- fixed: (In [17337]) Fixes #8815. Add missing dijitToggleButton rules to dijit.css
- 4:49 PM Ticket #9152 (DateTextBox .value is blank instead of null) closed by
- fixed: [17336] Fixes #9152 (trunk) !strict. Add a widget-specific blank …
- 3:14 PM Ticket #7357 ([meta] add each demo to the demos-all profile) closed by
- fixed
- 3:13 PM Ticket #8615 (animation from dojo.fx.combine gives wrong status on end) closed by
- fixed: (In [17335]) fixes #8615 - adding unit tests to check the status of …
- 2:43 PM Ticket #4693 (Repeater: port repeater widget from 0.4) closed by
- wontfix: there appears to be no interest in the Repeater port. Please someone …
- 2:43 PM Ticket #3278 (Repeater should base itself off of tbody instead of tr when used ...) closed by
- wontfix: there appears to be no interest in the Repeater port. Please someone …
- 2:37 PM Ticket #9006 (Exploits in Dojo Toolkit) closed by
- fixed: (In [17333]) fixes all known occurences of xss vulnerabilities in the …
- 2:13 PM Ticket #6059 (dojox.fx.addClass will not override classes set in an object's ID style) closed by
- invalid: If we had a 'cantfix' message, I would use that. The !important allows …
- 1:56 PM Ticket #8959 (keeping zindex value from original element in the pieces createed for ...) closed by
- fixed: (In [17331]) fixes #8959 - the cloned node now has the right z-index …
- 9:35 AM Ticket #9162 ([patch] [cla] dijit.Tooltip - add addTarget/removeTarget and onShow/onHide) created by
- Attached patch add addTarget/removeTarget methods for easier dynamic …
- 7:55 AM Ticket #9161 (Need method in dojo.dnd.Selector to programmatically select containing node) created by
- Hi! I'm not sure if that feature request wasn't discussed, but I've …
- 3:13 AM Ticket #9160 (RangeSlider: attr('value') has reversed return value in RTL mode) created by
- After initializing a RangeSlider with value="0,100" or similar, …
- 3:09 AM Ticket #8573 (dojox GridContainer performance problem with IE7) closed by
- invalid: this is a vague ticket that will probably be fixed by ongoing work to …
- 3:05 AM Ticket #5689 ([patch][cla] BorderContainer collapsible feature) closed by
- fixed: The goal is to make ExpandoPane? work and merge into Dijit (afaik). …
- 2:56 AM Ticket #9005 (special characters break makeCix) closed by
- fixed: (In [17330]) fixes #9005 - digging around turned up: …
- 1:36 AM Ticket #9102 (dojox.form.RangeSlider shares default value object between instances) closed by
- fixed: (In [17329]) [probably] fixes #9102 - lots of cleanups included, but …
Apr 17, 2009:
- 11:37 PM Ticket #9159 (DOH - add ability to reload individual tests) created by
- Something in the UI to reload a particular test module with …
- 11:24 PM Ticket #8482 (Using dijit.focus() in conjuntion with wipeIn() race condition) closed by
- wontfix: so I'm not sure there is much (if anything) we can do about this. It …
- 11:11 PM Ticket #8196 (Tests for the ColorPicker using DOH) closed by
- wontfix: I can't get any of these to work in IE. They should probably be robot …
- 9:13 PM Ticket #8827 (There is no way to get keyboard focus into the grid if the header is hidden) closed by
- fixed: closed via [17326]
- 9:13 PM Ticket #8826 ([patch] [ccla] keyboard navigation through grid should skip hidden cells) closed by
- fixed: closed via [17326]
- 8:02 PM Ticket #9158 (DataGrid pending request not cleared on fetch error) created by
- When a fetch error occurs in the DataGrid?, the pending request is not …
- 7:56 PM Ticket #9157 (DataGrid selection invalid after items removed) created by
- After removing selected items from a DataGrid? (by removing them from …
- 7:36 PM Ticket #9156 (Dialog execute function called twice on keyboard click) created by
- In a dialog, when I tab to the submit button and press the Enter key, …
- 6:12 PM Ticket #9001 ([patch][cla] dojo.exists behavior is a little confusing) closed by
- fixed: (In [17325]) Fixes #9001: clarify docs on the purpose of dojo.exists.
- 5:15 PM Ticket #9155 ([meta] tests shouldn't use deprecated methods) created by
- unless intentionally checking backwards compat for the deprecated method.
- 5:13 PM Ticket #9154 ([CLA][patch] Adding "startAngle" to Pie2d) created by
- Currently, pie charts run angles from 0 to 2*PI. However, in Japan, …
- 4:33 PM Ticket #5983 ([dojox.fx] add dojox.fx.style functions to ext-dojo.NodeList) closed by
- fixed: (In [17320]) fixes #5983 - changes to dojox.fx.style (experimental, …
- 3:32 PM Ticket #9153 (Behavior when not passing a second argument to dojo.query for child ...) created by
- When a query for direct descendents is executed, e.g. dojo.query("> …
- 3:28 PM Ticket #8883 (dijit.Dialog and dijit.form.MultiSelect not part of dijit.dijit-all) closed by
- fixed: (In [17319]) Form and Multiselect were missing from dijit-all.js. …
- 3:24 PM Ticket #6060 (dojox.fx.sizeTo caching leads to stale parameter state) closed by
- fixed: (In [17318]) fixes #6060 - sizeTo no longer relies on cached parameters
- 2:43 PM Ticket #8780 ([patch] [cla] GridContainer does not call startup() on child widgets) closed by
- fixed: [17317]
- 2:42 PM Ticket #8706 ([patch][cla] ExpandoPane should add position-aware classes when closed) closed by
- fixed: bummer. [17316]
- 1:38 PM Ticket #9152 (DateTextBox .value is blank instead of null) created by
- If a DateTExtBox has no value entered, then attr('value') returns null …
- 1:21 PM Ticket #9073 (dojox.image.lightbox window resize inconsistent) closed by
- fixed: (In [17315]) fixes #9073 - backporting current Lightbox changes into …
- 1:18 PM Ticket #8704 (mark readonly visually) closed by
- fixed: (In [17314]) Fixes #8704. Duplicated Disabled rules in css files for …
- 1:01 PM Ticket #9151 (Regression on WebKit: "inserthtml" command fails on the editor in 1.3 ...) created by
- Run the attached test file in FF, IE & Chrome - upon clicking the "Add …
- 10:37 AM Ticket #9140 (MenuBar: Runtime Error in Menu.js when moving cursor to menu item w/no ...) closed by
- fixed: (In [17311]) Don't try to automatically open the sub-menu for a …
- 7:47 AM Ticket #9150 (dojox.grid.DataGrid not extendable if structure defined in markup) created by
- extending a DataGrid? is always unsuccessful if the structure is …
- 5:19 AM Ticket #9149 (dojo.date.stamp.fromISOString incorrectly handles TZ offset) closed by
- duplicate: formISOString does not implement the full ISO8601 spec, but only a …
- 3:59 AM Ticket #9132 (Ability to select months instead of days in DateTextBox with MM/yyyy format) closed by
- wontfix: Like Adam said, we don't want to add this to dijit and I don't think …
- 2:38 AM Ticket #8847 (publish viewport-resize topic) closed by
- wontfix: Oh, I forgot I had filed a separate ticket for this. As I wrote in …
- 1:26 AM Ticket #9149 (dojo.date.stamp.fromISOString incorrectly handles TZ offset) created by
- dojo.date.stamp.fromISOString is requiring the ':' in the timezone …
- 1:25 AM Ticket #9146 (Error in gfx utils.js deserialize) reopened by
- leaving open until patch is applied to 1.3.1
Apr 16, 2009:
- 10:55 PM Ticket #9130 (Grid rendering performance issues) closed by
- fixed: (In [17305]) Fixes #9130 - improves performance to rendering and …
- 10:37 PM Ticket #9097 ([cla][patch] DropDownSelect doesn't not align vertically with other ...) closed by
- fixed: (In [17304]) Fixes #9097 - different fix for this issue...a bit less …
- 10:35 PM Ticket #9148 (Can't set !important property when using dojo.style setter) created by
- Tried two methods dojo.style(element, "width", "800px !important") …
- 9:19 PM Ticket #9147 (dojox.widget.Dialog opacity issue after calling show()) created by
- dojox.widget.Dialog's show method sets opacity to 0 for 3 items, the …
- 9:08 PM Ticket #9146 (Error in gfx utils.js deserialize) closed by
- fixed: (In [17302]) gfx: typo fix, thx Chris De Jong, !strict, fixes #9146.
- 8:04 PM Ticket #9146 (Error in gfx utils.js deserialize) created by
- The deserialize function in dojox.gfx.utils calls gu.serialize in the …
- 6:42 PM Ticket #9145 (ComboBox: support iconAttr) created by
- When the searchAttr is not at all descriptive it would be very …
- 6:14 PM Ticket #9144 (Grid: Down and Up Arrows Stop Working in IE 6) created by
- The is an issue with using the down and up arrows in the grid in IE 6. …
- 6:13 PM Tickets #8557,8559 batch updated by
- fixed: (In [17300]) fixes #8557 #8559 replace the icons that only use color …
- 4:00 PM Ticket #9143 (dojo.hitch and this.inherited don't play well together.) created by
- They do in most cases, though inherited fails when being called as a …
- 3:57 PM Ticket #9142 (AccordionContainer: allow to use custom button) created by
- I am requesting that the AccordionContainer have the flexibility to …
- 2:15 PM Ticket #9129 (TimeTextBox: times generate different days affecting comparison) closed by
- fixed: (In [17297]) Fixes #9129. Set date to 1/1/1970 if only selecting a time.
- 2:09 PM Ticket #9135 (Errors in FilteringSelect#id8 Example) closed by
- fixed
- 12:50 PM Ticket #8881 ([PATCH][CCLA]Column header text moves to the right when sorting column ...) closed by
- fixed: (In [17296]) Minor CSS fix to grid for header shifting. Fixes #8881
- 10:57 AM Ticket #9141 (AccordionContainer: layout glitch during animation) created by
- In the examples (http://docs.dojocampus.org/dijit/layout, e.g. last …
- 7:21 AM Ticket #9140 (MenuBar: Runtime Error in Menu.js when moving cursor to menu item w/no ...) created by
- In the function _openPopup, when hovering over a MenuBarItem, you get …
Apr 15, 2009:
- 10:01 PM Ticket #7691 (1.2 and 1.3 translation changes) closed by
- fixed: (In [17292]) Checking in translation updates into trunk. Updates all …
- 9:11 PM Ticket #9139 (ATOM io model doesn't retain XML formatting in content.) closed by
- fixed: (In [17288]) Minor bugfix to the atom parser. \!strict fixes #9139
- 9:07 PM Ticket #9139 (ATOM io model doesn't retain XML formatting in content.) created by
- ATOM io model doesn't retain XML formatting in content. Looks to be …
- 7:12 PM Ticket #9138 (FilteringSelect does not support options with values that contain commas) created by
- I have a dijit.form.FilteringSelect? that contains options with commas …
- 6:54 PM Ticket #9137 (add a bar draw event) created by
- Add a way to register a function that listens to an event that fires …
- 6:48 PM Ticket #9136 (Add in an isFBLite property) created by
- In order to be able to determine if the console we are using comes …
- 6:35 PM Ticket #9135 (Errors in FilteringSelect#id8 Example) created by
- There are errors in the …
- 4:32 PM Ticket #9134 (Grid percent width messed up in IE8 Standards mode) created by
- The columns have extra spacing on them.
- 2:33 PM Ticket #8875 (ComboBox changes the value when the arrow is clicked if queryExpr is ...) closed by
- fixed: (In [17287]) Fixes #8875. Changed test for * to allow for multiple *'s.
- 12:40 PM Ticket #9133 (Bad auto-detection for json-comment-optional) created by
- Even though I'm using JsonService? with json-prefixed server data ({}&& …
- 11:58 AM Ticket #5892 (IE: Cannot input some Polish characters in editor) reopened by
- this bug reappears in dojo 1.3 I have tested it on IE 6/7: right alt …
- 9:41 AM Ticket #9132 (Ability to select months instead of days in DateTextBox with MM/yyyy format) created by
- Hi, I would like to know if it would be possible to have a feature to …
Apr 14, 2009:
- 8:51 PM Ticket #9131 (dojo.isString is slow - and often-called) created by
- Since all the browsers that we support will behave in the same way be …
- 6:31 PM Ticket #9130 (Grid rendering performance issues) created by
- There are some issues with the grid performance when rendering - …
- 5:46 PM Ticket #9129 (TimeTextBox: times generate different days affecting comparison) created by
- When you use a TimeTextBox? out of the box, the date used is Jan 1, …
- 3:30 PM Ticket #9128 (Add support for a paging grid) created by
- Per the article at …
- 2:21 PM Ticket #9117 (contentPane: enable setting ARIA landmark roles on contentPane) closed by
- fixed
- 2:11 PM Ticket #9127 (dojo.date.locale.parse) created by
- Hi. Maybe I'm doing something wrong but I cant get the parse method …
- 1:59 PM Ticket #9126 (dojo.number.format does not work with type scientific) created by
- When setting the type option to "scientific" or the pattern to a …
- 12:30 PM Ticket #9125 (Grid + PlaceholderMenuItem bug (?)) created by
- The checkboxes are not checked (the default behaviour), and when an …
- 12:02 PM Ticket #9124 (dojox.analytics.Urchin don't work at markup style) closed by
- fixed: [17280]
- 11:42 AM Ticket #9124 (dojox.analytics.Urchin don't work at markup style) created by
- Urchin don't work at markup style. […] Because acct property is …
- 9:56 AM Ticket #9123 (Icons for TabButton) created by
- Currently, there doesn't seem to be a way to display icons in …
- 3:28 AM Ticket #9122 ([patch] [cla] dojox.grid.DataGrid: setStore doesn't resize the grid if ...) created by
- Using the setStore() function in the Grid is very handy to refresh the …
- 12:18 AM Ticket #9121 (ContentPane: downloads href content twice) created by
- I recently changed from Dojo 1.2.3 to 1.3. I have a dijit.Dialog …
Apr 13, 2009:
- 11:54 PM Ticket #9120 (dojo.date.stamp default time is not zulu) created by
- If not specified (or if 0 is specified) the default time is Jan 1 1970 …
- 9:42 PM Ticket #9119 (menuitem: focus on menuitems in High contrast mode in Firefox should ...) created by
- When you focus on a menuitem in Firefox in high contrast mode the …
- 9:04 PM Ticket #9118 (unnecessary check for this.store in down arrow key process breaks ...) created by
- #7463 modified the grid down arrow key handling to refer to …
- 2:55 PM Ticket #9117 (contentPane: enable setting ARIA landmark roles on contentPane) created by
- Now that ARIA landmark roles are supported by the screen readers, we …
- 1:59 PM Ticket #9116 (IE8: ThumbnailPicker has broken image link) created by
- http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/image/tests/te …
- 1:40 PM Ticket #9093 ([patch][ccla][IE]Two connects on the same event can cause problem if ...) closed by
- fixed: fixed in 1.3 branch: [17273]
- 1:16 PM Ticket #9115 (ComboBox should expose deep query option) created by
- ComboBox? always sends deep:true to its data store. This query option …
- 8:05 AM Ticket #8191 (ValidationTextBox: update tests and doc to make promptMessage clearer) closed by
- fixed: OK, I updated the tests in [17271], so marking this as fixed.
- 4:14 AM Ticket #8973 (Strange results with invalid interval in dojo.date.add) closed by
- fixed: Fixed in [17270]
Apr 12, 2009:
- 9:44 PM Ticket #9113 (Documentation Misspellings) closed by
- fixed: Thanks for working on this. I see that you …
- 6:06 AM Ticket #9114 (crazy taskspeed numbers on IE vs. "pure-dom" version) created by
- There's something really funky going on with our TaskSpeed results on …
Apr 11, 2009:
- 4:49 PM Ticket #9113 (Documentation Misspellings) created by
- Page in reference: http://docs.dojocampus.org/build/index Intro …
- 3:02 PM Ticket #9112 (Arrows for ComboBox, FilteringSelect don't work in Opera and Konqueror) created by
- The arrows for the ComboxBox? and FilteringSelect? do not show in Opera …
Apr 10, 2009:
- 11:15 PM Ticket #9111 (What do you think about implementation of DOM traversing function like ...) created by
- Hi, What do you think about implementation of DOM traversing function …
- 10:43 PM Ticket #9110 (what do you think about a "dojo.parents(expr: String?)" and ...) created by
- What do you think about a "dojo.parents(expr: String?)" and …
- 8:32 PM Ticket #9041 (ComboBox: could not init value to empty string if option tags used) closed by
- fixed: This is a feature of select tags: the browser selects the first item …
- 7:42 PM Ticket #9109 (#7748 returned in 1.3.0? dojo.clone fails in FF and not IE) created by
- dojo.clone fails in FF 3.0.8, works in IE 7.0.5730 Testcase is …
- 7:34 PM Ticket #9108 (ClientFilter: queryOptions ignored in cachingFetch) created by
- In reference to: source:dojox/data/ClientFilter.js#L155 A new fetch …
- 7:28 PM Ticket #9107 (TimeTextBox fails for some timezones using Firefox on nonWindows) created by
- I'm testing on Mac OS/X and using Firefox 3. Set the timezone to …
- 4:32 PM Ticket #8824 ([patch] [ccla] There needs to be a keyboard mechanism to change ...) closed by
- fixed: fixed in [17259]
- 2:55 PM Ticket #9106 (keyboard column resizing bugs) created by
- There are still a few bugs with keyboard column resizing - I suspect …
- 2:45 PM Ticket #9105 (column resizing error in IE7) created by
- open dojox/grid/tests/test_data_grid_empty.html in IE7. Grab the …
- 12:36 AM Ticket #9104 (Adding a "dohBase" argument to the DOH test runner) created by
- We are running our tests from a top level directory and instead of …
Apr 9, 2009:
- 11:54 PM Ticket #9103 (IE: hidden content still displays) created by
- Using IE, display:none does not work with Editor content. […] shows …
- 3:50 PM Ticket #9102 (dojox.form.RangeSlider shares default value object between instances) created by
-
The value array for
dojox.form.RangeSlider
is declared on its … - 2:54 PM Ticket #9018 ([regression] DateTextBox: fires onChange twice) closed by
- fixed: fixed in 1.3 branch in [17257]
- 2:11 PM Ticket #9101 (onDelete - deletedItem parameter is useless) created by
- at the point when onDelete is called the deletedItem parameter no …
- 12:42 PM Ticket #9098 (DataGrid Performance Issue in IE7 - dojo-release-1.3.0) closed by
- duplicate
- 12:31 PM Ticket #9100 ('already called' error when setting href for ContentPane after calling ...) created by
- platform: Firefox 3.0.6, CentOS 5.3. dojo 1.2 from googleapis.com but …
- 6:32 AM Ticket #9099 (DataGrid Performance Issue in IE7 - dojo-release-1.3.0) created by
- When tested with data of 3000 records in csv file, DataGrid? got IE7 …
- 6:26 AM Ticket #9098 (DataGrid Performance Issue in IE7 - dojo-release-1.3.0) created by
- DataGrid? got IE7 frozen when tested with data of 3000 records in csv …
Apr 8, 2009:
- 10:24 PM Ticket #9073 (dojox.image.lightbox window resize inconsistent) reopened by
- backporting to branch
- 9:56 PM Ticket #7888 ([patch][cla] [dojox] TabContainer with scrolling / sliding) closed by
- duplicate: see #9004
- 5:26 PM Ticket #9097 ([cla][patch] DropDownSelect doesn't not align vertically with other ...) created by
- Because dojox.form.DropDownSelect? renders a TABLE as the root node, it …
- 3:15 PM Ticket #9096 (Missing full support for store Notification API in dojox.charting.DataChart) created by
- Currently only onSet is supported for updating charts in realtime when …
- 3:04 PM Ticket #9080 (Lightbox and Dialog have odd residual layout artifact) closed by
- fixed: Fixed in [17256].
- 3:29 AM Ticket #9095 (grid's height becomes extreme high when it has only one row) created by
- when the "font-family" is set to "Verdana", and the "font-size" is set …
- 2:59 AM Ticket #3241 ([patch][ccla]Shrinksafe forward reference problem) closed by
- fixed: Fixed in [17254]
- 1:30 AM Ticket #9091 (FilteringSelect: Why force item identity as field value?) closed by
- wontfix: Anyway, I'm going to mark this as wontfix since I think there's a …
- 1:24 AM Ticket #9088 (unescaped markup problem in 1.3) closed by
- fixed: Fixed in [17253] in trunk and 1.3 branch.
Apr 7, 2009:
- 11:37 PM Ticket #8428 (Need to autoupdate dojo.version in release script) closed by
- wontfix: i'm happy manually updating the tag after a major. for 1.3->1.4 it …
- 11:35 PM Ticket #9073 (dojox.image.lightbox window resize inconsistent) closed by
- fixed
- 11:25 PM Ticket #4824 (_Animation is exposed via NodeList animations and requires users to ...) closed by
- fixed: fixed in [17249], [17250], and [17251]
- 10:53 PM Ticket #9094 (cannot specify any margin on P tags with dijit.Editor) created by
- Paragraph tags used as simple formatting within the Editor widget …
- 9:56 PM Ticket #9070 (FX unit: param mis-documented) closed by
- fixed: finished in [17247]
- 9:55 PM Ticket #8703 ([dojo._base.fx] default fps is too high) closed by
- fixed: changed to rate: 20 in [17247]
- 9:54 PM Ticket #6484 ([fx] start: function should be passed animation's node value) closed by
- fixed: fixed in [17247]
- 9:53 PM Ticket #9068 (Animation properites could be a function) closed by
- fixed: see [17247]
- 7:36 PM Ticket #9093 ([patch][ccla][IE]Two connects on the same event can cause problem if ...) created by
- On all IE, there is a problem when you do two dojo.connect on the same …
- 6:57 PM Ticket #9092 (Editor lineHeight not set correctly in IE) created by
- In RichText.js, you will find the following code: […] The last …
- 6:38 PM Ticket #9077 (ItemFileReadStore should have an option to assume a flat data store) closed by
- fixed
- 5:10 PM Ticket #9091 (FilteringSelect: Why force item identity as field value?) created by
- Referring back to #3347, was there a definite reason why a …
- 4:33 PM Ticket #9090 ([util] buildscript for release needs a 'whoops' fallback.) closed by
- fixed: in [17243]
- 4:32 PM Ticket #9090 ([util] buildscript for release needs a 'whoops' fallback.) created by
- we're accidentally running build_release.sh and https requires no …
- 2:58 PM Ticket #9089 (add aria-autocomplete to ComboBox and FilteringSelect) created by
- ARIA now has an autocomplete property to Indicates whether user input …
- 2:49 PM Ticket #9088 (unescaped markup problem in 1.3) created by
- Using unescaped markup (something like ${!foo}) seems not to work …
- 2:00 PM Ticket #8734 (remove dead code) closed by
- fixed: Fixed in [17227], [17230], [17231], [17232], [17233], [17234].
- 1:06 PM Ticket #9022 (ItemFileWriteStore does not correctly revert with modified new items) closed by
- fixed
- 12:53 PM Ticket #9087 (Add themed icons for when moving dojox.Grid columns) created by
- When moving columns in the Grid, arrow icons are placed above and …
- 12:11 PM Ticket #9086 (Allow CSS height on dijit.Menu) created by
-
The goal is to permit full CSS styling (esp.
height
and … - 10:31 AM Ticket #9081 (dijit.layout.BorderContainer resize could be broken in IE6-7 and Opera 9.64) closed by
- invalid: OK good, glad it's working.
- 10:21 AM Ticket #9085 (dojox.editor.plugins.UploadImage: _djrealurl needs to be set to the ...) created by
- Apparently the editor ignores the src attribute if there is a …
- 8:39 AM Ticket #9084 (ComboBox: labelFunc test failing) created by
- In robot/test_ComboBox.html on FF3/mac, I get an error in labelFunc: …
- 8:32 AM Ticket #9083 (dojox.editor.plugins.UploadImage Patch to wait for event before ...) created by
- In some cases UploadImage? initiates FileUploader? before rendering is …
- 8:23 AM Ticket #9082 (Dialog: Dialog_mouse.html robot test failure (IE8)) created by
- On IE8, on the Dialog_mouse.html unit test, the date text box becomes …
- 8:20 AM Ticket #8958 (robot test repeating problem (IE8)) closed by
- fixed
- 7:37 AM Ticket #9081 (dijit.layout.BorderContainer resize could be broken in IE6-7 and Opera 9.64) created by
- Hi! I've spent some time creating a test, that demonstate one major …
- 5:44 AM Ticket #9059 (FilteringSelect: _setValueAttr fails for lazy-loaded items from store) closed by
- fixed: Code (with the bug) removed in [17225], although after the fix to …
- 5:43 AM Ticket #9023 (FilteringSelect: forces unnecessary loadItem during _setValueAttr) closed by
- fixed: loadItem() call removed in [17225]. Marking this as "fixed" …
- 4:47 AM Ticket #9063 ([meta] fix long-line formatting. Shouldn't be more than 80 chars.) closed by
- invalid: This is invalid. The overwhelming vote is that 80 characters is too …
- 3:19 AM Ticket #9061 (ServiceStore: Should fetchItemByIdentity guarantee a loaded item?) closed by
- fixed: Kris just fixed this in [17212].
- 3:08 AM Ticket #9056 (DialogUnderlay hidden when a Dialog is still shown) closed by
- duplicate: This ticket is a duplicate of #7716. I'm not talking about patch …
Apr 6, 2009:
- 6:18 PM Ticket #9056 (DialogUnderlay hidden when a Dialog is still shown) reopened by
- The patch attached to #7716 is for 1.2beta in which every Dialog box …
- 3:48 PM Ticket #9073 (dojox.image.lightbox window resize inconsistent) reopened by
- yes, I might just back out the #7272 fix for now and go back to the …
- 2:32 PM Ticket #7272 (the height of dojox.image.LightboxDialog shut be calculated and not ...) closed by
- fixed: titleNode is being calculated in [17213] ... allows multiline and …
- 2:31 PM Ticket #9073 (dojox.image.lightbox window resize inconsistent) closed by
- fixed: 1 and 2 should be fixed in [17213], I've opened #9080 to trac issue 3 …
- 2:27 PM Ticket #9080 (Lightbox and Dialog have odd residual layout artifact) created by
- If you open test_Lightbox.html, open the "larger than viewport" (or …
- 11:51 AM Ticket #9079 (Bugs in dijit 1.3 reported by automated test) created by
- Here is the results of running …
- 11:06 AM Ticket #9078 (Tree: hardcoded 19px padding breaking my site's layout) created by
- v1.3.0 has added some inline paddingLeft of 19px into the dijit.tree …
- 11:05 AM Ticket #9077 (ItemFileReadStore should have an option to assume a flat data store) created by
- ItemFileReadStore? currently assumes that it might be loading a …
- 10:53 AM Ticket #9076 (Bugs in dojo core 1.3 reported by automated test) created by
- Here is the results of running …
- 10:41 AM Ticket #9075 (BusyButton with type=submit doesn't submit form in IE) created by
- It's because of disabling button in makeBusy method what preventing …
- 10:18 AM Ticket #9074 (dijit.Editor and TabContainer do not init properly when given inside ...) created by
- I've been trying to extend the dijit.Editor with a source view, i.e. a …
- 9:54 AM Ticket #9073 (dojox.image.lightbox window resize inconsistent) created by
- This bug report is about some issues in changeset [17205] to …
- 4:53 AM Ticket #9072 (DropDownButton should provide listeners to notify before the dropDown ...) created by
- It would be nice to have the ability to listen for the showing or …
Apr 5, 2009:
- 8:42 PM Ticket #9071 ([regression] dojo.query matching too many elements) created by
- using a simple html set: […] the query 'div p' returns 3 …
- 7:05 PM Ticket #9070 (FX unit: param mis-documented) created by
- In fact, I've always thought it was unit:, but it is in fact 'units' …
- 6:51 PM Ticket #1578 ([patch][cla] StretchPane (formerly called ElasticPane), now working in ...) closed by
- wontfix: please reopen if there is interest.
- 6:49 PM Ticket #3614 (Implement property animation for gfx) closed by
- fixed: I think we can close this as fixed in 1.3 ? new FX requests should …
- 6:34 PM Ticket #8870 (Lightbox contains many errors) closed by
- fixed: I believe all of these to be fixed in [17205] ... please reopen …
- 6:11 PM Ticket #9069 (fieldset border ruins layout in IE) created by
- In Dojo.css line46 fieldset, img { border: 0 none; } IE would not …
- 5:32 PM Ticket #9068 (Animation properites could be a function) created by
- We allow the properties object passed to various animateProperty fx to …
- 4:13 PM Ticket #7336 (Lightbox error with grouped images on FF3) closed by
- fixed: josh - going to mark this as fixed as per your report and the changes …
- 4:11 PM Ticket #8899 ([patch] [cla] Lightbox: Added underlay click with modal option) closed by
- fixed
- 4:11 PM Ticket #9038 (dojox.image.lightbox is completely broken in 1.3) closed by
- fixed: in [17205] I _think_ I hit most of what you addressed above (as well …
- 6:17 AM Ticket #8405 (Typo in TitlePane) closed by
- fixed
- 5:48 AM Ticket #9067 ("this" shouldn't be referenced outside of "classes") created by
- The dojo core code references "this" inside of normal functions. …
- 4:21 AM Ticket #9066 (dojox.grid.DataGrid should check to see if it has been destroyed ...) created by
- I use the Grid with QueryReadStore? in a fairly advanced interface. …
- 4:06 AM Ticket #8405 (Typo in TitlePane) reopened by
- This appears to still be incorrect in 1.3.0 on the website. I just …
Note: See TracTimeline
for information about the timeline view.