Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/08/13 08:57:59 890 890 lbirdeau 3.6.1 [bugs]

* Template: text updates did not propogate. any text content that changed and needed to update via normal template channels (setProperty/syncProperty) did not, requiring either a repaint or direct DOM access to the native HTML element to update it.
2008/08/13 08:06:17 889 889 lbirdeau 3.6.1 [bugs]

* DatePicker and TimePicker now implement setValue; The fix asumes that both classes should implement a 'setValue' method that is analagous to the the existing 'getValue' method, such that the return from getValue can be used as the input to setValue to restore the given value.

* Template: obfuscation error (forgot to share a clobbered method, _onAfterPaintCascade) led to error when adopting/adding, child content.

* Template: text updates did not propogate. any text content that changed and needed to update via normal template channels (setProperty/syncProperty) did not, requiring either a repaint or direct DOM access to the native HTML element to update it.
2008/08/12 20:51:43 888 888 dhwang try again fix 1-96YYLR Typing valid combo option text should select that option item.
2008/08/12 20:40:03 887 887 dhwang 1-96YYLR Typing valid combo option text should select that option item.
2008/08/12 12:26:20 886 886 dhwang Firefox 3 has getBoxObjectFor() deprecated, use element.getBoundingClientRect() instead.
2008/08/11 13:57:19 885 885 jcostell 1-96TDHN Request status, Safari Windows
2008/08/05 09:58:15 883 883 lbirdeau 3.6.1 [bugs]

* matrix drop when rendering context is not jsxroot and when the drop happens on a portion of the matrix with no row content
2008/08/05 08:37:37 882 882 lbirdeau 3.6.1 [bugs]

* matrix column resize now updates all rows for fx3
* table control now shows header row when no data
2008/08/04 17:48:10 881 881 jcostell 1-95P3R7 Mapper DOM projections and dnd prototypes
2008/07/30 20:51:41 880 880 dhwang Missing return value in API doc for loadAndCache.
2008/07/30 13:49:45 877 877 jcostell 1-95LYL9 TimePicker CHANGE event
2008/07/29 16:17:42 876 876 dhwang 1-93LEGR proper fix for matrix with dialog mask on task bar and causing exception.
Code clean up for Select.js
2008/07/29 16:04:19 875 875 dhwang GI-190 showMask does not disable keyboard interactions
2008/07/29 13:20:01 874 874 dhwang Updated the XSL merge tool to be able to choose any XML/XSL from cache.
2008/07/23 09:47:35 873 873 jcostell GI-312 NPE in deployment utility
2008/07/23 09:39:38 872 872 jcostell GI-294 Entity.getAttribute() doc error
2008/07/23 09:27:52 871 871 jcostell GI-374 DateFormat parsing very large years
2008/07/22 23:26:24 870 870 jcostell Safari
* Fix scroll wheel
* Fix focus on span/div/etc
* Fix focus out of heavyweight
* Partial fix of key nav in Matrix
2008/07/21 20:13:33 869 869 dhwang 1-959QLY Combo getValue returns text instead of jsxid.
2008/07/21 15:54:31 868 868 jcostell Fail gracefully when File.getRoots() throws an exception.