Timeline
May 21, 2007:
- 11:57 PM Ticket #2190 (suggestion for the fisheye list widget) closed by
- wontfix: This is a commercial widget set. If the author wants to contribute any …
- 11:54 PM Ticket #3091 ([patch] have doh complain when assert functions are misused) created by
- In the dojo.data unit tests, we've accidentally had some test cases …
- 11:26 PM Ticket #3037 (autocompleter template assigns the id to the fieldset element rather ...) reopened by
- need to implement this change: <input id=foo dojotype=autocompleter> …
- 11:23 PM Ticket #3090 (Regression in DateTextbox) closed by
- worksforme: oops. nm, I didn't have the latest patch.
- 11:17 PM Ticket #3090 (Regression in DateTextbox) created by
- Nor sure if this is related to [8674] Load test_validate.html in FF2. …
- 11:15 PM Ticket #3089 (TabContainer breaks layout when closing tab) created by
- as seen in /trunk/dijit/themes/themeTester.html [in this case, …
- 10:26 PM Ticket #3088 (IE 7.0 displays ActiveX permission block when XslTransform is used) created by
- When running in IE 7.0, if the dojo.xml.XslTransform? is used, a …
- 9:37 PM Ticket #3072 (dijit.util.placeOnScreen() causes "flicker" on FF) closed by
- fixed: (In [8682]) fixes #3072. Updates stuff to be more dojo-ish.
- 8:29 PM Ticket #3087 (Switch DnD over to use dojo.*class functions now that they're available) closed by
- fixed: (In [8681]) switch to _base class functions. fixes #3087
- 8:28 PM Ticket #3087 (Switch DnD over to use dojo.*class functions now that they're available) created by
- Now that we have the dojo.hasClass / addClass / removeClass functions …
- 7:37 PM Ticket #3086 (this.curve has no properties on AutoCompleter) created by
- This code: […] fails with an error "this.curve has no properties" …
- 7:21 PM Ticket #2995 (InlineEditBox needs more widget examples and tundra style buttons) closed by
- fixed: (In [8680]) Fixes #2995. Change InlineEditBox? template for Button widget.
- 7:11 PM Ticket #2995 (InlineEditBox needs more widget examples and tundra style buttons) closed by
- fixed: (In [8677]) Fixes #2995. Changed the buttons to Button widgets.
- 6:28 PM Ticket #3085 (Add bidi testing to Dijit) created by
- Attached is a clever addition from Justin Yin (IBM, CCLA) that we'd …
- 6:25 PM Ticket #3084 (0.9: Move dojox.wire tests under dojox/wire/tests) closed by
- fixed: (In [8675]) Moving wire UT to under the wire project. fixes #3084
- 6:18 PM Ticket #3084 (0.9: Move dojox.wire tests under dojox/wire/tests) created by
- 0.9: Move dojox.wire tests under dojox/wire/tests. Each project in …
- 5:18 PM Ticket #3083 (blowfish decrypt() breaks on 'short' messages.) created by
- dojo.require('dojo.crypto.Blowfish'); var message='pass'; var key = …
- 5:12 PM Tickets #1652,2265,3000,3031 batch updated by
- fixed: (In [8674]) Fixes #1652, #2265, #3000, #3031. Proxy commit for …
- 4:02 PM Ticket #3082 (initially selected tab does not receive the visible "clicked" state) created by
- in a tab group, the "default" tab for the group does not receive the …
- 2:56 PM Ticket #2955 (layout(), resize(), onResized() refactor) closed by
- fixed
- 2:49 PM Ticket #3081 (Toolbar: implement for dijit) created by
- Generalize Editor2Toolbar to be used for any toolbars, but using …
- 2:48 PM Ticket #3080 (0.9: Move Data tests in dojox under the dojox/data module) closed by
- fixed: Tested on browsers: Windows: FF 2.0.0.3 FF 1.5.0.11 IE 6 …
- 2:22 PM Ticket #3080 (0.9: Move Data tests in dojox under the dojox/data module) created by
- 0.9: Move Data tests in dojox under the dojox/data module Tom wants …
- 2:17 PM Ticket #3039 (FormElement: enable()/disable() should set the enabled/disabled state) closed by
- fixed: (In [8671]) Fixes #3039. Change _setDisabled to use the newly created …
- 1:37 PM Ticket #3079 (dojox.date.php has bugs and should support overrides) closed by
- fixed: (In [8669]) fixes #3079. Fix getTimezone, weekdays, Jan 1 calculation, …
- 1:36 PM Ticket #3079 (dojox.date.php has bugs and should support overrides) created by
- * getTimeZone is incorrect, it should be getTimezone * weekdays should …
- 1:15 PM Ticket #2724 (Widget.js missing dojo.dom require.) closed by
- fixed: I checked the code. Like peller said the dojo.dom calls have been …
- 12:57 PM Ticket #3078 (tab labels cutoff text when browser's font size big) created by
- If you do Ctrl-+ (Command-+ on the mac), the text for the tab labels …
- 11:02 AM Ticket #3077 (issue loading a TreeV3 in a FloatingPane) created by
- I have this message appearing when trying to load a TreeV3 in a …
- 2:17 AM Ticket #3073 (r8651 horribly b0rken) closed by
- fixed: (In [8666]) Move bidi computedStyle call in postMixInProperties out to …
May 20, 2007:
- 11:05 PM Ticket #3076 (refactor wai.js) created by
- Rename wai.js to a11y.js; also, imageBgToSrc() probably shouldn't be a …
- 9:30 PM Ticket #3075 (sub-menus incorrectly display as "open" when menu re-displayed) created by
- steps to reproduce: - load dijit/tests/test_Menu.html - right click …
- 9:21 PM Ticket #3074 (tab closing doesn't work on IE 7) created by
- try closing the "Closeable" tab item on dijit/themes/themeTester.html. …
- 9:08 PM Ticket #3073 (r8651 horribly b0rken) created by
- [8651] introduced an exception for widgets on IE 7. If the node is not …
- 8:47 PM Ticket #3072 (dijit.util.placeOnScreen() causes "flicker" on FF) created by
- since things have visibility after their display is reset, placement …
- 4:54 PM Ticket #3071 (spinner a11y is broken) created by
- With revision [8660], spinner now has huge problems. Using FF 2.0 on …
- 4:44 PM Ticket #3070 (concat function was removed from string.Builder) closed by
- fixed: (In [8663]) fixes #3070. added concat function to mirror appends function
- 4:44 PM Ticket #3070 (concat function was removed from string.Builder) created by
- In order to use strings and string.Builder interchangably, they need …
- 4:24 PM Ticket #3069 (Make theme tester page) created by
- Make a page for one-stop-shopping of testing your theme. Currently …
- 6:12 AM Ticket #3068 (Add PHP date format) closed by
- fixed
- 6:08 AM Ticket #3068 (Add PHP date format) created by
- http://us.php.net/manual/en/function.date.php
- 5:57 AM Ticket #3067 (Get basic tundra CSS going) created by
- Blanket bug for a big checkin that gets a first pass of the dijits …
- 12:39 AM Ticket #3001 (port dojo.behavior to 0.9) closed by
- fixed: (In [8657]) adding tests for dojo.behavior. Fixing off-by-one …
May 19, 2007:
- 11:35 PM Ticket #3042 ([PopupManager] onMouse prevents popup from closing) closed by
- fixed: (In [8656]) Fix PopupManager? so that it doesn't depend on popup …
- 2:38 AM Ticket #3066 (dojo.back and dojo.event don't show up properly in parser) closed by
- fixed: (In [8655]) fixes #3066. The parser was updated to handle executed …
- 2:37 AM Ticket #3066 (dojo.back and dojo.event don't show up properly in parser) created by
-
dojo.back and dojo.event use the
(function(){ ...})();
format. … - 1:33 AM Ticket #3064 (regression in tab containers. Perhaps related to [8641]) closed by
- fixed: (In [8654]) Further changes related to startup()/layout(). Fixes #3064.
May 18, 2007:
- 9:48 PM Ticket #3033 (djConfig.locale doesn't work) closed by
- fixed: (In [8652]) merging a (great) patch from peller. Fixes #3033
- 9:21 PM Ticket #3065 (allow load/error handlers to be passed to new I/O methods) created by
- after discussions w/ Dustin, I'm much less concerned now about the …
- 9:13 PM Ticket #3064 (regression in tab containers. Perhaps related to [8641]) created by
- resizing a parent of a tab container now causes the tab labels to be …
- 8:28 PM Ticket #2225 (mouseover on a popupmenu item should set focus to the item) closed by
- duplicate
- 8:26 PM Ticket #3009 (dropdown and combobutton needs appropriate a11y information.) closed by
- fixed: Agreed. Closing as fixed.
- 8:26 PM Ticket #2219 (combobox needs focus set on list of choices for a11y support) closed by
- duplicate: superceeded by #2939 and #2940
- 8:25 PM Ticket #3063 (options / arrow portion of combobutton needs an accessible name) created by
- There is currently no information spoken by screen readers about the …
- 7:41 PM Ticket #3062 (pressing space on dropdown button should toggle the associated menu) created by
- Pressing space with focus on a drop down button causes the associated …
- 7:29 PM Ticket #3060 (0.9: Drop initial cut of dojox.wireml) closed by
- fixed: Fixed under changeset: 8650
- 7:28 PM Ticket #3061 (drop down menu should not be associated with the default combo button) created by
- setting focus to the default portion (NOT the arrow) of a combo button …
- 7:12 PM Ticket #3060 (0.9: Drop initial cut of dojox.wireml) created by
- 0.9: Drop initial cut of dojox.wireml This is basically an …
- 6:55 PM Ticket #3059 (_base.js doesn't provide dojo._base) closed by
- fixed: (In [8649]) fixes #3059. add in proper provide
- 6:55 PM Ticket #3059 (_base.js doesn't provide dojo._base) created by
- _base.js doesn't provide dojo._base, so the loader thinks a require of …
- 6:06 PM Ticket #3058 (Make passing of HTML elements into template more elegant) created by
- For example, templates must have name=${name} to carry over the name …
- 5:10 PM Ticket #3056 (datetime picker) closed by
- wontfix: "not very good" isn't sufficient criticism (and we're not taking this …
- 4:56 PM Ticket #3057 (using VAR for same variable name within if..then..else clause produces ...) closed by
- duplicate
- 4:05 PM Ticket #2899 (Dijit: add focusNode) closed by
- fixed: (In [8645]) fixes #2899 committed for David Bolter
- 3:25 PM Ticket #3057 (using VAR for same variable name within if..then..else clause produces ...) created by
- I had code similar to the following: if (subvalues[1] != undefined) { …
- 3:02 PM Ticket #3037 (autocompleter template assigns the id to the fieldset element rather ...) closed by
- fixed: (In [8644]) fixes #3037 updated so autocompleter and datetextbox are …
- 2:44 PM Ticket #3006 (popupmenu items not read by screen readers) closed by
- fixed: (In [8643]) fixes #3006 Adds ARIA Roles and states, clean up …
- 12:29 PM Ticket #3056 (datetime picker) created by
- The dojo datetime picker is not very good. Maybe take a look at a …
- 11:08 AM Ticket #3055 (IframeIO and content argument, flashing input boxes) created by
- in io/IframeIO.js, when content variable is passed on with bind, there …
- 1:19 AM Ticket #3054 (f considered harmful) created by
- f is an especially poor choice for a public function name, if our goal …
May 17, 2007:
- 10:55 PM Ticket #3053 (We may need to introduce a DnD item separator object.) created by
- Currently the point of insertion is modeled using the border CSS …
- 10:51 PM Ticket #3052 (Update CSS/HTML of DnD demo (0.9)) created by
- Per our discussion --- could you update CSS/HTML of the demo to make …
- 8:17 PM Ticket #2568 ([cla] [Patch] Allows DropDown[Date|Time]Picker to disable keyboard ...) closed by
- wontfix: Hi. Sorry, but I'm gonna mark this as "wontfix". The problem is that …
- 7:29 PM Ticket #2291 (When Tooltip and PopupMenu2 co-exist in a page, PopupMenu2 doesn't ...) reopened by
- This is very much reproducible with out of box sample of 0.4.2 and …
- 6:50 PM Ticket #3013 (keypress in calendarpopup results in exception) closed by
- fixed: (In [8639]) Fixes #3013. Added test for processKey function.
- 6:15 PM Ticket #2182 (update button widgets to work with images turned off) closed by
- worksforme: Looks like this has been fixed in trunk.
- 6:11 PM Ticket #3041 (NumberTextbox does not know how to handle decimals) closed by
- worksforme: Ok, took me a while to figure this one out. It's because there was a …
- 5:37 PM Ticket #3051 (document dojo.css) created by
- 5:25 PM Ticket #3050 (0.9: Widget cleanup and destroy functions) created by
- When looking at widget cleanup and destroy functions for the widget, …
- 5:05 PM Ticket #3049 (bidi patches for dijit) created by
- 4:59 PM Ticket #1403 (Feature Request: Need ability to remove/delete dojo2d Paths/Nodes/etc) closed by
- invalid: Um. parent.remove(childShape)? where parent is either the Surface or …
- 4:58 PM Ticket #3048 (bidi patches to dojo dnd, html) created by
- 4:29 PM Ticket #3043 (Create Editor2 porting branch.) closed by
- fixed
- 4:19 PM Ticket #2761 (FilteringTable if Date field has no value NaN is displayed) closed by
- wontfix: Can't even look at this code/patch without a known CLA on file. …
- 4:17 PM Ticket #323 ([patch][need cla] drag and drop support for SVG widgets) closed by
- wontfix: Closing this in favor of dojox.gfx and the new DnD system, which …
- 4:16 PM Ticket #322 (improve coordinates calculations with svg widgets) closed by
- wontfix: Closing in favor of gfx.
- 4:15 PM Ticket #3047 ([charting] Rewrite to use DojoX GFX.) created by
- See what it will take to port at least part of the charting engine to …
- 4:14 PM Ticket #3046 (Port crypto to dojox.) created by
- 4:13 PM Ticket #3045 (Port collections to dojox.) created by
- 4:13 PM Ticket #3044 ([charting] Port to DojoX) created by
- Self-descriptive :)
- 4:12 PM Ticket #3043 (Create Editor2 porting branch.) created by
- Create a branch off the 0.4 trunk for the purpose of Editor2 porting.
- 4:09 PM Ticket #2087 (dojo.charting.Chart and CSS) closed by
- fixed: was fixed in 0.4.2.
- 4:06 PM Ticket #3042 ([PopupManager] onMouse prevents popup from closing) created by
- onMouse incorrectly calls stack[0].close; it should call …
- 4:46 AM Ticket #3041 (NumberTextbox does not know how to handle decimals) created by
- NumberTextbox? does not know how to handle decimals, atleast when …
- 3:15 AM Ticket #3040 (dojo.connect() normalizes event names for non-DOM objects) created by
- dojo.connect() is normalizing event names for all objects, not just …
- 2:48 AM Ticket #3039 (FormElement: enable()/disable() should set the enabled/disabled state) created by
- There's some code in _DropdownTextBox right now for enable()/disable() …
- 2:22 AM Ticket #2598 (dropdowndatepicker read value using saveFormat) closed by
- wontfix: So the new dijit widgets will use the rfc-style format for …
- 2:16 AM Ticket #363 (Rename jum? Maybe dojo.unit?) closed by
- wontfix: replaced by DOH
- 2:16 AM Ticket #1854 (Dynamically updating DatePicker) closed by
- wontfix
- 2:09 AM Ticket #1679 (monthlyCalendar is not working due to latest changes) closed by
- wontfix: this widget is no longer supported, though it might be easy to …
- 2:08 AM Ticket #1644 (DatePicker month Label is offset wrong in IE when displayWeeks=1 and ...) closed by
- fixed: Indirectly fixed by dijit.Calendar rewrite of layout, though it's no …
- 2:05 AM Ticket #1290 (Expected ':' but found 'select'. Declaration dropped.:) closed by
- invalid
- 2:03 AM Ticket #1105 (Template vars dont parse arrays) closed by
- wontfix
- 2:01 AM Ticket #780 (deprecate Editor) closed by
- wontfix: Editor2 is being ported to dijit.Editor. We never deprecated the old …
- 1:53 AM Ticket #854 (Dojo 0.3 page loading is slower than in 0.2.2 version) closed by
- invalid: too much has changed since the last comment. Dijit has completely …
- 1:43 AM Ticket #2463 ([PATCH] [CLA] Allow DropDownDate/TimePicker to be skinned ...) closed by
- wontfix: The new Dijit version of the DropdownDatePicker? and Calendar widgets …
- 1:40 AM Ticket #2406 (Button is not looking how it should) closed by
- invalid: Not sure this is valid now that Torrey is redoing styles for Tundra.
- 1:30 AM Ticket #1364 (Menu2 occasionally not visible) closed by
- invalid: no update in >6 months. Please re-open if you can reproduce. Thanks
- 1:25 AM Ticket #2531 (Fine-tune file dependencies) closed by
- fixed: This is being addressed in the 0.9 rewrite. If there are specific …
- 1:21 AM Ticket #2199 (Virus JS/Feeb in Dojo ZIP downloads) closed by
- invalid: I've heard of virus scanners that just do keyword searches -- there …
- 1:17 AM Ticket #2557 (DropdownContainer Bug!) closed by
- invalid: please re-open if you can show a bug with a reproducible test case. thanks
- 1:12 AM Ticket #588 (dojo.date time zones don't currently support daylight savings time) closed by
- wontfix: the timezone lists were cut from dojo.date. We need a more complete …
- 12:54 AM Ticket #1163 (Widget within xml style declared widget - fails in Firefox) closed by
- wontfix: no more xml-style in dijit
May 16, 2007:
- 10:32 PM Ticket #3038 (Add docscripts to 0.9 util) closed by
- fixed: (In [8633]) fixes #3038. Moving scripts to util branch, updating to a …
- 10:30 PM Ticket #3038 (Add docscripts to 0.9 util) created by
- 9:59 PM Ticket #3037 (autocompleter template assigns the id to the fieldset element rather ...) created by
- The autocompletor template which is used for several textboxes, …
- 9:58 PM Ticket #3036 (space between currency and symbol should be optional for data entry, parse) created by
- Joose found a bug in currency textbox (and I trust he'll find plenty …
- 9:55 PM Ticket #3035 (validate test tooltip assumes en-us conventions) created by
- tooltip should not give $12,000.00 as an example. If it's going to …
- 9:53 PM Ticket #3034 (ShrinkSave patch needs to be updated) created by
- The patch does not apply cleanly against Mozilla Rhino CVS HEAD.
- 9:52 PM Ticket #3033 (djConfig.locale doesn't work) created by
- djConfig used to get mixed in? It looks like I have to manually set …
- 8:59 PM Ticket #3032 (setTextValue() refactor) created by
- Rename setTextValue() to setDisplayedValue(), and move it from Textbox …
- 8:26 PM Ticket #3031 ([AutoCompleter] Obscure interface issues) created by
- a - down - backspace - down. List looses the highlighted item, and …
- 8:19 PM Ticket #3026 ([SerializableTextbox] &=Iowa; blank names being submitted) closed by
- fixed: (In [8632]) Fixes #3026. Proxy commit for haysmark. Fixes several …
- 7:46 PM Ticket #3030 (dojo.declare() mixin specificity seems wrong) created by
- if I specify this list of inheritance in a class: […] I would …
- 7:35 PM Ticket #3029 (0.9: Remove extraneous return in dojox.data.dom) closed by
- fixed: Fixed in changeset: 8631
- 7:29 PM Ticket #3029 (0.9: Remove extraneous return in dojox.data.dom) created by
- 0.9: Remove extraneous return in dojox.data.dom In one of the if …
- 5:54 PM Ticket #3028 ([PopupManager] openAround requres all optional arguments) created by
- You should be able to call openAround by just passing it the parent …
- 3:55 PM Ticket #3027 (id value not maintained in textbox based widgets) closed by
- duplicate: Sorry, this was a caching problem - this was fixed as part of 2751.
- 3:41 PM Ticket #3027 (id value not maintained in textbox based widgets) created by
- Specifically in the test_validate.html page - the test page sets an id …
- 3:04 PM Ticket #3026 ([SerializableTextbox] &=Iowa; blank names being submitted) created by
- SerializableTextbox? just sets the name of the textbox to ""; this …
- 2:45 PM Ticket #3025 (Design Request: data, dataProviderClass, store, url attributes for ...) created by
- Not all of our widget users are going to want to be bothered with …
- 2:39 PM Ticket #3024 (color palette needs to provide actual color names) created by
- Currently the color palette provides the hex value of each color. …
- 2:35 PM Ticket #3023 (color palette needs ARIA roles) created by
- The color palette itself should be marked with a role of grid. Each …
- 2:33 PM Ticket #3022 (color palette needs to work with images off) created by
- We need to make the color palette work in images off mode. Right now …
- 1:04 AM Ticket #3021 (provide public url property on JsonItemStores to let them be ...) closed by
- fixed: (In [8627]) make it possible to declare this store from markup w/ the …
- 1:04 AM Ticket #3021 (provide public url property on JsonItemStores to let them be ...) created by
- 12:03 AM Ticket #3020 (Dijit: data binding smarts and properties need to be a mixin) created by
- Currently tree and the select/autocomplete define properties for …
May 15, 2007:
- 9:35 PM Ticket #3019 ([Select] Submits two values) closed by
- fixed: (In [8626]) Fixes #3019. New Select demo showing how to declare a …
- 8:44 PM Ticket #2905 (use dojo.string.substitute in TemplatedWidget) closed by
- fixed: (In [8623]) Use dojo.string.substitute for TemplatedWidget?. No more …
- 8:29 PM Ticket #3018 (dijit.util.bidi.isLeftToRight() reports false on IE on documents with ...) closed by
- fixed: (In [8622]) Oops. Forgot to do boolean check on document.dir …
- 8:18 PM Ticket #3019 ([Select] Submits two values) created by
- Select submits two hidden values. This is because AutoCompleter? is …
- 7:14 PM Ticket #3018 (dijit.util.bidi.isLeftToRight() reports false on IE on documents with ...) created by
- dijit.util.bidi.isLeftToRight() reports false on IE on documents with …
- 5:12 PM Ticket #3017 (ShrinkSafe / Rhino does not support object literals named "class") closed by
- invalid: class is a reserved word in JavaScript?. If you do the following, it …
- 5:03 PM Ticket #3017 (ShrinkSafe / Rhino does not support object literals named "class") created by
- Hello, """ >cat testjs.js var v = {class: "foo"}; >java -jar …
- 3:42 PM Ticket #2927 (with debugAtAllCosts: true, a json answer turns to true) closed by
- worksforme: You've neglected the required call to dojo.hostenv.writeIncludes(). …
- 3:36 PM Ticket #3016 (dojo.marginBox(), dojo.contentBox() doesn't always return size) closed by
- wontfix: dojo.marginBox and dojo.contentBox are two-for-one functions. Each one …
- 2:58 PM Ticket #3016 (dojo.marginBox(), dojo.contentBox() doesn't always return size) created by
- Judging from the code of dojo.marginBox(), it's supposed to return a …
- 2:36 PM Ticket #3015 (FilteringTable needs stub for selections that destroy the widget) created by
- There seems to be no stub for events to the filtering table that will …
- 2:31 PM Ticket #2979 (Move Calendar.css into tundra.css and dijit.css) closed by
- fixed
- 12:16 PM Ticket #2788 (Implement Dijit Menu keyboard and mouse behavior) closed by
- fixed: (In [8621]) Fixes #2788: Implement Dijit Menu keyboard and mouse …
- 10:13 AM Ticket #2927 (with debugAtAllCosts: true, a json answer turns to true) reopened by
- I add a test case. So if you add debugAtAllCosts: true, the list of …
- 9:55 AM Ticket #3014 (Bug in "dojo.collections.SortedList" replace function) created by
- Hello, I've detected a bug in in dojo.collections.SortedList? …
- 2:09 AM Ticket #3013 (keypress in calendarpopup results in exception) created by
- PopupManager?.js line 136: […]
- 2:05 AM Ticket #3012 (popup flashes in old position before being placed) created by
- in test_validate.html, click on the first dropdown for datetextbox. …
- 1:59 AM Ticket #3000 (Suggested changes to DateTextbox for i18n) reopened by
- German DateTextbox? doesn't have a German popup Calendar. Must define …
- 12:39 AM Tickets #2812,2935,2936,2937,2938,2962,2977,2981,2992,2999,3000,3004 batch updated by
- fixed: (In [8618]) (proxy checkin for Mark Hays, IBM, CCLA on file) Fixes …
May 14, 2007:
- 11:12 PM Ticket #3011 (XhrIframeProxy: xip_client.html and xip_server.html have inadequate ...) closed by
- fixed: (In [8613]) Fixes #3011
- 11:07 PM Ticket #3011 (XhrIframeProxy: xip_client.html and xip_server.html have inadequate ...) closed by
- fixed: (In [8612]) Fixes #3011.
- 11:03 PM Ticket #3011 (XhrIframeProxy: xip_client.html and xip_server.html have inadequate ...) closed by
- fixed: (In [8611]) Fixes #3011.
- 11:00 PM Ticket #3011 (XhrIframeProxy: xip_client.html and xip_server.html have inadequate ...) closed by
- fixed: (In [8610]) Fixes #3011.
- 10:59 PM Ticket #3011 (XhrIframeProxy: xip_client.html and xip_server.html have inadequate ...) created by
- xip_client.html and xip_server.html have weaknesses that could allow …
- 10:42 PM Ticket #3010 (RichText: port to dijit) created by
- Alex has graciously volunteered to port RichText? to dijit, thus …
- 10:39 PM Ticket #2745 (port DatePicker to dijit as Calendar widget for 0.9) closed by
- fixed
- 10:11 PM Ticket #3009 (dropdown and combobutton needs appropriate a11y information.) created by
- The complex buttons need to have the state of haspopup=true added to …
- 10:07 PM Ticket #2656 (implement a text/json-comment-filtered mimetype to allow servers to ...) closed by
- fixed
- 9:59 PM Ticket #2224 (tab key should move from menu item to menu item in dropdown and combo ...) closed by
- invalid: The desired behhavior has changed. When the user tabs and the menu …
- 8:50 PM Ticket #3008 (Fix web builds to work with layered build changes) closed by
- fixed: (In [8607]) Fixes #3008. Web builds now working again.
- 8:48 PM Ticket #3008 (Fix web builds to work with layered build changes) created by
- The layered build changes broke the web build. Fix it. Don't support …
- 7:20 PM Ticket #3007 (dojo.date.stamp refactor) created by
- implement to/fromIsoString() methods add references to spec on the …
- 6:21 PM Ticket #2942 (Checkbox: shows up wrong on FF2.0 windows / chinese) closed by
- fixed: (In [8603]) Fixes #2942. Proxy commit for davidb. Fix verified by …
- 6:01 PM Ticket #3006 (popupmenu items not read by screen readers) created by
- Using trunk today I tested menus with Jaws and WindowEyes. When …
- 5:58 PM Ticket #3005 (0.9: XmlStore in dojox enhancement to setValues();) closed by
- fixed: (In [8602]) Update to XmlStore? to allow for setting of values via an …
- 5:46 PM Ticket #3005 (0.9: XmlStore in dojox enhancement to setValues();) created by
- 0.9: XmlStore? in dojox enhancement to setValues(); Question raised …
- 3:14 PM Ticket #3004 ([InlineEditBox] Work with Select) created by
- Make onValueChanged always listen for a value changing. Make Select …
- 3:03 PM Ticket #2991 (Checkbox loosing checked property) closed by
- wontfix: Thanks for reporting the bug. Bill, I agree we should close this as …
- 2:09 PM Ticket #3003 (0.9: Minor style guideline problems and a Transer wire creation ...) closed by
- fixed: (In [8600]) Minor style updates plus a fix to wire creation. fixes #3003
- 1:58 PM Ticket #3003 (0.9: Minor style guideline problems and a Transer wire creation ...) created by
- 0.9: Minor style guideline problems and a Transer wire creation …
- 1:55 PM Ticket #2784 (onkey event broken in 0.4.2 (due to change [7508])) closed by
- fixed: (In [8599]) Fixes #2784. Matches event.connect to old trunk.
- 11:50 AM Ticket #2689 (a11y improvements for Titlepane) closed by
- fixed: (In [8598]) fixes #2689
- 8:02 AM Ticket #3002 (Add dojo web site files to SVN) created by
- Add dojotoolkit.org web site files to SVN. Temporarily adding them to …
- 7:07 AM Ticket #3001 (port dojo.behavior to 0.9) created by
- don't port the form stuff, but port what's in "common.js" to dojo.behavior
- 3:08 AM Ticket #3000 (Suggested changes to DateTextbox for i18n) created by
- Need to pass along this.lang widget attribute to constraints object as …
- 2:41 AM Ticket #2999 (Suggested changes to DateTextbox to support new _Calendar API) created by
- I changed the onValueChanged method so that it only fires when the …
May 13, 2007:
- 3:21 AM Ticket #2350 (dojo.string.substituteParams needs to be more flexable) closed by
- fixed: (In [8588]) Fixes #2350
May 12, 2007:
- 5:59 PM Ticket #2998 (Editor2 does not update the hidden input field, therefore submitting ...) created by
- with a simple Editor2 setup, using <textarea name="foo" …
May 11, 2007:
- 11:39 PM Ticket #2997 (port cometd client to 0.9) created by
- needs to drop cruft and move to dojox/0.9 APIs
- 10:07 PM Ticket #2996 (rhino based command line unit tests with do not working) created by
- After DOH was moved out to util, the command line tests do not seem to …
- 7:58 PM Ticket #2758 (port dojo.date to 0.9) closed by
- fixed
- 6:15 PM Ticket #2995 (InlineEditBox needs more widget examples and tundra style buttons) created by
- Need to add Spinner and an AutoCompleter? widget examples to …
- 6:08 PM Ticket #2994 (scrub codebase of "dojo.raise()" and convert to "throw new Error()") created by
- we're not hitting this a lot, but a quick grep of Core shows that it …
- 3:46 PM Ticket #2993 (dojo.html.getParentByType returns the node instead of the parent if ...) created by
- In getParentByType(node,type), if node is of that type, then …
- 3:22 PM Ticket #2992 ([Select] onclick not being handled correctly in Webkit) created by
- The clicking in Webkit is weird. If you click a scrollbar, the popup …
- 3:09 PM Ticket #2985 (Implement Checkbox widget value API) closed by
- fixed: (In [8565]) Fixes #2985. Proxy commit for davidb. Fix setChecked to …
- 11:00 AM Ticket #2991 (Checkbox loosing checked property) created by
- dojo.widget.Checkbox.inputNode.checked is lost if one of the widget's …
- 6:35 AM Ticket #2990 ([build] Firebug files should be copied when building dojo) created by
- When building dojo, firebug files should be copied to …
- 4:41 AM Tickets #2185,2303,2750 batch updated by
- fixed: (In [8564]) port rpc to 0.9 and fix some other tickets along the way, …
- 2:07 AM Ticket #2980 ([Calendar] Multiple Calendars overwrite each other) closed by
- fixed: (In [8549]) Fix a couple more dojo.query scopes so multiple calendars …
- 12:06 AM Ticket #2989 (Implement preventCache for io calls) closed by
- fixed: (In [8547]) Fixes #2989. preventCache is now supported for IO calls
- 12:04 AM Ticket #2989 (Implement preventCache for io calls) created by
- Passing preventCache: true to an io method should add a random param …
May 10, 2007:
- 11:48 PM Ticket #2988 (Dijit: do rollups or something to reduce number of XHR) created by
- Make rollups like dijit.base and dijit.util, or maybe a dijit.js file …
- 8:18 PM Ticket #2615 (port dojo.query/dojo.NodeList + tests into core) closed by
- fixed: (In [8544]) fixes issues w/ context nodes + "> ..." rules. Fixes …
- 8:01 PM Ticket #2886 (IE: default action does not occur with onkeypress listener) closed by
- fixed: Re: (4), I'm not convinced this is a defect. Setting keyCode to 0 …
- 7:53 PM Ticket #2987 (Jitter in test_Layout.html) created by
- When resizing elements in test_Layout.html you can see jitter, or …
- 7:47 PM Ticket #2986 (test_Layout.html crashes Safari) closed by
- fixed
- 7:19 PM Ticket #2986 (test_Layout.html crashes Safari) created by
- 7:13 PM Tickets #2983,2984 batch updated by
- fixed: (In [8542]) Fixes #2983, #2984. Added summary comment to onClick and …
- 7:07 PM Ticket #2985 (Implement Checkbox widget value API) created by
- 6:58 PM Ticket #2984 (0.9 InlineEdit box execution error.) created by
- When using inline edit box, it appears to be calling a function that …
- 6:54 PM Ticket #2983 (0.9: Inline Edit Box issue when manipulated programmatically.) created by
- In inline edit box, the save and cancel functions always expect an …
- 6:45 PM Ticket #2982 ([patch] [cla] dojo.byId fails (IE6,7 Opera) when used on a form, which ...) created by
- Problem is when you have a form with an element named "id", like: …
- 6:30 PM Ticket #2981 ([Select] Label images are stealing onclick, dojo.data throws exception) created by
- Select supports adding arbitrary HTML as a label for a menu item. For …
- 4:53 PM Ticket #2980 ([Calendar] Multiple Calendars overwrite each other) created by
- When you change the month or year on one calendar, the days and styles …
- 4:41 PM Ticket #2979 (Move Calendar.css into tundra.css and dijit.css) created by
- Any test page using a Calendar widget has to manually import the …
- 4:03 PM Ticket #2978 (make Dijit test pages all use consistent CSS and idiomatic JS) created by
- people learn Dojo from our examples, which means they need to be …
- 3:06 PM Ticket #2925 (Remove input type=reset from dijit form html tests/examples) closed by
- fixed: (In [8534]) Fixes #2925. Proxy commit for davidb to remove reset buttons.
- 2:51 PM Ticket #2977 ([_DropDownTextbox] Use one popup node) created by
- Right now, _DropDownTextbox has one popup widget, but still creates a …
- 2:06 PM Ticket #2976 (Dijit: create infrastructure) closed by
- fixed
- 2:06 PM Ticket #2976 (Dijit: create infrastructure) created by
- This was done long ago, but I need a trac entry for it, so filing it now.
- 11:27 AM Ticket #2975 (IE7: dojo does not load from local filesystem when isDebug: true) created by
- Dojo version: profile=base, built from current 0.9 development …
- 6:14 AM Ticket #2973 (Dojo's back button with bookmarking only saves the last page when ...) reopened by
- Using a form to save the state as dhtml history does is not quite …
- 4:45 AM Ticket #2973 (Dojo's back button with bookmarking only saves the last page when ...) closed by
- wontfix: Unfortunately, this is not supported. When you leave the page that has …
- 3:47 AM Ticket #2974 (Tundra: Theme validation widget) created by
- 3:20 AM Ticket #2532 (cron sshd restart) closed by
- invalid: This was completed on mastondon, but not closed. Not needed on turtle
- 2:15 AM Ticket #2973 (Dojo's back button with bookmarking only saves the last page when ...) created by
- Problem using the dojo's back button (the one with bookmarking …
- 1:09 AM Ticket #2824 (Toaster: port to dojox) closed by
- fixed: (In [8516]) Toaster: Update add/removeClass and template. Fixes #2824. …
- 12:51 AM Ticket #2775 (xd loading: loading a local i18n bundle from inside a local module ...) closed by
- fixed: (In [8515]) Fixes #2775. Now local i18n bundles should load in time …
May 9, 2007:
- 10:05 PM Ticket #2792 (dojo.io.bind: XMLHTTPTransport eats errors with evaling json response) reopened by
- 10:05 PM Ticket #2792 (dojo.io.bind: XMLHTTPTransport eats errors with evaling json response) closed by
- fixed: (In [8514]) Reverting change that fixes #2792. Decided to hold off …
- 9:54 PM Ticket #2824 (Toaster: port to dojox) reopened by
- needs an update due to 2821 and the addClass/removeClass changes
- 9:48 PM Ticket #2972 (SVG Paths that are not closed do not render properly in VML) created by
- If you try to do something like this: surface.createPath("M0,0 …
- 9:16 PM Ticket #2792 (dojo.io.bind: XMLHTTPTransport eats errors with evaling json response) closed by
- fixed: (In [8513]) Fixes #2792: malformed json eval error was not sent to …
- 8:40 PM Ticket #2386 (Provide additional rollup files in addition to dojo.js) closed by
- fixed: Marking fixed now. Basic support in there now. Layered support might …
- 8:19 PM Ticket #2886 (IE: default action does not occur with onkeypress listener) reopened by
- Reopening. The Ctrl+Enter mapping is fixed, but onkeydown_2 issue is …
- 7:23 PM Ticket #2971 (shrinksafe regression) closed by
- fixed: (In [8508]) fixes #2971. Thanks to Ben Lowery for finding and …
- 7:22 PM Ticket #2971 (shrinksafe regression) created by
- from Ben Lowery: […] [8345] introduced this issue.
- 7:20 PM Ticket #2500 (port bootstrap(s) to core) closed by
- fixed: marking fixed. New issues should be filed under separate cover.
- 7:19 PM Ticket #2619 (import/port Firebug-Lite to 0.9 Core) closed by
- fixed: it's imported. New issues should be filed under separate cover.
- 6:44 PM Ticket #2886 (IE: default action does not occur with onkeypress listener) closed by
- fixed: Thanks for the report. Should be fixed as of [8507]. Special handling …
- 5:59 PM Ticket #2927 (with debugAtAllCosts: true, a json answer turns to true) closed by
- worksforme: Trying this test with debugAtAllCosts set to true seems fine with JSON …
- 5:27 PM Ticket #2886 (IE: default action does not occur with onkeypress listener) reopened by
- Dojo version: profile=base, built from current development …
- 3:56 PM Ticket #2299 (Disabling checkbox does not change style) closed by
- fixed: (In [8506]) Fixes #2299. Proxy commit for davidb. Added …
- 3:40 PM Ticket #2967 (Button: programatic creation broken?) closed by
- fixed: (In [8505]) Fixes #2967. Changed call to getComputedStyle
- 2:35 PM Ticket #2350 (dojo.string.substituteParams needs to be more flexable) reopened by
- I found an issue with current regex. If a format function is …
- 9:43 AM Tickets #1733,2821 batch updated by
- fixed: (In [8503]) fixes #2821 and #1733 Now all domevent names in template …
- 5:42 AM Ticket #2963 (tundra.css does not allow input fields to change colors based on input) closed by
- duplicate: This should be fixed when we complete #2799
- 4:26 AM Ticket #2079 (refactor dojo.dom.destroyNode) closed by
- duplicate: should be covered by #2931
- 4:24 AM Ticket #1972 (dojo.html.removeClass() doesn't work properly when allowPartialMatches ...) closed by
- wontfix: we don't support allowPartialMatches anymore in 0.9
- 4:15 AM Ticket #2634 (dojo.event.browser.addListener accidentally uses global variable) closed by
- wontfix: this code was rewritten in 0.9
- 4:00 AM Ticket #2930 (dojo.number.parse throws an exception on empty string) closed by
- fixed: (In [8498]) Handle parse of empty string. Fixes #2930
- 3:08 AM Ticket #2793 (widget destruction event memory leaks) closed by
- fixed: (In [8496]) Make _connects[] array to hold all connections a widget …
- 2:25 AM Ticket #2959 (Early GC of srcNodeRef in Widget creation) closed by
- fixed
- 2:17 AM Ticket #2970 (replaceChild in templateWidget) created by
- I was browsing the new dijit code and saw a replaceChild being called …
- 2:16 AM Ticket #2969 (Menu: obscured by Firefox's scrollbar on Macs) created by
- If I open a !PopupMenu2 and it happens to overlap an element with a …
- 12:13 AM Ticket #2911 (port scriptsrcio to Core) closed by
- fixed: (In [8492]) merging James' patches (source and tests) for script src …
May 8, 2007:
- 11:52 PM Ticket #1507 (DatePicker can confuse users into picking the wrong date) closed by
- fixed: Calendar in dijit 0.9 doesn't have scroll by week feature.
- 11:43 PM Ticket #2924 (Fix some of the fixmes in _base/xhr.js, and re-org to allow other io ...) closed by
- fixed: thanks for getting this revved and done. Marking fixed.
- 11:38 PM Ticket #2968 (Create benchmark tests for widget creation) created by
- Create some files benchmarking how long it takes to create widgets in …
- 11:22 PM Ticket #750 (Animation duration as String) closed by
- fixed: Fixed in 0.9. toggleDuration is only defined on certain widgets (like …
- 11:19 PM Ticket #600 (unordered lists using dojo.dnd don't have the right appearance during ...) closed by
- wontfix: Not sure if this is an issue anymore, since FloatingPane? is being …
- 11:17 PM Ticket #1086 (Changing the appearance of the Button widget is too difficult) closed by
- fixed: Buttons for dijit are customizable via CSS.
- 11:16 PM Ticket #855 (content pane buffering) closed by
- invalid: I'm not sure what this bug means; I thought it was about ContentPane? …
- 11:01 PM Ticket #1041 (General Widget Memory Leak) closed by
- fixed: All that code is gone in 0.9, and this problem should be fixed; please …
- 10:53 PM Ticket #133 (isContainer without template string error) closed by
- fixed
- 10:50 PM Ticket #94 (Remove dojo.widget._cssFiles in favor of using feature built into ...) closed by
- wontfix: _cssFiles is gone altogether in dijit.
- 10:48 PM Ticket #42 (postInitialize barfs if templateNode unset and domNode replaced manually) closed by
- fixed: No longer an issue with dijit.
- 10:47 PM Ticket #2967 (Button: programatic creation broken?) created by
- In test_Button.html the programatically created button isn't showing …
- 10:46 PM Ticket #2966 (build: for intern-strings, print out what file is getting the interned ...) created by
- Right now the build output tells you that a file is being interned, …
- 10:43 PM Ticket #1852 (IE 5.5 out of stack space error on dojo.widget.Dialog) closed by
- fixed: IE5.5 no longer supported and also, the new dijit architecture has …
- 10:41 PM Ticket #1124 ("Maximum call stack size exceeded" error on Safari 2.0.4 & Dojo 0.3.1) closed by
- fixed: The new dijit architecture makes this not a bug (since we are using …
- 10:10 PM Ticket #2965 (build: intern strings is not working for dijit widgets) closed by
- fixed: (In [8486]) Fixes #2965. interning strings for widgets should work now.
- 10:07 PM Ticket #2965 (build: intern strings is not working for dijit widgets) created by
- The intern strings regexp and path construction needs to be updated …
- 9:43 PM Ticket #2941 (Combobutton: drop down misplaced) closed by
- fixed: (In [8485]) Fixes #2941. Changed the orientation of the combobutton …
- 9:33 PM Ticket #2964 (Make 0.9 buildscripts dir easier to approach) created by
- * Add a README to explain the command to run. * Add a .bat file to …
- 9:11 PM Ticket #2961 (DateTextbox min/max cannot be specified as strings) closed by
- fixed: (In [8484]) Fixes #2961. Converted constraints.min/max for DateTextbox? …
- 8:52 PM Ticket #2963 (tundra.css does not allow input fields to change colors based on input) created by
- The ValidationTextbox? widget tries to change the input element …
- 8:39 PM Ticket #1360 (TreeDisableWrapExtension is very slow (IE)) closed by
- wontfix: Not valid w/new dijit tree.
- 8:38 PM Ticket #1309 (doClone in RPC should get cloned nodes from server, like createChild) closed by
- wontfix: No longer valid now that Tree connects to dojo.data.
- 8:33 PM Ticket #1025 (add topics for things that are difficult to connect to) closed by
- wontfix: This might be interesting instead of having a postCreate() …
- 8:25 PM Ticket #2962 ([AutoCompleter] Enabling a disabled AutoCompleter in IE does not ...) created by
- AutoCompleter? #3 still looks disabled when you enable it. …
- 8:19 PM Ticket #1298 (Unexpected TimePicker.setDateTime() behavior) closed by
- wontfix: We don't have a timepicker at all in dijit... deferring.
- 8:18 PM Ticket #134 (non dojo widget in dojo container widget is not rendered) closed by
- wontfix: Seems like this is no longer valid; reopen with testcase against dijit …
- 8:16 PM Ticket #871 (IE 5.5, dojo.xml.Parse.parseAttributes, and "expando" attributes) closed by
- wontfix: No longer valid w/dijit rearchitecture.
- 8:10 PM Ticket #1321 (Tooltips Followed By Fisheye Seemed to Mess Up Both) closed by
- wontfix
- 8:10 PM Ticket #1269 (FIshEyeMenu doesn't extend if it's to the right side of the Splitter) closed by
- wontfix
- 8:08 PM Ticket #456 (getElementsByClass fails on mozilla richedit content) closed by
- wontfix: Functionality replace by dojo.query()
- 8:07 PM Ticket #425 (FisheyeList zoom isn't smooth) closed by
- wontfix
- 7:41 PM Ticket #2886 (IE: default action does not occur with onkeypress listener) closed by
- fixed: Should be fixed as of [8467].
- 7:21 PM Ticket #2961 (DateTextbox min/max cannot be specified as strings) created by
- 4:43 PM Ticket #2960 (Manager cleanup) closed by
- fixed: (In [8471]) Cleanup of manager. Fixes #2960.
- 4:42 PM Ticket #2960 (Manager cleanup) created by
- Add comments to methods Remove byId, getAllWidgets in favor of …
- 4:27 PM Ticket #2959 (Early GC of srcNodeRef in Widget creation) created by
- used to wait until widget.destroy to do this. Also fix null pointer …
- 3:44 PM Ticket #2958 (dojo.connect of onkeypress prevents IE printable characters) closed by
- fixed
- 3:43 PM Ticket #2829 (ColorPalette: port/rewrite for dijit) closed by
- fixed: Fixed by previous checkin.
- 3:27 PM Ticket #2953 (Can't type in IE) closed by
- fixed: Defect filed against event code.
- 3:13 PM Ticket #2958 (dojo.connect of onkeypress prevents IE printable characters) created by
- If anyone calls dojo.connect(node,"onkeypress",blahblah) then all is …
- 3:05 PM Ticket #2873 (port string.Builder to dojox) reopened by
- Attached is a patch to allow numbers to be passed to append. …
- 2:33 PM Ticket #2957 (TooltipDialog: accessibility) created by
- Implement accessibility for TooltipDialog? (of course, this depends on …
- 2:16 PM Ticket #2956 (Submenu positioning is incorrect) created by
- On Firefox 2: [[Image(...)]] On IE7: [[Image(Submenus …
- 2:12 PM Ticket #2955 (layout(), resize(), onResized() refactor) created by
- Concerning sizing: There are two categories of widgets: children, and …
- 2:03 PM Ticket #1648 ([patch] [CLA needed] Bug fix for dojo.debugDeep() under Firefox 1.5) closed by
- wontfix: Hi Alexander. dojo.debug* is being replaced by firebug console.* APIs …
- 2:01 PM Ticket #2954 (Firebug lite looks wacky in D.O.H. on IE 6, IE 7, and Opera 9.2) created by
- Firebug lite looks wacky in D.O.H. on IE 6, IE 7, and Opera 9.2 In IE …
- 1:44 PM Ticket #2953 (Can't type in IE) created by
- With the latest revision, for some reason typing stopped working. …
- 1:38 PM Ticket #2952 ([Firebug] Firebug in IE is eating errors, preventing debugging.) created by
- While the Firebug console in IE does display all of the console.log …
- 1:21 PM Ticket #2951 (FilteringTable + store.updateData(object) == not working) created by
- […] Result: […]
- 1:05 PM Ticket #2950 (Update DataStore Unit tests to move store load functions out of global ...) created by
- Update DataStore? Unit tests to move store load functions out of global …
- 12:52 PM Ticket #2949 (SplitContainer: code review / cleanup) created by
- The Splitcontainer code seems too complex in it's calculations; need a …
- 12:46 PM Ticket #2948 (SplitContainer: display handle on slider bars) created by
- According to tundra mockup, slider bars have handle. Need to modify …
- 12:41 PM Ticket #2947 (TabContainer a11y) created by
- Implement post-port A11Y for the TabContainer?. Need to think about how …
- 12:39 PM Ticket #2946 (Tundra: TabContainer) created by
- I think the theme is finished, except except need close image (the X icon)?
- 12:29 PM Ticket #2945 (AccordionContainer: extend PageContainer) created by
- Change AccordionContainer? to extend PageContainer?.
- 12:26 PM Ticket #2944 (slideIn()/slideOut don't work for aborted operations) created by
- Basically, the code that I added to wipeIn/wipeOut, which Alex ported …
- 11:01 AM Ticket #1648 ([patch] [CLA needed] Bug fix for dojo.debugDeep() under Firefox 1.5) reopened by
- Working with Firefox 2.0.0.3 here, having the same problem. It is a …
- 12:46 AM Ticket #2943 (Tundra: InlineEditBox) created by
- Style buttons in InlineEditBox? to look like tundra buttons
- 12:42 AM Ticket #2942 (Checkbox: shows up wrong on FF2.0 windows / chinese) created by
- Label shows up under the checkbox on Chinese Windows; talk to Cougar …
- 12:09 AM Ticket #2941 (Combobutton: drop down misplaced) created by
- (After the port to 0.9?) the button drop down menu is positioned in …
- 12:06 AM Ticket #2940 (Select: Implement a11y) created by
- We discussed this at 3DE; it's difficult to do a11y for the Select …
- 12:05 AM Ticket #2939 (Implement a11y for Autocompleter) created by
- For the screen reader, I wonder if we can just treat this as a plain …
May 7, 2007:
- 9:51 PM Ticket #2938 ([AutoCompleter] Exception thrown on mouse over) created by
- Open a popup Move your mouse over the textbox. Exception thrown.
- 9:48 PM Ticket #2937 ([Select] Odd behavior with tab) created by
- In box #2, delete Iowa, then press tab. Iowa reappears, but it shouldn't.
- 9:47 PM Ticket #2936 ([Select] Down arrow on keyboard not working) created by
- In box 2 in test_Select: Delete Iowa Press Escape Press down on …
- 9:46 PM Ticket #2935 ([_DropDownTextBox]: Drop down too big, has unnecessary scroll bars) created by
- Should set overflow so that the scroll bars are automatic.
- 9:43 PM Tickets #2309,2885 batch updated by
- fixed: (In [8458]) Fixes #2885, #2309. AutoCompleter? now inherits from …
- 9:14 PM Ticket #2934 ([add|remove]Listener are superseded by connect/disconnect and should ...) created by
- Before pure dojo.connect/disconnect were merged with the DOM-aware …
- 8:20 PM Ticket #2929 (Typematic requires an object parameter to be passed but null should be ...) closed by
- fixed: (In [8456]) Fixes #2929. Change the way arrays of handles are …
- 6:03 PM Ticket #2933 (09: M2: Add in new data binding layer to dojox (wire).) closed by
- fixed: (In [8455]) Initial commit of the data binding apis (dojox.wire). …
- 5:56 PM Ticket #2933 (09: M2: Add in new data binding layer to dojox (wire).) created by
- 09: M2: Add in new data binding layer to dojox (wire). This tracker …
- 5:41 PM Ticket #2929 (Typematic requires an object parameter to be passed but null should be ...) closed by
- fixed: (In [8451]) Fixes #2929. The obj parameter has been removed. The …
- 4:21 PM Ticket #2932 (Dijit: think about removeChild()/addChild()) created by
- 1. removeChild()/addChild() (in Container.js) are confusing names …
- 4:02 PM Ticket #2931 (need destroyNode in 0.9) created by
- removeChild leak protection needed in 0.9 dojo core or base. Refs …
- 2:26 PM Ticket #2930 (dojo.number.parse throws an exception on empty string) created by
- Calling dojo.number.parse with an empty string "" causes an exception. …
- 11:29 AM Ticket #2929 (Typematic requires an object parameter to be passed but null should be ...) created by
- The obj parameter to addKeyListener and addMouseListener in …
- 10:11 AM Ticket #2928 (LayoutContainer inside LayoutContainer has weird scrollbar) created by
- If I have 2 nested LayoutContainers with the inner one having an …
- 9:04 AM Ticket #2927 (with debugAtAllCosts: true, a json answer turns to true) created by
- I send a request like that : var bindArgs = { url: someUr;, …
May 6, 2007:
- 10:46 PM Ticket #2926 (AccordionContainer layout is brutally slow) created by
- the layout operations in the AccordionContainer? test page (mostly from …
- 9:54 AM Ticket #2808 (Autocompletor: port/redesign for dijit) closed by
- fixed: Fixed by [8401]
- 9:53 AM Ticket #2809 (Select: port/redesign for dijit) closed by
- fixed: fixed by [8401]
- 9:44 AM Ticket #2663 (dijit textbox needs proper type) closed by
- fixed: (In [8429]) Fixes #2663. Changed default type = text
- 9:32 AM Ticket #2752 (scripting modifications to textboxes result in incorrect id value) closed by
- fixed: (In [8428]) Fixes #2752. Copy id from srcRefNode to widget
- 9:28 AM Ticket #2756 (textbox ucFirst attribute doesn't follow dojo style) closed by
- fixed: (In [8427]) Fixes #2756. Change ucFirst to propercase
May 5, 2007:
- 1:08 PM Ticket #2925 (Remove input type=reset from dijit form html tests/examples) created by
- Form reset is no longer supported. We need to remove it from the …
- 1:03 PM Ticket #2907 (form reset messes up checkbox values) closed by
- wontfix: We (dijit crew at Dojo developer day Manhattan) decided not to support …
May 4, 2007:
- 11:01 PM Ticket #2924 (Fix some of the fixmes in _base/xhr.js, and re-org to allow other io ...) created by
- Asking Alex to review: The patch for this ticket fixes some of the …
- 7:41 PM Ticket #2695 (dijit menu can not be invoked via keyboard) reopened by
- Reopening just so Becky can take a look, and then hopefully close it again.
- 4:40 PM Ticket #2814 (Accordion: port to dijit) closed by
- fixed: (In [8423]) Fixes #2814
- 3:43 PM Ticket #2695 (dijit menu can not be invoked via keyboard) closed by
- worksforme
- 12:56 PM Ticket #2923 (Issues with Combobox and empty option tag) created by
- Hi! I had two issues with the combobox. The combobox was defined like …
- 12:46 PM Ticket #2922 (FilteringTable: Changing columns along with data doesn't update the thead) created by
- If you change the columns of the FilteringTable? the columns don't …
- 6:45 AM Ticket #2913 (port AdpaterRegistry to core) closed by
- fixed: (In [8418]) fixes #2913
- 6:44 AM Ticket #2921 (make it possible to toggle sounds in DOH) closed by
- fixed: (In [8417]) fixes #2921
- 6:44 AM Ticket #2921 (make it possible to toggle sounds in DOH) created by
- like it says on the tin
- 2:22 AM Ticket #2920 (Building default module prefix paths if messed up) closed by
- fixed: (In [8415]) Fixes #2920. Holy cow did I mess up detecting and building …
- 2:19 AM Ticket #2920 (Building default module prefix paths if messed up) created by
- This code in buildUtil.evalProfile is messed up: […] The …
May 3, 2007:
- 8:32 PM Ticket #2919 (ComboBox widget input field loses focus after each character) created by
- ComboBox? input field loses focus: - IE6 & IE7 (not Firefox) - After …
- 12:40 PM Ticket #2918 (FilteringTable can not filter on hidden fields) created by
- The setFilter() method only works on visible columns, but not on …
- 1:54 AM Ticket #2917 (Cannot unsubscribe from dojo-checkins) created by
- Hi, I cannot unsubscribe from dojo-checkins because the unsubscribe …
- 1:15 AM Ticket #2793 (widget destruction event memory leaks) reopened by
- I'm opening this again; since cleanNodeEvents() was removed, there are …
May 2, 2007:
- 11:28 PM Ticket #2916 (dojo.behavior needs a mechanism for removing a behavior) created by
- Seems we should have a way to remove behaviors with dojo.behavior. …
- 11:17 PM Ticket #2915 (port dojo.rpc to core) created by
- as per refactoring doc, port dojo.rpc.* into Core for M2
- 11:16 PM Ticket #2914 (port dojo.undo to core) created by
- as per refactoring doc, port dojo.undo into Core for M2
- 11:07 PM Ticket #2913 (port AdpaterRegistry to core) created by
- as per refactor doc, port AdpaterRegistry? to core for M2
- 11:05 PM Ticket #2912 (port iframeio to Core) created by
- as per refactor doc, port iframeio to core for M2
- 11:04 PM Ticket #2911 (port scriptsrcio to Core) created by
- as per refactor doc, port scriptsrcio to core for M2
- 9:43 PM Ticket #2910 (ScriptSrcTransport: _finish method has bad assumption about event.response) created by
- In the _finish() method, this line is problematic: […] This …
- 7:51 PM Tickets #2313,2562,2883,2884 batch updated by
- fixed: (In [8401]) Fixes #2313, #2562, #2883, #2884 (proxy commit of changes …
- 7:46 PM Ticket #536 (Make dojo.io.cookie.[set|get]ObjectCookie() work with nested objects) closed by
- wontfix: Think its best not to build in serialization into cookie API. Client …
- 7:44 PM Ticket #2882 (IE7: Access denied in dojo._base.event fixKeys when shift is pressed) closed by
- fixed
- 7:36 PM Ticket #2790 (ComboBox doesn't allow access to inlined option values) closed by
- worksforme: Only Select has hidden values in 0.9. The PA value is returned using …
- 7:04 PM Ticket #2909 (M2: 0.9 Add in queryIgnoreCase option for Datastores) closed by
- fixed: Functions have been added and tested successfully under: Windows: IE6 …
- 5:49 PM Ticket #2909 (M2: 0.9 Add in queryIgnoreCase option for Datastores) created by
- M2: 0.9 Add in queryIgnoreCase option for Datastores. This is to add …
- 4:43 PM Ticket #1123 (button wdget: focus & tab behaviour) closed by
- fixed: Fixed in 0.9 milestone 2.
- 4:08 PM Ticket #2908 ([dojox.validate] isInRange does not handle numbers that start with a ...) created by
- I attempted to validate a number with min and max of 0.3 and 1.3 …
- 4:05 PM Ticket #2894 (dojo.disconnect is not disconnecting "onkeypress" event listeners) closed by
- fixed: Thanks Simon. Wrt to memory leaks, periodic testing to make sure leaks …
- 3:55 PM Ticket #2665 (DropdownDatePicker renders all dates as NaN) reopened by
- Let's leave this open until we either apply this to trunk or decide …
- 3:52 PM Ticket #2674 (DropdownDatePicker resets to 12/31/1969 on error) reopened by
- Re-opening so we don't lose this. I think trunk is basically dead, so …
- 1:32 PM Ticket #2907 (form reset messes up checkbox values) created by
- Add a reset button (<input type="reset" />) to …
- 12:08 PM Ticket #2906 (Exception in dojo.dom.isDescendantOf) created by
- Due to a bug in firefox (see …
- 6:05 AM Ticket #2674 (DropdownDatePicker resets to 12/31/1969 on error) closed by
- fixed: (In [8396]) fixes #2674
- 4:52 AM Ticket #2665 (DropdownDatePicker renders all dates as NaN) closed by
- invalid
- 3:06 AM Ticket #2824 (Toaster: port to dojox) closed by
- fixed: (In [8390]) Fixes #2824
- 2:31 AM Ticket #2757 (dojo.i18n test regression on mozilla) closed by
- fixed: (In [8388]) fixes #2757
- 1:06 AM Ticket #2824 (Toaster: port to dojox) reopened by
- Forgot to move test page…
May 1, 2007:
- 11:21 PM Ticket #2741 (numbertextbox bad input yields NaN) closed by
- fixed: Now format returns null and the box is empty. Still need to fix #2860 …
- 11:15 PM Ticket #2905 (use dojo.string.substitute in TemplatedWidget) created by
- Get rid of all of the "this." references and use this method instead …
- 9:30 PM Ticket #2904 (djConfig.cacheBust has no effect on non-dojo widget HTML templates or ...) created by
- I've configured djConfig.cacheBust on 0.4.2 and noticed that while it …
- 3:41 PM Ticket #2903 (M2: 09: Add in default behavior for undefined attribute comparisons ...) closed by
- fixed: (In [8386]) Checking in application of Michael Smith's #2542 sorter …
- 3:30 PM Ticket #2903 (M2: 09: Add in default behavior for undefined attribute comparisons ...) created by
- M2: 09: Add in default behavior for undefined attribute comparisons …
- 3:30 PM Ticket #2751 (textboxes end up with some attribute values as "undefined") closed by
- fixed: (In [8385]) Fixes #2751. Added default values for size and maxlength. …
- 2:52 PM Ticket #2682 (dijit common has resources which aren't referenced, probably aren't common) closed by
- fixed: (In [8384]) Fixes #2682. Removed unused strings from common.js
- 2:39 PM Ticket #2902 (remove support for multiple date formats from parser) closed by
- fixed: (In [8382]) Fixes #2902
- 2:39 PM Ticket #2902 (remove support for multiple date formats from parser) created by
- also, remove the try/catch that apparently makes debugging more …
- 2:36 PM Ticket #2898 (Inconsistent naming of dijit.util.Typematic?) closed by
- fixed: (In [8381]) Fixes #2898
- 2:24 PM Ticket #2802 (Menu.js replace getElementsByClass code) closed by
- fixed: (In [8379]) Remove unused function; fixes #2802
- 1:36 PM Ticket #2901 (select widget down arrow s visually too high on webkit) created by
- running either the AutoCompleter? or Select widget on a mac with …
- 1:13 PM Ticket #2869 (Checkbox, Radio: api to set/get checked state) closed by
- fixed
- 6:31 AM Ticket #2837 (Tundra: TitlePane theme) closed by
- fixed: Looks good to me.
- 5:58 AM Ticket #2900 (Dijit: port stabile code) created by
- Port stabile code from 0.4.2 to Dijit, and make Select work again when …
- 5:55 AM Ticket #2899 (Dijit: add focusNode) created by
- Add focusNode attribute to all widgets (with something focusable), and …
- 4:48 AM Ticket #2600 (Editor 2 widget creation fails when attach node is followed by ...) closed by
- invalid
- 4:46 AM Ticket #2898 (Inconsistent naming of dijit.util.Typematic?) created by
- The module is capitalized, but the contained object is lowercase. …
- 3:53 AM Ticket #2869 (Checkbox, Radio: api to set/get checked state) reopened by
- Hi Bill, Could you please commit the checkedapifix.diff patch I just …
- 2:48 AM Ticket #2869 (Checkbox, Radio: api to set/get checked state) closed by
- fixed: (In [8373]) setChecked()/getChecked() API. Fixes #2869. Patch by David …
- 2:00 AM Ticket #2897 (DOH should be able to take multiple module names to run) closed by
- fixed: (In [8372]) fixes #2897
- 1:59 AM Ticket #2897 (DOH should be able to take multiple module names to run) created by
- like it says on the tin
- 12:38 AM Ticket #2710 (port dojo.lfx/animation to 0.9) closed by
- fixed: marking closed. New issues should get their own bugs.
Apr 30, 2007:
- 11:35 PM Ticket #2872 (import Yahoo's reset CSS now that IP issues are cleared) closed by
- fixed: (In [8370]) roll in the YUI CSS rules now that we've vetted the IP. …
- 11:20 PM Ticket #2597 (create a Dojo default css file) closed by
- fixed: closing. further issues should have their own bugs.
- 11:06 PM Ticket #2875 (0.9's build tools need to not put builds so far down the tree. Also, ...) closed by
- fixed: (In [8369]) Fixes #2875. Release folder is now a sibling of …
- 10:42 PM Ticket #2896 (ShrinkSafe does not work for very large inputs) closed by
- invalid: you need to give java more space. See: http://dojotoolkit.org/node/188
- 10:36 PM Ticket #2896 (ShrinkSafe does not work for very large inputs) created by
- When running the dojo compressor on large inputs, I get strange …
- 10:02 PM Ticket #2895 (Programming error in dojo.off._talkToOfflineCache: UnknownMethod) created by
- Programming error in dojo.off._talkToOfflineCache: UnknownMethod? …
- 9:48 PM Ticket #2892 (M2: 0.9 New odd behavior with D.O.H and IE) closed by
- fixed: (In [8367]) janky scoping issues on IE. fixes #2892
- 9:33 PM Ticket #2894 (dojo.disconnect is not disconnecting "onkeypress" event listeners) created by
- To reproduce: 1. open test_Menu2.html 1. right click on the page …
- 9:15 PM Ticket #2853 (ProgressBar: remove server polling) closed by
- fixed: (In [8365]) Remove server polling; use example in test instead. Fixes #2853
- 8:41 PM Ticket #2893 (Container.js: nextElement is not defined, _getSibling is not defined) closed by
- fixed: (In [8363]) Fixes #2893
- 7:10 PM Ticket #2893 (Container.js: nextElement is not defined, _getSibling is not defined) created by
- Observed in Firefox + Firebug: 1. /dijit/tests/test_Menu.html 1. …
- 7:03 PM Ticket #2892 (M2: 0.9 New odd behavior with D.O.H and IE) created by
- M2: 0.9 New odd behavior with D.O.H and IE When trying to use IE to …
- 5:38 PM Ticket #2888 (addOnLoad problem with cross-domain) closed by
- duplicate: I think this has been fixed with r8177. I have a new file up on the …
- 5:24 PM Ticket #2891 (M2: 09 JsonItemStore has minor nits to fix.) closed by
- fixed: (In [8361]) Fixes to minor issues such as a var name consistency issue …
- 3:42 PM Ticket #2891 (M2: 09 JsonItemStore has minor nits to fix.) created by
- M2: 09 JsonItemStore? has minor nits to fix. There are a couple …
- 3:15 PM Ticket #2890 (custom undo and redo support) created by
- The latest build of the Editor2 widget's "Undo" and "Redo" buttons …
- 2:04 PM Ticket #2889 (SplitContainer sizing is blocked when the top pane is scroll down) created by
- Having a vertical SplitContainer? with activeSizing = false. The top …
- 1:37 PM Ticket #2849 (M2: 09: Number tests 'parse' fails on IE 6) closed by
- duplicate: Fixed by #2878
- 5:05 AM Ticket #2824 (Toaster: port to dojox) closed by
- fixed: (In [8358]) Fixes #2824
- 4:26 AM Ticket #2783 ([CLA] dojo.number.parse fails for negative numbers in IE) closed by
- duplicate: Fixed by #2878
- 4:12 AM Ticket #2887 (Dijit: factor out scrollIntoView()) closed by
- fixed: (In [8355]) Fixes #2887
- 3:55 AM Ticket #2888 (addOnLoad problem with cross-domain) created by
- An issue has come up with addOnLoad with respect to cross-domain. I've …
- 3:13 AM Ticket #2887 (Dijit: factor out scrollIntoView()) created by
- Factor out scrollIntoView() from Menu so that AutoCompleter? (and …
- 1:20 AM Ticket #2879 (broken unit test in FF: tests.i18n) closed by
- duplicate: Dup of #2757, but a very keen observation re: xhr
- 12:33 AM Ticket #2886 (IE: default action does not occur with onkeypress listener) created by
- Dojo version: profile=base, built from current development …
Apr 29, 2007:
- 10:41 PM Ticket #2614 (ComboBox chews cpu when hidden prior to page display) closed by
- fixed: This is fixed in the new 0.9 trunk since onResize has been removed.
- 10:37 PM Ticket #2590 (In comboBox demo up and down keys doesnt work in firefox 2.0.0.2) closed by
- fixed: This works using the new AutoCompleter? just dropped into 0.9 trunk.
- 10:25 PM Ticket #2885 (AutoCompleter: Should not be able to push a disabled arrow) created by
- When you click the disabled arrow in the AutoCompleter? test, you can …
- 10:22 PM Ticket #2884 (AutoCompleter and Select do not need extra hidden DOM nodes) created by
- AutoCompleter? should be able to pull the form value to submit from the …
- 10:19 PM Ticket #2883 (AutoCompleter: Holding down backspace does not initiate a search.) created by
- If you enter something into the AutoCompleter?, then hold down …
- 10:09 PM Tickets #899,912,1186,1267,1339,1451,1456,1484,1485,1504,2070,2189,2244,2384,2558 batch updated by
- fixed: (In [8352]) Port of ComboBox?(=AutoCompleter?) and Select widgets to 0.9 …
- 6:58 PM Ticket #2882 (IE7: Access denied in dojo._base.event fixKeys when shift is pressed) created by
- Here is the line that the Microsoft Script Debugger points to: …
- 5:06 PM Ticket #2881 (getCookie retrieves wrong value when name is a substring of multiple ...) created by
- If you set two cookies "mycook" and "XXXmycook", then (depending on …
- 3:34 PM Ticket #2880 (getViewport() reports 0 size for IE6 strict mode) closed by
- fixed: (In [8351]) Remove special code for IE6 in strict mode, which seems to …
- 3:32 PM Ticket #2880 (getViewport() reports 0 size for IE6 strict mode) created by
- Change [2048] introduced special handling for IE6 strict mode (when …
- 7:27 AM Ticket #2879 (broken unit test in FF: tests.i18n) created by
- in FF, only enable tests._base.xhr and tests.i18n, tests.i18n will …
- 7:23 AM Ticket #2878 (broken unit test in IE: number.parse) closed by
- fixed: (In [8347]) fixes #2878
- 7:23 AM Ticket #2878 (broken unit test in IE: number.parse) created by
- 7:20 AM Ticket #2877 (fix broken local unit test) closed by
- fixed: (In [8346]) fixes #2877
- 7:20 AM Ticket #2877 (fix broken local unit test) created by
- local.parse_times is broken in both IE and FF
- 4:12 AM Ticket #2876 (ShrinkSafe v0.1.0 will break javascript with multiple var inside if-else) created by
- shrinksafe (the online version as of april 28,2007 v0.1.0) will …
- 12:24 AM Ticket #2875 (0.9's build tools need to not put builds so far down the tree. Also, ...) created by
- today, builds end up in: …
Apr 28, 2007:
- 11:37 PM Ticket #2874 (extend ShrinkSafe to add ";" after function definitions in order to ...) closed by
- fixed: (In [8345]) implement packer-friendlyness fixes for function …
- 11:36 PM Ticket #2874 (extend ShrinkSafe to add ";" after function definitions in order to ...) created by
- Today, Packer v3 has a non-trivial bug that we need Dean to fix. He …
- 10:26 PM Ticket #2873 (port string.Builder to dojox) closed by
- fixed: (In [8344]) Fixes #2873
- 10:25 PM Ticket #2873 (port string.Builder to dojox) created by
- merge Ben Lowery's patches for string.Builder
- 8:35 PM Ticket #2872 (import Yahoo's reset CSS now that IP issues are cleared) created by
- Now that we've cleared the final IP issues surrounding YUI's fonts.css …
- 1:13 PM Ticket #2871 (fix some date/time textbox porting errors) closed by
- fixed: (In [8342]) Fixes #2871
- 1:11 PM Ticket #2871 (fix some date/time textbox porting errors) created by
- 1) popup errors don't take scrolling into account 2) time textboxes …
- 11:04 AM Ticket #2859 (Editor2 does not include Jot patches for normalizing line height) closed by
- fixed: (In [8341]) fixes #2859: when blockNodeForEnter="BR" the jot logic …
- 7:53 AM Ticket #2870 (Tundra: Update menu widget with tundra style) created by
- 4:14 AM Ticket #2858 (Editor2: focus issues on IE and FF) closed by
- fixed: (In [8333]) fixes #2858
- 3:41 AM Ticket #2866 (Editor2: test failures for test_RichTextStyleSheets.html) closed by
- fixed: (In [8332]) fixes #2866
- 1:52 AM Ticket #2273 (parameter usage in dojo.registerNamespaceManifest) closed by
- fixed
Apr 27, 2007:
- 11:19 PM Ticket #2869 (Checkbox, Radio: api to set/get checked state) created by
- See related …
- 11:15 PM Ticket #2420 (dijit checkbox and radio refactor (a11y)) closed by
- fixed: (In [8327]) Fixes #2420. Will file another bug about API to …
- 11:02 PM Ticket #2823 (ProgressBar: port/refactor for dijit) closed by
- fixed: Fixed in [7482] and subsequent checkins.
- 11:02 PM Ticket #2823 (ProgressBar: port/refactor for dijit) reopened by
- I'm gonna mark this bug as fixed, since the remaining issue is listed …
- 9:33 PM Ticket #2868 (TreeV3 compatible TreeControllerExtension) created by
- Currently (in the nightly build as of 4/25/07) TreeControllerExtension? …
- 8:22 PM Ticket #2867 (M2: 0.9: Add in XmlStore example implementation in dojox) closed by
- fixed: (In [8325]) Initial drop of an XmlStore? implementation into dojox with …
- 7:36 PM Ticket #2856 (doesn't handle well text/plain response from multipart request) closed by
- invalid: this is a design limitation of file uploading. It's well documented. …
- 7:08 PM Ticket #2867 (M2: 0.9: Add in XmlStore example implementation in dojox) created by
- M2: 0.9: Add in XmlStore? example implementation in dojox This …
- 6:34 PM Ticket #2866 (Editor2: test failures for test_RichTextStyleSheets.html) created by
- this test page flat-out does not work. The RichText/Editor? instances …
- 6:29 PM Ticket #2865 (Editor2: test failures for Editor2InsideDialog) created by
- This test flat-out fails on IE and FF. Either we need to say that it's …
- 6:27 PM Ticket #2864 (number.js should allow the places constraint to be a range) created by
- Currently number.js allows the places constraint to specify how many …
- 6:26 PM Ticket #2863 (Editor2: test failures for Editor2InsideFloatingPane test page on IE) created by
- Any editing interaction w/ the hosted Editor2 instance causes …
- 6:24 PM Ticket #2862 (number.js should allow fractional to be user specified) created by
- Currently number.js tries to set fractional based upon if places is …
- 6:23 PM Ticket #2861 (Editor2: use of FloatingPane dialog when a normal dialog will do) created by
- There's far too much "chrome" on the screen for the link addition and …
- 6:20 PM Ticket #2860 (currency values currently have to have an exact number of decimal ...) created by
- Running test_validate.html, in the USD currency box, the value $1 is …
- 6:18 PM Ticket #2859 (Editor2 does not include Jot patches for normalizing line height) created by
- Abe Fettig submitted patches from Jot to normalize line heights …
- 6:15 PM Ticket #2858 (Editor2: focus issues on IE and FF) created by
- The editor widget experience is significantly degraded in Trunk vs. …
- 3:00 PM Ticket #2857 (Setting the focus() by using two ModalFloatingPane Widgets) created by
- Is it possible, to the the focus() on a ModalFloatingPane?? I have a …
- 11:55 AM Ticket #2856 (doesn't handle well text/plain response from multipart request) created by
- I send an upload multipart request that way : var bindArgs = { …
- 6:33 AM Ticket #2855 (dojo.style(node, "cssText", ...) fails on opera) created by
- dojo.style(node, "cssText", ...) will fail on Opera. The Dojo 0.4 …
- 4:29 AM Ticket #2823 (ProgressBar: port/refactor for dijit) closed by
- duplicate
- 4:17 AM Ticket #2854 (Editor: add I18N support) closed by
- duplicate: Oops, duplicate of #1962
- 4:09 AM Ticket #2854 (Editor: add I18N support) created by
- I guess this is just the tooltips on the Toolbar items and dialogs …
- 3:43 AM Ticket #2778 (broken templateCssPath) closed by
- wontfix: Oh, you are trying to change the CSS on a per-widget basis? I thought …
- 2:22 AM Ticket #2853 (ProgressBar: remove server polling) created by
Apr 26, 2007:
- 11:27 PM Ticket #2811 (InlineEditBox: port/redesign for dijit) closed by
- fixed: (In [8312]) Fixes #2811
- 10:06 PM Ticket #2810 (TextArea: create textarea widget that sizes automatically) closed by
- fixed: (In [8311]) Fixes #2810
- 10:04 PM Ticket #2852 ([patch] ContentPane having trouble with commented scripts ...) created by
- ContentPane? is not executing scripts that use comments: <script><!-- …
- 6:03 PM Ticket #2848 (M2: 09: animateHeight dojo.fx Unit Test fails on IE 6) closed by
- fixed
- 5:26 PM Ticket #2791 (D.O.H. incorrectly reports group success) closed by
- fixed
- 5:26 PM Ticket #2850 (ensure that all Core HTML, CSS, and JS files have native EOL props set) closed by
- fixed
- 5:16 PM Ticket #2851 (dojo.math.combinations is correct but inefficient) created by
- Great work guys! I just wanted to suggest an improvement to …
- 5:08 PM Ticket #2850 (ensure that all Core HTML, CSS, and JS files have native EOL props set) created by
- 3:58 PM Ticket #2849 (M2: 09: Number tests 'parse' fails on IE 6) created by
- M2: 09: Number tests 'parse' fails on IE 6 Error is: …
- 3:56 PM Ticket #2848 (M2: 09: animateHeight dojo.fx Unit Test fails on IE 6) created by
- M2: 09: animateHeight dojo.fx Unit Test fails on IE 6 I ran the UT …
- 3:30 PM Ticket #2845 (M2: 09: Create unit test runner HTML file and module.js loader files ...) closed by
- fixed
- 3:20 PM Ticket #2847 (M2: 09: Create unit test runner HTML file and module.js loader files ...) closed by
- fixed: Fixed in changeset 8298
- 3:08 PM Ticket #2847 (M2: 09: Create unit test runner HTML file and module.js loader files ...) created by
- M2: 09: Create unit test runner HTML file and module.js loader files …
- 3:06 PM Ticket #2846 (M2: 09. Update doh runner.js to load dojo.tests.module by default ...) closed by
- fixed
- 2:57 PM Ticket #2846 (M2: 09. Update doh runner.js to load dojo.tests.module by default ...) created by
- M2: 09. Update doh runner.js to load dojo.tests.module by default …
- 1:56 PM Ticket #2845 (M2: 09: Create unit test runner HTML file and module.js loader files ...) created by
- The unit tests for each module could use a runner html introduced that …
- 12:58 PM Ticket #2778 (broken templateCssPath) reopened by
- It's not work for me. If i say: […] css for widget lost, but …
- 10:15 AM Ticket #2844 (Formbind bug in IE6: html input field named action) created by
- Hi there, I hope, this hasn't been reported before: Formbind has a …
- 7:19 AM Ticket #2793 (widget destruction event memory leaks) closed by
- fixed: (In [8285]) Fix event cleanup on widget destruction. Fixes #2793.
- 6:25 AM Ticket #2843 (Migration guide for miscellaneous widgets) created by
- 6:24 AM Ticket #2842 (Migration guide for layout widgets) created by
- 6:23 AM Ticket #2841 (Migration guide for form widgets) created by
- Migration guide for all the widgets/ in the form directory.
- 6:18 AM Ticket #2840 (Tundra: theme for grid widget) created by
- Not sure what's involved here, but obviously need to wait for grid …
- 6:16 AM Ticket #2839 (Tundra: ProgressBar) created by
- Different background image for progress bar?
- 6:15 AM Ticket #2838 (Tundra: Editor) created by
- Theme for the editor (well, really, the toolbar icons for the editor)
- 6:12 AM Ticket #2837 (Tundra: TitlePane theme) created by
- 6:11 AM Ticket #2836 (Tundra: SplitContainer theme) created by
- I think Tundra theme for SplitContainer? just entails the little handle …
- 6:08 AM Ticket #2835 (Tundra: Dialog style/markup) created by
- 6:07 AM Ticket #2834 (Tundra: Accordion style and markup) created by
- 6:05 AM Ticket #2833 (Tundra: IntegerSpinner) created by
- Theme for integer spinner. I think Torrey wanted to use images for …
- 6:03 AM Ticket #2832 (Tundra: theme for slider) created by
- Have to spec out slider more; I guess we have precise slider (with the …
- 5:58 AM Ticket #2831 (Tundra: calendar theme) created by
- Theme for simplified calendar widget. I asked Karl/Adam? to simplify …
- 5:56 AM Ticket #2830 (Tundra: drop down theme) created by
- Create markup/theme used for DropDownTextBox?, Autocompletor (nee …
- 5:11 AM Ticket #2789 (debugAtAllCosts: true reveals bug) closed by
- invalid: You can download the 0.4.2 source from here: …
- 3:38 AM Ticket #2781 (Add new Dojo logos to repository) closed by
- fixed
- 3:38 AM Ticket #2706 (bug in Store.addData) closed by
- invalid: The Store was designed primarily as a hashtable-based collection, not …
- 3:32 AM Ticket #2374 (shift+double-click on FilteringTable data cell blanks it out) closed by
- fixed: ...um, ok. I don't remember doing anything...but I guess I'll close …
- 3:31 AM Ticket #2411 (Cannot select text from FilteringTable using the mouse in Firefox 2.0) closed by
- wontfix: This was by design. There are issues with the selection model and …
- 3:26 AM Ticket #2800 (Charting on Mac OS X) closed by
- invalid: The label issue with FF/OS X is a known bug with the Firefox OS X SVG …
- 2:31 AM Ticket #2829 (ColorPalette: port/rewrite for dijit) created by
- Declan is rewriting ColorPalette? to be accessible, and porting it to dijit.
- 2:30 AM Ticket #2828 (Toolbar: rewrite for dijit) created by
- Make general purpose toolbar (like in 0.4, where you can specify …
- 2:28 AM Ticket #2827 (Table: implement dojo.data driven lazy loading table) created by
- See http://dojotoolkit.org/developer/dijit/spec/table for details
- 2:22 AM Ticket #2826 (TooltipDialog: implement) created by
- Based on the Dialog code, but shows up positioned below an element, …
- 2:18 AM Ticket #2825 (Toggler: port to dijit) created by
- This is just a declarative way to trigger a TooltipDialog?, or …
- 2:13 AM Ticket #2824 (Toaster: port to dojox) created by
- Original task was to port Toaster, and that's completed. Later we …
- 2:10 AM Ticket #2823 (ProgressBar: port/refactor for dijit) created by
- 2:08 AM Ticket #2822 (Menu: port to dijit) closed by
- fixed: Already done in [7511].
- 2:07 AM Ticket #2822 (Menu: port to dijit) created by
- Port context menu (but not menu bar) to dijit. (Already done in …
- 2:05 AM Ticket #2821 (support widgetsInTemplate (nested widgets in a template)) created by
- Allow widget templates to have dojoType="..." which create widgets …
- 2:02 AM Ticket #2820 (Editor: port to dijit) created by
- I need to look over the current code because I'm not sure if we want …
- 1:58 AM Ticket #2819 (TitlePane: port to dijit) closed by
- fixed: Fixed in [7530]
- 1:58 AM Ticket #2819 (TitlePane: port to dijit) created by
- 1:57 AM Ticket #2818 (LayoutContainer: port to dijit) created by
- 1:56 AM Ticket #2817 (SplitContainer: port/rewrite for dijit) created by
- Port SplitContainer? to dijit. This code really needs a rewrite, I …
- 1:54 AM Ticket #2816 (TabContainer: port to dijit) created by
- Port TabContainer?, PageContainer?, PageController?, TabController? to …
- 1:53 AM Ticket #2815 (Dialog: port to dijit) created by
- New dialog needs to be movable (like FloatingPane?), but keeping the …
- 1:51 AM Ticket #2814 (Accordion: port to dijit) created by
- 1:49 AM Ticket #2813 (Slider: port/redesign for dijit) created by
- See http://dojotoolkit.org/developer/dijit/spec/slider for details
- 1:48 AM Ticket #2812 (DateTextBox: port to dijit) created by
- Depends on #2745. Make a TextBox? widget with a drop down Calendar, …
- 1:43 AM Ticket #2811 (InlineEditBox: port/redesign for dijit) created by
- Fixed in [7579] but then broken with change to Dojo 0.9. Also, maybe …
- 1:39 AM Ticket #2810 (TextArea: create textarea widget that sizes automatically) created by
- This replaces the ResizableTextArea? widget of Dojo 0.4. Checked in …
- 1:31 AM Ticket #2809 (Select: port/redesign for dijit) created by
- For details, see http://dojotoolkit.org/developer/dijit/spec/select
- 1:30 AM Ticket #2808 (Autocompletor: port/redesign for dijit) created by
- See http://dojotoolkit.org/developer/dijit/spec/select for details
- 1:27 AM Ticket #2807 (IntegerSpinner: port to dijit) closed by
- fixed: Fixed by [7522]
- 1:27 AM Ticket #2807 (IntegerSpinner: port to dijit) created by
- 1:25 AM Ticket #2806 (Textbox, ValidationTextBox, NumericTextBox, IntegerTextbox: port to dijit) closed by
- fixed: Fixed by various checkins.
- 1:24 AM Ticket #2806 (Textbox, ValidationTextBox, NumericTextBox, IntegerTextbox: port to dijit) created by
- 1:16 AM Ticket #2805 (Button, DropDownButton, Combobutton: port to Dijit) closed by
- fixed: Fixed in [8276]
- 1:16 AM Ticket #2805 (Button, DropDownButton, Combobutton: port to Dijit) created by
- 12:10 AM Ticket #2804 (restore commonly used dojo.dom/dojo.style functions) created by
- The dijit port to dojo uncovered a bunch of deleted dojo functions …
Apr 25, 2007:
- 8:48 PM Ticket #2801 (M2: 0.9Update docs in dojo/data/Read.js from 2007-04-25 meeting outcome) closed by
- fixed: (In [8281]) Minor update that fixes #2801 Doc updates for …
- 8:23 PM Ticket #2803 (ProgressBar: avoid sizing during creation) created by
- In ProgressBar?, from Bill's e-mail: […]
- 8:20 PM Ticket #2802 (Menu.js replace getElementsByClass code) created by
- From Bill's e-mail, regarding Menu.js: […]
- 7:48 PM Ticket #2801 (M2: 0.9Update docs in dojo/data/Read.js from 2007-04-25 meeting outcome) created by
- M2: 0.9Update docs in dojo/data/Read.js from 2007-04-25 meeting …
- 4:01 PM Ticket #2762 (IntegerSpinner min=0 not working when initial value set to 0) closed by
- fixed: (In [8279]) Fixes #2762
- 3:49 PM Ticket #2800 (Charting on Mac OS X) created by
- dojo.charting has some issues in Mac OS X and Linux browsers. …
- 7:04 AM Ticket #2799 (tundra.css theme support) created by
- Modify all tundra.css rules to have format […] And then make all …
- 7:01 AM Ticket #2798 (split tundra.css into tundra.css and dijit.css) created by
- All the truly essential CSS (like dojoInlineBox) should go in …
- 4:45 AM Ticket #2797 (logo shows up with gray background on IE6) created by
- PNG transparency problem on http://dojotoolkit.org, just bring it up …
- 1:16 AM Ticket #2796 (implement dojo.cookie) closed by
- fixed: (In [8277]) adding Ben Lowery's patch for dojo.cookie(). Nice work, …
- 1:16 AM Ticket #2796 (implement dojo.cookie) created by
- dojo.cookie() is spec'd but not implemented.
- 12:28 AM Ticket #2279 (drop down button menu not in correct place when page is scrolled) closed by
- fixed: (In [8276]) Fixes #2279
Apr 24, 2007:
- 8:42 PM Ticket #2721 (M2: Odd problems/interactions between xhr tests and JsonItemStore tests) closed by
- fixed
- 8:41 PM Ticket #2716 (M2: XHR support for sync mode on XHR objects is broken.) closed by
- fixed
- 2:28 PM Ticket #2727 (port dijit to 0.9) closed by
- fixed: (In [8267]) Merge of branches/newcore [8040] through [8255] Fingers …
- 11:26 AM Ticket #2795 (D.O.H. cannot be shared between components today.) closed by
- fixed: (In [8263]) tests.* -> doh.* migration. Moving DOH out of Core. Fixes #2795
- 10:04 AM Ticket #2795 (D.O.H. cannot be shared between components today.) created by
- need to move D.O.H. to a neutral location and provide a simple way to …
- 5:30 AM Ticket #2775 (xd loading: loading a local i18n bundle from inside a local module ...) reopened by
- Working better, but still sometimes an error on shift-reload after …
- 5:21 AM Ticket #2280 (Including cross-domain dojo build causes an error in IE (dojo is undefined)) closed by
- fixed: This is fixed in 0.4.2. See http://build.dojotoolkit.org/0.4.2/ for info.
- 1:22 AM Ticket #2794 (key binding advanced api) created by
- Think about implementing a higher-level interface for key binding, …
- 12:55 AM Ticket #2420 (dijit checkbox and radio refactor (a11y)) reopened by
- Since onClick is considered user overridable, I have protected (by "_" …
- 12:30 AM Ticket #2793 (widget destruction event memory leaks) created by
- When a widget is destroyed, need to call dojo.disconnect() on all the …
Apr 23, 2007:
- 11:19 PM Ticket #2792 (dojo.io.bind: XMLHTTPTransport eats errors with evaling json response) created by
- In BrowserIO.js, around line 287 (for the 0.4 branch code), there is a …
- 11:02 PM Ticket #2611 (Cometd does not load on IE, extra comma) closed by
- fixed: (In [8251]) thanks to Chris Mitchell for finding/filing this. Fixes #2611
- 9:52 PM Ticket #2791 (D.O.H. incorrectly reports group success) created by
- unless a test is nearly hte last in a group, test failure seems not to …
- 7:13 PM Ticket #2420 (dijit checkbox and radio refactor (a11y)) closed by
- fixed: (In [8248]) from david bolter fixes #2420
- 5:46 PM Ticket #2769 (M2: 09 JsonItemStore needs correction in error handling case.) closed by
- fixed: (In [8247]) Fixes #2769
- 4:29 PM Ticket #2790 (ComboBox doesn't allow access to inlined option values) created by
- Check out …
- 3:27 PM Ticket #2789 (debugAtAllCosts: true reveals bug) created by
- I have a web page which works when I don't put debugAtAllCosts: at …
- 3:19 PM Ticket #2788 (Implement Dijit Menu keyboard and mouse behavior) created by
- Implement the Dijit Menu keyboard and mouse behavior as outlined in …
- 12:04 PM Ticket #2787 (SliderVertical widget causing parse error in an XHTML document) created by
- I want to create a vertical slider in my JSF application. However, …
- 9:20 AM Ticket #2786 (Dijit Title Pane looses height on multiple click expansion) created by
- using dijittest/test.html If you click on a Title Pane's header to …
- 7:45 AM Ticket #2785 (Background of ModalFloatingPane has incorrect z-index if multiple ...) created by
- An application creates a pair ModalFloatingPanes? named pane1 and …
Apr 22, 2007:
- 5:08 PM Ticket #2784 (onkey event broken in 0.4.2 (due to change [7508])) created by
- After [7508], keyboard handling (navigation via arrow keys) for the …
- 10:57 AM Ticket #2783 ([CLA] dojo.number.parse fails for negative numbers in IE) created by
- The 0.9 tests show that dojo.number.parse fails on negative numbers …
Apr 21, 2007:
- 9:56 PM Ticket #2782 (Tree: port to dijit) created by
- Based on Dojo 0.4/TreeV3, but won't port DnD or selections, see …
- 9:23 PM Ticket #2778 (broken templateCssPath) closed by
- invalid: Some widgets use templateCssString rather than templateCssPath. If …
- 9:20 PM Ticket #2777 (Select Widget unit test lacks programmatic version) closed by
- invalid
- 1:57 AM Ticket #2754 (Dijit: browser tag on <html>) closed by
- fixed
Note: See TracTimeline
for information about the timeline view.