Timeline
Apr 3, 2007:
- 7:00 PM Ticket #2696 ([CLA-patch] Minimalist dojo build) created by
- This patch is more of a proof of concept then something production …
- 3:41 PM Ticket #2695 (dijit menu can not be invoked via keyboard) created by
- The dijit menu responds to the oncontextmenu event. In both IE and FF …
- 2:56 PM Ticket #2694 ([patch][needs cla] browser.undo supports "preEvent") created by
- In browser.undo a state only means one state, but I found it useful if …
- 2:51 PM Ticket #2693 (New Widget: AutoTextBox) created by
- The AutoTextBox? is a kind of spin-off of the ComboBox? one, but it …
- 10:11 AM Ticket #2692 (port Scott's new dojo.declare + tests into Base) closed by
- fixed: (In [7917]) porting in dojo.declare() and tests for it. Huge thanks to …
- 10:08 AM Ticket #2692 (port Scott's new dojo.declare + tests into Base) created by
- as per the roadmap document and …
- 3:38 AM Ticket #2624 (port dojo.i18n to 0.9+) closed by
- fixed: (In [7913]) Enable filtering by locale. Fixes #2624
Apr 2, 2007:
- 11:21 PM Ticket #2047 (build system should be able to compress all files, not just those ...) closed by
- fixed: Fixed this in the following revisions: * 0.4 branch: r7907 * trunk: …
- 11:19 PM Ticket #2407 (rehabilitate dojo.behavior) closed by
- fixed: Ack. already closed. closing again.
- 11:18 PM Ticket #2407 (rehabilitate dojo.behavior) reopened by
- Oops, closed the wrong bug in the svn comment. Reopening.
- 10:59 PM Ticket #2407 (rehabilitate dojo.behavior) closed by
- fixed: (In [7909]) (merge from 0.4 branch) Fixes #2407 and Refs #2386. dojo …
- 10:45 PM Ticket #2407 (rehabilitate dojo.behavior) closed by
- fixed: (In [7908]) (merge from 0.4 branch) Fixes #2407 and Refs #2386. dojo …
- 10:33 PM Ticket #2407 (rehabilitate dojo.behavior) closed by
- fixed: (In [7907]) Fixes #2407 and Refs #2386. dojo compressing now works …
- 10:08 PM Ticket #2691 (a11y.js leaks in IE) created by
- Any call to a dom node's removeChild will leak in IE. In a11y.js …
- 5:14 PM Ticket #2690 (intern-strings breaks when absolute paths are used) created by
- If absolute paths are used in the Ant build properties, the …
- 2:44 PM Ticket #2689 (a11y improvements for Titlepane) created by
- The title pane needs the following a11y improvements: The element …
- 10:20 AM Ticket #2688 (Dojo floating panes not working after moving on screen) created by
- i have a dojo floating pane containing some radio buttons and text box …
- 9:51 AM Ticket #2687 (Moving of floatingpane, button functionality is not working) created by
- We have some dojo floatingpanes in our application, when we move the …
- 7:52 AM Ticket #2686 (port style, DOM, and HTML utilities + tests into Base) created by
- as per the roadmap document and …
- 2:34 AM Ticket #2685 ([ContentPane] The ComboBox attempts to hide itself and also fires ...) created by
- == Test case == main file in tests/form: […] …
Apr 1, 2007:
- 5:56 PM Ticket #2684 (callbcak function is called twice if a bind arror happens) created by
- The problem is in dojo.io.XMLHTTPTransport.bind. The following code …
- 4:45 AM Ticket #2683 (xdomain: loading a local file after page load causes an error.) closed by
- fixed: (In [7886]) (merge from 0.4 branch) Fixes #2683. Loading local modules …
- 4:40 AM Ticket #2683 (xdomain: loading a local file after page load causes an error.) closed by
- fixed: (In [7885]) (merge from 0.4 branch) Fixes #2683. Loading local modules …
- 4:36 AM Ticket #2683 (xdomain: loading a local file after page load causes an error.) closed by
- fixed: (In [7884]) Fixes #2683. Loading local modules after page load should …
- 4:26 AM Ticket #2683 (xdomain: loading a local file after page load causes an error.) created by
- Using an xdomain build, after page load, if you do: […]
- 1:16 AM Ticket #2682 (dijit common has resources which aren't referenced, probably aren't common) created by
- Doug, There is no documented procedure for this, but let's try to …
Mar 31, 2007:
- 11:27 PM Ticket #1661 (JS Style Guide examples don't follow rules - if(foo) vs. if (foo)) closed by
- fixed: I've updated the style guide to be un-ambiguious regarding these …
- 1:15 PM Ticket #2151 (getComputedStyle doesn't use defaultView from Node) closed by
- fixed: (In [7877]) fixes #2151
Mar 30, 2007:
- 6:23 PM Ticket #2681 (IE7 security warning when using Tooltip via HTTPS) created by
- A mixed-media warning (e.g. "nonsecure and secure") prompt box appears …
- 4:04 PM Ticket #2680 (dojo.io.bind error handling model needs change) created by
- One calls dojo.io.bind with an object argument that defines a load and …
- 3:54 PM Ticket #2679 (dojo.string.encodeAscii regular expression) created by
- The comment above dojo.string.encodeAscii says it all... This is an …
- 2:19 PM Ticket #2678 (Vertical resize fails with nested TabContainers on IE) created by
- I have a page that includes a TabContainer? inside another …
- 8:10 AM Ticket #2677 (dojo.xml.Parse() does not work in IE anymore) created by
- In version 0.3.1 I used this xml parser to parse xml-fragments I …
- 7:47 AM Ticket #2676 (Tooltip external file CSS issue) created by
- Hi, Minor tooltip bug. If you have a tooltip loading an external …
- 5:29 AM Ticket #2675 (Multiple updates for doc parser) created by
- The attached patch is made up of the following parts: 1) fixes to the …
- 1:58 AM Ticket #2674 (DropdownDatePicker resets to 12/31/1969 on error) created by
- Enter an invalid value in a dropdowndatepicker like "abcd". Instead …
- 12:55 AM Ticket #2673 (docparser issues with dojo.declare) closed by
- fixed: (In [7844]) Fixes #2673. Changed a regex and a dojo.declare permutation
- 12:53 AM Ticket #2673 (docparser issues with dojo.declare) created by
- dojo.declare causes two issues with the docparser: * declarations …
Mar 29, 2007:
- 11:14 PM Ticket #2668 (No way to unset date in DatePicker) closed by
- duplicate: please SEARCH before opening tickets... and if possible test again …
- 7:33 PM Ticket #2672 ([cla][patch] fix for Show.js colorization) created by
- 3:09 PM Ticket #2671 (change dojoType to dijit) created by
- The word dojoType is strange; it should be called dijit, I think.
- 1:29 PM Ticket #2670 (Height On ComboBox breaks if list data is not single line or blank) created by
- The height of the list is calculated based on the first child, so If …
- 12:32 PM Ticket #2669 (handling of copyClasses is broken in src/widget/DropdownContainer.js) created by
- current code tries to set .style directly which causes a parse error. …
- 12:12 PM Ticket #2668 (No way to unset date in DatePicker) created by
- There is no way to unset the selected date on the DatePicker? widget. …
- 8:22 AM Ticket #2667 ('Interacting With Widgets' recommends wrong widget method .toggle()) created by
- http://dojotoolkit.org/node/54 says: […] should be: […] …
- 4:12 AM Ticket #2666 (Form widgets should reset to initial value) created by
- For DDDP, hit a form "reset" button and they all go blank, regardless …
- 3:08 AM Ticket #2665 (DropdownDatePicker renders all dates as NaN) created by
- Karl, sorry if this is a dup or something else that should have been …
Mar 28, 2007:
- 10:08 PM Ticket #2638 (trac: main page of Trac has bad link to "file new ticket") closed by
- fixed: fixed
- 10:08 PM WikiStart edited by
- (diff)
- 10:07 PM WikiStart edited by
- (diff)
- 8:46 PM Ticket #2664 (a11y improvements for dijit inlineEditbox) created by
- The inlineEditbox needs an ARIA role - specifically the …
- 8:39 PM Ticket #2663 (dijit textbox needs proper type) created by
- The type attribute of the input element used in the dijit text box is …
- 8:15 PM Ticket #2662 (Toaster.js and CheckBox.js should not use this.widgetId) closed by
- fixed: (In [7824]) Fixes #2662.
- 8:13 PM Ticket #2662 (Toaster.js and CheckBox.js should not use this.widgetId) created by
- this.widgetId should be this.id
- 4:59 PM Ticket #2661 (fuzzy font at dialog with fade toggle in IE7 and Opera 9) created by
- The font inside a dialog is very fuzzy, if a dialog is opened with …
- 4:12 PM Ticket #2660 (test_TabContainer.html doesn't work properly in Opera 9.10 (Build 8679)) created by
- I just tested the Tabs with latest Dojo Release 0.4.2 in IE, FF and …
- 3:46 PM Ticket #2659 (layout doens't work in Safari when one of ContentPane widgets is hidden) created by
- as i figured out, when one dom node is hidden, getBorderBox returns …
- 2:12 PM Ticket #2658 (destroy widget code in dijit/base/Widget.js is broken) closed by
- fixed: (In [7820]) Fixes #2658.
- 12:17 PM Ticket #2658 (destroy widget code in dijit/base/Widget.js is broken) created by
- destroyDescendants() needs to use widgets and not id's. …
- 3:43 AM Ticket #2596 (dojo.gfx path parsing) closed by
- fixed: (In [7814]) gfx: fixes #2596 --- incorrect parsing of the path in some …
- 2:47 AM Ticket #2464 (dojo.gfx IE VML rendering incorrect) closed by
- fixed: It was supposed to be fixed some time ago. Please retest the trunk, …
- 2:42 AM Ticket #2403 ([ccla][patch] Performance improvement for gfx.path) closed by
- fixed: (In [7813]) gfx: fixes #2403
- 2:35 AM Ticket #2651 (JavaScript errors in documentation) closed by
- fixed: It's only a code snippet, it shouldn't have run. Fixed the formatting.
- 12:06 AM Ticket #2657 ('intern-strings' does not correctly expand URLs inside of CSS) created by
- The Dojo build system's 'intern-strings' directive is meant to inline …
Mar 27, 2007:
- 11:16 PM Ticket #2656 (implement a text/json-comment-filtered mimetype to allow servers to ...) created by
- enhance our default text/json handling w/ an alternate mimetype …
- 10:59 PM Ticket #2655 (Multiple requests on form bind (for post method)) created by
- I noticed this weird behaviour. I have a form in a dialog. The first …
- 10:26 PM Ticket #2654 (ContentPane: port to dijit) created by
- Port ContentPane? to Dijit 0.9. More advanced ContentPane? features …
- 6:51 PM Ticket #2632 (ValidationTextbox sets wrong class) closed by
- fixed: This is fixed in the 0.9 trunk. The new classes are: …
- 6:47 PM Ticket #2630 (IntegerTextbox) closed by
- fixed: This is fixed in the 0.9 trunk using the replacement widget: …
- 6:39 PM Ticket #2653 (intern-strings broken in builds) closed by
- fixed: (In [7806]) (merge from 0.4 branch) Fixes #2653. Bug was introduced …
- 6:37 PM Ticket #1779 (InlineEditBox can't be created programatically) closed by
- fixed: (In [7805]) Fixes #1779.
- 6:36 PM Ticket #1779 (InlineEditBox can't be created programatically) closed by
- fixed: (In [7804]) Fixes #1779.
- 6:36 PM Ticket #2653 (intern-strings broken in builds) closed by
- fixed: (In [7803]) Fixes #2653. Bug was introduced with layered build support.
- 6:35 PM Ticket #2653 (intern-strings broken in builds) created by
- With the current code in the 0.4 branch, trunk and 0.9 tree, you will …
- 4:30 PM Ticket #2652 (Spinner: onmouseout event on up/down arrows changes focus) created by
- The up/dows arrows of the Spinner widgets connect the onmouseout event …
- 3:43 PM Ticket #2651 (JavaScript errors in documentation) created by
- You have two javascript errors in the "Book" page …
- 12:17 PM Ticket #2650 (HTML generated by DatePicker doesn't include an ID) created by
- When using the DatePicker? widget: <div dojotype="DatePicker?" …
- 11:39 AM Ticket #1694 (date not updating in DropdownDatePicker when startDate is used) closed by
- fixed: Next time, try trunk. No where does this ticket claim it was fixed in …
- 11:28 AM Ticket #1694 (date not updating in DropdownDatePicker when startDate is used) reopened by
- Confirm this behaviour in 0.4.1 and 0.4.2, e.g: <input …
- 7:18 AM Ticket #2649 (scope issues in dojo.query) closed by
- fixed: fixed in #7802
- 6:46 AM Ticket #2649 (scope issues in dojo.query) created by
- getTagName and getClassName cause scoping issues when creating a build …
- 12:42 AM Ticket #2564 (memory leak) closed by
- invalid: Lots more information needed to do anything meaningful here. We'd …
Mar 26, 2007:
- 10:56 PM Ticket #2647 (Build Process and commented templateCssPath) closed by
- duplicate: Closing this bug as a dupe of #2429.
- 9:47 PM Ticket #2648 (toCamelCase is slow on IE6) created by
- (from sdrye at atg.com, ATG CLA on file) The toCamelCase function is …
- 8:46 PM Ticket #2647 (Build Process and commented templateCssPath) created by
- Build process tries to intern css files even if the templateCssPath is …
- 4:37 PM Ticket #2646 (addOnLoad is not recognizing contentpane html widgets in Firefox 2.0.0.3) created by
- My Mac updated my Firefox from 2.0.0.2 to 2.0.0.3 automatically today. …
- 1:55 PM Ticket #2645 (Send file via dojo.io.bind) created by
- Hi Dojo-Team. How can I display the result of the dojo.io.bind in the …
- 1:28 PM Ticket #2644 (Problem with _inherited) created by
- For the following code: dojo.require("dojo.lang.declare"); …
- 12:31 PM Ticket #2643 (AccordionContainer FF render bug) created by
- this only seemingly affects FF 2.0.0.2 ... tested with IE6, Opera, and …
- 12:26 PM Ticket #2642 (FlashStorageProvider setting "initialized" flag incorrectly) created by
- All storage providers except the FlashStorageProvider? set a variable …
- 9:07 AM Ticket #2641 (port connect() + tests into core) created by
- as per the roadmap document and …
- 6:53 AM Ticket #2640 (Tundra: Update button widget with Tundra style) created by
- I preparation of the button widget being ported to Dijit, update the …
- 12:56 AM Ticket #2350 (dojo.string.substituteParams needs to be more flexable) closed by
- fixed: (In [7787]) Fixes #2350. Thanks again, schallm
- 12:51 AM Ticket #2639 (Tooltip: port to Dijit) created by
- Port Tooltip and Tooltip dialogs to Dijit. See …
Mar 25, 2007:
- 11:29 PM Ticket #2638 (trac: main page of Trac has bad link to "file new ticket") created by
- Think this is a Dustin fix... apparently 2 people (maybe the same …
Mar 24, 2007:
- 2:05 PM Ticket #2637 (inserthtml does not invoke have precontent filter) closed by
- fixed: (In [7778]) fixes #2637
- 2:04 PM Ticket #2637 (inserthtml does not invoke have precontent filter) created by
- 9:47 AM Ticket #2610 (port array utilities + tests into core) closed by
- fixed: (In [7777]) completing test set for array utilities. Updating utils to …
Mar 23, 2007:
- 6:06 PM Ticket #2636 (Filtering table Store addDataRange updateDataRange) created by
- You cannot add 2 records with the same Id in the same data range if …
- 11:51 AM Ticket #2635 (DropDownContainer throws 'no properties' exception) created by
- DropDownContainer? throws 'no properties' exception 'record has no …
- 3:47 AM Ticket #2633 (broken links on "Getting the Source" page) closed by
- fixed: Thanks for the report. I think I fixed it now.
Mar 22, 2007:
- 11:57 PM Ticket #1802 (fisheye demo broken under IE and FireFox with .4 release) closed by
- wontfix: we are cutting the demo engine from the new website and using an …
- 11:53 PM Ticket #1566 (Add API docs for dojo.widget.demoEngine) closed by
- wontfix: Anything related to demo engine can be safely removed from svn.
- 11:52 PM Ticket #2551 (create agreed-upon svn:externals view of dojo core, dijit, and dojox ...) closed by
- fixed
- 11:51 PM Ticket #2054 (Get RSS feed from Blog to redesigned web site front page) closed by
- fixed
- 9:56 PM Ticket #2634 (dojo.event.browser.addListener accidentally uses global variable) created by
-
dojo.even.browser.addListener has the following:
[…]
The
else
… - 8:48 PM Ticket #2633 (broken links on "Getting the Source" page) created by
- http://dojotoolkit.org/node/21 has the following sentence: To just …
- 6:18 PM Ticket #2350 (dojo.string.substituteParams needs to be more flexable) reopened by
- There is a small issue with the regex in this function. […] finds …
- 4:10 PM Ticket #2629 (Add pretty print option to dojo.toJson) closed by
- fixed: (In [7750]) fixes #2629 -- ads prettyPrint option to dojo.toJson, …
- 2:38 PM Ticket #2632 (ValidationTextbox sets wrong class) created by
- When: […] class should be Invalid So: […]
- 2:32 PM Ticket #2631 (Form-widget does not support ComboBox) created by
- Form-widget does not support ComboBox?.
- 2:19 PM Ticket #2630 (IntegerTextbox) created by
- required=false + empty input = isValid() returns false
- 4:56 AM Ticket #2629 (Add pretty print option to dojo.toJson) created by
- Add a pretty print option to dojo.toJson, eg: dojo.toJson(someObject) …
Mar 21, 2007:
- 8:38 PM Ticket #2628 (IframeIO uses wrong charset) created by
- IframeIO is doing stuff in latin-1. This is easy to test, just add Ä …
- 7:35 PM Ticket #2627 (wipeIn is adding 11px per wipe) created by
- Under FF 2, every time I wipeIn a TitlePane?, the height of the …
- 7:29 PM Ticket #2626 (Resizeabletexarea initially does not resize when loaded into content pane) created by
- When I use the resizabletextarea and load it into a content pane …
- 6:16 PM Ticket #2625 (Unescaped example code not showing up) created by
- http://dojotoolkit.org/node/4 On that page are <dojo:widget> samples, …
- 5:00 PM Ticket #2624 (port dojo.i18n to 0.9+) created by
- 4:13 PM Ticket #2623 ([Patch]ModalFloating over an other modal FloatingPane does not work ...) created by
- If you open a modal floating pane and open an other one over the first …
Mar 20, 2007:
- 10:57 PM Ticket #2622 (Port build system over to 0.9 core) created by
- Need to get basic build support going in the 0.9 core repo.
- 9:13 PM Ticket #2552 (enforce ticket references for checkins) closed by
- fixed
- 5:24 PM Ticket #2620 (Dojo 0.4.2rc2 widgetsInTemplate attachPoint to widget broken) closed by
- invalid: Closing per reporter's request.
- 3:11 PM Ticket #2621 (DnD operation causes an exception in IE when a DropTarget has been removed) created by
- Whenever a DropTarget? disappears from a page (for example after a …
- 3:00 PM Ticket #2620 (Dojo 0.4.2rc2 widgetsInTemplate attachPoint to widget broken) created by
- The template loader refuses to create an instance variable and element …
- 1:59 PM Ticket #2619 (import/port Firebug-Lite to 0.9 Core) created by
- the system needs a clean way to handle (optional) loading of Firebug …
- 12:40 PM Ticket #2618 (FilteringTable incorrectly identifies dataType for columns in fillCell ...) created by
- (Note this has nothing to do with numeric formatting. Instead, this is …
- 12:14 PM Ticket #2617 (Bug in AccordionContainer?) created by
- I modified unit test (fetch the code and run against your own trunk, …
- 9:11 AM Ticket #2616 (Repeater) closed by
- fixed: (In [7699]) fix for formatting issues as well as breakage due to …
- 8:47 AM Ticket #2616 (Repeater) created by
- in trunki dojo.string.substituteParams -> dojo.string.substitute …
- 7:49 AM Ticket #2615 (port dojo.query/dojo.NodeList + tests into core) created by
- as per the roadmap document and …
- 5:09 AM Ticket #2614 (ComboBox chews cpu when hidden prior to page display) created by
- When a ComboBox? is hidden prior to the display of the page, the …
- 4:09 AM Ticket #2613 (dojo.html.Chain does not fire onEnd when play invoked with zero length ...) created by
- The play() method of dojo.html.Chain directly returns if …
Mar 19, 2007:
- 5:48 PM Ticket #2612 (Bug in 0.4.2 IE dealing with layouts) created by
- Loading widgets in IE gives this problem: DEBUG: [TypeError?: …
- 1:15 PM Ticket #2611 (Cometd does not load on IE, extra comma) created by
- Cometd does not load on IE. Result of change that went in with bug …
- 9:42 AM Ticket #2610 (port array utilities + tests into core) created by
- as per the roadmap document and …
- 9:26 AM Ticket #2609 (port language utilities + tests into core) created by
- as per the roadmap document and …
- 9:18 AM Ticket #2608 (port basic utility functions + tests to core) created by
- as per the roadmap document and …
- 9:16 AM Ticket #2607 (port build system to core/util) created by
- As per the roadmap, port a version of the build system to work with …
Mar 17, 2007:
- 10:24 PM Ticket #2606 (build process does not strip dojo.requireIf statements) closed by
- fixed: (In [7630]) (merge from 0.4 branch) Fixes #2606, dojo.requireIf calls …
- 10:22 PM Ticket #2606 (build process does not strip dojo.requireIf statements) closed by
- fixed: (In [7629]) Fixes #2606, dojo.requireIf calls not being stripped from …
- 5:25 PM Ticket #2606 (build process does not strip dojo.requireIf statements) created by
- This happens in 0.4.2. Steps to reproduce: - Build dojo using the …
Mar 16, 2007:
- 9:57 AM Ticket #2605 (bug in TreeExpandToNodeOnSelect.js) created by
- Hi dojo team, there is a bug in TreeExpandToNodeOnSelect?.js : the …
- 9:43 AM Ticket #2604 (dojo.io.bind fails if form contains a fileupload) created by
- when trying to sumit a form with AJAX using dojo.io.bind the canHandle …
Mar 15, 2007:
- 10:25 PM Ticket #2603 (HTML inside a Widget is not copied to containerNode when using ...) created by
- We tested this with the Memo example to be absolutely sure. If we …
- 10:24 PM Ticket #2602 (build: strip-resource-comments spits out scary errors.) created by
- Right now the strip-resource-comments spits out some scary exceptions …
- 3:49 PM Ticket #2601 (Implement a11y for progress bar) created by
- The progress bar needs to be updated to display properly in high …
- 2:01 PM Ticket #2600 (Editor 2 widget creation fails when attach node is followed by ...) created by
- I had the following code in a jsp: <div …
- 1:57 PM Ticket #2324 (Implement rounding for dojo.number) closed by
- fixed: (In [7612]) Implement dojo.number rounding. Fixes #2324
- 3:57 AM Ticket #2599 (press enter in list triggers error) closed by
- fixed: (In [7604]) fixes #2599 added a parameter to getValue to be used by …
- 3:55 AM Ticket #2599 (press enter in list triggers error) created by
- with latest trunk RichText? code
- 3:47 AM Ticket #2598 (dropdowndatepicker read value using saveFormat) created by
- We use a dropdowndatepicker to let our users select a date. We use the …
Mar 14, 2007:
- 10:40 PM Ticket #2597 (create a Dojo default css file) created by
- file must be in Core, as discussed in IRC
- 6:08 PM Ticket #2081 (FilteringTable: onAddData fires also if the data in the store are replaced) closed by
- duplicate: Your reopening is a dupe of #2469. Closing in favor of that.
- 6:05 PM Ticket #2593 (FilteringTable sort fails in 0.4.2rc1 & 2) closed by
- invalid: This is not a regression or a bug; your example never designated one …
- 5:02 PM Ticket #2596 (dojo.gfx path parsing) created by
- In test_setPath.html example I have changed the second shape code for …
- 11:09 AM Ticket #2595 (FloatingPane: displayMaximizeAction="true" broken) created by
- i have problem with dojo floating pane. The property in floating pane …
- 9:03 AM Ticket #2538 (Multiple problems with Editor2 widget (Toolbar issue on Firefox, ...) closed by
- fixed: About the other problem, I tried this, and it works ok in IE: […]
- 5:31 AM Ticket #2594 (Marked TreeNodes disappear in dojo.Tree) created by
- When clicking on a node in a Tree, where on IE or FF it shows a nice …
- 2:41 AM Ticket #2591 (DropdownDatePicker problem with startDate) closed by
- duplicate: Please search before opening bugs... this is a duplicate of #1694 …
- 12:47 AM Ticket #2583 (tests/widget/test_Editor2.html "styleValue has no properties" error in ...) closed by
- fixed: (In [7583]) (merge from trunk) Fixes #2583
Mar 13, 2007:
- 11:54 PM Ticket #2593 (FilteringTable sort fails in 0.4.2rc1 & 2) created by
- The attached example illustrates a problem where the "value" attribute …
- 5:07 PM Ticket #2592 (selectChild is not working in AccordionContainer widget) created by
- <script> function pgSet1(){ var accSet = …
- 3:00 PM Ticket #2591 (DropdownDatePicker problem with startDate) created by
- If I have a startDate attribute then when a date is chosen the input …
- 1:09 PM Ticket #2590 (In comboBox demo up and down keys doesnt work in firefox 2.0.0.2) created by
- 12:23 PM Ticket #2589 ([dojox][cla][patch] combobox with multiple values) created by
- for example a list of email addresses only the last part of the input …
- 10:21 AM Ticket #2588 (dojo.html.isDisplayed doesn't work on IE) created by
- the function dojo.html.isDisplayed() always returns true : this code : …
- 5:16 AM Ticket #2583 (tests/widget/test_Editor2.html "styleValue has no properties" error in ...) closed by
- fixed: Note that this problem indicates (what is IMO) a bug in RichText?.js …
- 3:40 AM Ticket #2587 (getDayOfYear() is inaccurate between midnight and 1 am) created by
- This only applies in places that do daylight savings time switches, …
Mar 12, 2007:
- 5:56 PM Ticket #2586 (LayoutContainer: bottom-aligned ContentPane may be incorrectly aligned ...) created by
- If a bottom-aligned ContentPane? is given new content that has a …
- 5:32 PM Ticket #2585 (Consider making inter-strings and/or widget template loading smarter ...) created by
- Right now if a template (either templatePath or templateCssPath) is an …
- 9:58 AM Ticket #2584 (TreeLoadingController ignores node widget namespace) created by
- In TreeLoadingController.js, the loadProcessResponse function only …
Mar 11, 2007:
- 10:01 PM Ticket #2583 (tests/widget/test_Editor2.html "styleValue has no properties" error in ...) created by
- Seems to be a problem with the new dojo.html.getComputedStyle function …
- 7:00 PM Ticket #2526 (Bug in date picker after calling setDate("") on DropdownDatePicker) closed by
- fixed: This is fixed in trunk. It was decided not to merge this into 0.4.2 …
- 12:40 AM Ticket #2582 (chart widget: range declaration ignored (dojo-0.4.2rc2-ajax)) created by
- explicit axis range declaration appear to be ignored a minor …
Mar 10, 2007:
- 8:20 PM Ticket #2581 (inlineEditBox widget fails to appear in place) created by
- If an inlineEditBox is created for an absolutely positioned element …
- 1:51 AM Ticket #1650 (When Title pane is child of content pane, IE doesn't show the contents ...) closed by
- fixed: I can't reproduce this in the trunk and tracked this down to be …
Mar 9, 2007:
- 8:57 PM Ticket #2569 (creating InlineEditBox using 'first' position doesn't hide original ...) reopened by
- No you have it wrong (I think). I need to use "first" and it doesn't …
- 8:48 PM Ticket #977 (FloatingPane IE6 icon problem) closed by
- worksforme: This works for me on the trunk - all the floatingpane tests are …
- 8:45 PM Ticket #981 (dojo widgets broken in IE5.5) closed by
- wontfix: Per http://dojo.jot.com/WikiHome/WidgetProject We are no longer …
- 5:07 PM Ticket #2203 (TitlePane containing inner TitlePane) closed by
- fixed: Fixed in current trunk.
- 4:25 PM Ticket #2580 (Dialog opened ontop of a ModalFloatingPane pb) created by
- Hello dojo team, I have a Dialog window opened on top of a …
- 1:37 PM Ticket #2579 (Json problem. May be bug) created by
- Version 0.4 Browser: firefox - 1.5.0.9 I tried to use Json RPC …
- 10:54 AM Ticket #2578 (new TreeContextMenuV3 from code with existing TreeV3) created by
- I was trying to connect a new context menu to an existing tree, but it …
- 10:41 AM Ticket #2569 (creating InlineEditBox using 'first' position doesn't hide original ...) closed by
- invalid: if you want the widget to replace the node in question, just drop the …
- 10:38 AM Ticket #2519 (merge Greg's cometd rpc patch) closed by
- fixed: (In [7567]) fixes #2519
- 10:27 AM Ticket #2576 (IE fails on dojo.html.getBoxSizing() when node is IMG) closed by
- fixed: (In [7566]) fixes #2576
- 10:22 AM Ticket #2414 ([patch][cla] Reduce dojo.lang.reduce) closed by
- fixed: (In [7565]) fixes #2414
- 9:18 AM Ticket #2577 (textarea does not resize properly in a FloatingPane) created by
- Hello dojo team, I have a FloatingPane? with a layout container in it. …
- 5:56 AM Ticket #2576 (IE fails on dojo.html.getBoxSizing() when node is IMG) created by
- In layout.js, the method dojo.html.getBoxSizing() throws an exception …
- 3:57 AM Ticket #2575 (calendar toolkit is not working on opera browser (++enhancement)) created by
- well i was trying to use dojo webform feature and try to judge from …
- 2:41 AM Ticket #1648 ([patch] [CLA needed] Bug fix for dojo.debugDeep() under Firefox 1.5) closed by
- invalid: no cla
- 2:40 AM Ticket #2574 (TreeV3: Focus switches from the selected node to the Expanded node on ...) created by
- When a node is expanded or collapsed the focus, or user visual …
- 2:35 AM Ticket #2530 ([patch][ccla] ContentPane shouldn't depend on dojo.io.cookie) closed by
- invalid: When I apply this patch, I get xhr has no properties [Break on this …
- 2:35 AM Ticket #2573 (TreeV3 programatic node selection) created by
- Visual feedback is not provided to the user when a node is selected …
- 2:19 AM Ticket #2316 ([patch][ccla] Performance improvement for getComputedStyle) closed by
- wontfix: Patch got stale and appears to have been fixed by [7379], but thanks …
- 2:05 AM Ticket #2475 (Create localized regular expressions for number, date) closed by
- fixed
- 1:40 AM Ticket #2572 (Tooltip test hangs FF 2.0 (PC and mac)) created by
- http://download.dojotoolkit.org/release-0.4.2rc2/dojo-0.4.2rc2-widget/t …
Mar 8, 2007:
- 11:59 PM Ticket #1797 (Minor enhancement, ComboBox search limit) closed by
- duplicate: Dup of #1456
- 11:41 PM Ticket #2571 ([patch] [ccla] syntax checking feature) created by
- Alter dojo.require() so that when code is pulled in from sources, we …
- 11:14 PM Ticket #2559 (InlineEditBox onUndo callback never called) reopened by
- A few key things: I think "name" should be passed to each callback, …
- 9:06 PM Ticket #2560 (Form widget : null point exception) closed by
- fixed: (In [7552]) Fixes #2560
- 8:58 PM Ticket #2570 (TreeV3 removing last node for a level, the previous node does not take ...) created by
- Using TreeV3 and I remove the last node of a level, the …
- 7:59 PM Ticket #2569 (creating InlineEditBox using 'first' position doesn't hide original ...) created by
- If you create an InlineEditBox? using the additional position argument …
- 5:20 PM Ticket #2568 ([cla] [Patch] Allows DropDown[Date|Time]Picker to disable keyboard ...) created by
- If we don't want user can input in the field but just allow him to use …
- 1:07 PM Ticket #2567 (src/lfx/html.js compresses to buggy code for dojo.lfx.html.wipeIn()) closed by
- duplicate
- 11:52 AM Ticket #2567 (src/lfx/html.js compresses to buggy code for dojo.lfx.html.wipeIn()) created by
- src/lfx/html.js uses 'height' in dojo.lfx.html.wipeIn() as name for a …
- 9:31 AM Ticket #2566 (taskBarItem doesn't show inside the taskBar) created by
- here is my web page : <style> html, body{width: 100%;height: …
- 1:42 AM Ticket #2559 (InlineEditBox onUndo callback never called) closed by
- fixed: applied in [7547]. Thanks for the quick turnaround on the patch.
Mar 7, 2007:
- 11:46 PM Ticket #2493 ([patch] [cla] doc and getLength to dojo.collections.store) closed by
- wontfix: <store>.get().length. Won't fix, but thank you.
- 11:42 PM Ticket #2304 (FilteringTable: column headers not displayed after reset plus column add) closed by
- wontfix: This was by design; the widget was never meant to create a table on …
- 11:39 PM Ticket #2459 ([PATCH] fix for r7319 broken data updates on FilteringTable) closed by
- fixed
- 11:37 PM Ticket #2368 (when FilteringTable is created dynamically, heading cells are <td>, ...) closed by
- invalid: This is not a bug, it's a "feature". Seriously though, your rules …
- 8:15 PM Ticket #2565 ([cla][patch] lapse fix) created by
- 6:53 PM Ticket #2564 (memory leak) created by
- we are using dojo combobox, it is leaking memory a lot in IE. after …
- 11:32 AM Ticket #2563 (Tooltip widget unreliable after connected element click.) created by
- I'm associating tooltip widgets with clickable elements. These …
- 7:53 AM Ticket #1143 (FloatingPane and tooltip) closed by
- fixed
- 6:54 AM Ticket #2562 (ComboBox.js naming of selected items breaks post into PHP applications) created by
- in fillTemplate - this code is used to name the resulting input boxes. …
- 4:24 AM Tickets #1692,1694 batch updated by
- fixed: (In [7542]) Fixes #1694 Fixes #1692 Finally found and fixed these 2 …
- 3:50 AM Ticket #2539 (DropdownDatePicker test page renders invalid initial value as NAN) closed by
- duplicate
- 3:11 AM Ticket #2561 (We need job support utilities.) created by
- Rich client is a classical multi-task application, so there is some …
- 1:18 AM Ticket #2560 (Form widget : null point exception) created by
- at function "getValues" on widget/Form.js, there is code such as: …
Mar 6, 2007:
- 10:45 PM Ticket #2559 (InlineEditBox onUndo callback never called) created by
- As per the documentation and comments in the code, when the cancel …
- 4:26 PM Ticket #2558 (ComboBox: default selection of 'Iowa' becomes 'Iowaka') created by
- […]
- 3:04 PM Ticket #2557 (DropdownContainer Bug!) created by
- hi,I have founded a serious problem with Dojo's DropDownContainer? or …
- 2:42 PM Ticket #2367 (ValidationTextBox.js doesn't honor existing tabindex) closed by
- fixed: (In [7528]) Fixes #2367.
- 2:39 PM Ticket #2556 (event.stopEvent method causes error on IE when using frames) created by
- When the event originates from a different window then window.event is …
- 12:34 PM Ticket #2348 (ValidationTextBox + required="true" & class) closed by
- fixed: (In [7527]) Fixes #2348. "occupation" text box in …
- 12:12 PM Ticket #1651 (null values on TextBox widget 'value' property cause display error.) closed by
- fixed: (In [7526]) Fixes #1651. Testcase added to tests/form/test_validate.html
- 11:16 AM Ticket #2555 ([cla][patch] bug fix for colorization in Show widget) created by
- Show widget calls a non existant dojo.animation.Animation(...) method …
- 6:26 AM Ticket #2554 ([ccla] [patch] InlineEditBox -- add onClickParentNode feature.) created by
- This may only be useful for me, and my uses, but I was putting …
- 4:50 AM Ticket #2553 ([dojo.data] JsonItemStore only works with attribute-name-strings, not ...) created by
- In the dojo.data.core.Read API, many of the methods take an argument …
- 3:36 AM Ticket #2552 (enforce ticket references for checkins) created by
- implement a pre-commit hook to deny checkins in dijit and dojo core …
- 3:28 AM Ticket #2551 (create agreed-upon svn:externals view of dojo core, dijit, and dojox ...) created by
- now that all 3 directory structures are in place, the correct view …
- 3:26 AM Ticket #2550 (implement a test harness for 0.9 which does not rely on a build system) created by
- Dojo 0.9 must include a test suite that anyone can run from the …
- 2:31 AM Ticket #2549 (comet's connected attribute should be changed to a function) created by
- So that user code can use dojo.event.connect to get notified when the …
- 2:30 AM Ticket #2548 (comet transports should set the connected attribute on the cometd object) created by
- The transport sets the 'connected' attribute on itself, not on cometd. …
- 12:16 AM Ticket #2547 ([dojo.data] improve JsonItemStore performance) created by
- We should fix the dojo.data.JsonItemStore? method implementations so …
- 12:14 AM Ticket #2546 ([dojo.data] JsonItemStore allows duplicate items with same identity) created by
- When dojo.data.JsonItemStore? reads in a file (or a data set), it …
- 12:09 AM Ticket #2545 ([dojo.data] fix callback names in Read API) created by
- At our IRC meeting on 2007-02-27 we …
- 12:01 AM Ticket #2544 ([dojo.data] document paging API, and provide reference implementation) created by
- At our IRC meeting on 2007-02-27 we picked a standard paging API for …
Mar 5, 2007:
- 11:56 PM Ticket #2543 ([dojo.data] document sorting API, and provide reference implementation) created by
- At our IRC meeting on 2007-02-27 we picked a standard sorting API for …
- 11:45 PM Ticket #2542 ([dojo.data] change datastores to use SimpleBaseStore) created by
- We should convert a lot of the dojo.data datastores to inherit from …
- 11:30 PM Ticket #2541 ([dojo.data] in JsonItemStore, can't call findByIdentity() before find()) created by
- In dojo.data.JsonItemStore?, currently you need to do a find() before …
- 11:00 PM Ticket #2092 (implement typematic mixin or support code) closed by
- fixed: (In [7523]) Fixes #2092 (code review issues)
- 10:51 PM Ticket #2433 (issue with progress bar) closed by
- invalid: Please discontinue teseting on dojo.widget.Progress and reopen if a …
- 10:08 PM Ticket #2454 (progress bar startAnimation() doesn't show anything) closed by
- worksforme
- 10:08 PM Ticket #2454 (progress bar startAnimation() doesn't show anything) reopened by
- 10:08 PM Ticket #2454 (progress bar startAnimation() doesn't show anything) closed by
- worksforme: Unable to reproduce using the new dijit.ProgressBar?, or perhaps I …
- 9:57 PM Ticket #1694 (date not updating in DropdownDatePicker when startDate is used) reopened by
- this appears to have regressed?
- 3:49 PM Ticket #2092 (implement typematic mixin or support code) closed by
- fixed: (In [7522]) Fixes #2092.
- 3:21 PM Ticket #2540 (ModalFloatingPane no drag second time) created by
- This bug exists for both IE6 and FF1.5 I have a ModalFloatingPane? …
- 2:21 PM Ticket #2539 (DropdownDatePicker test page renders invalid initial value as NAN) created by
- Nightly test for DDDP shows that the problem with the invalid initial …
- 2:16 PM Ticket #2538 (Multiple problems with Editor2 widget (Toolbar issue on Firefox, ...) created by
- I've been working with the Editor2 widget in an in-house experimental …
- 3:38 AM Ticket #2534 (ProgressBar front label wraps incorrectly) closed by
- fixed: (In [7518]) Fixes #2534
- 3:05 AM Ticket #2537 (remove ProgressBar.color) created by
- Use CSS to specify solid color instead? Perhaps using …
- 12:04 AM Ticket #2536 (dojo.requireIf fails in custom build with parentheses condition) created by
-
In a source file, doing
dojo.requireIf( (!(a && a.b)), "a.b")
…
Mar 4, 2007:
- 9:43 PM Ticket #2535 (www.dojotoolkit.org "help" tab links to the obsolete manual) created by
- On the main http://www.dojotoolkit.org/ web page, in the "help" tab, …
- 2:47 PM Ticket #2534 (ProgressBar front label wraps incorrectly) created by
- See test #2 in dijit/tests/test_ProgressBar.html where a long …
- 8:50 AM Ticket #2533 (Problems with Editor2 widget on FF) created by
- With the Dojo version 0.4.1 on Firefox, I have some trouble with the …
Note: See TracTimeline
for information about the timeline view.