Custom Query (18300 matches)
Results (226 - 228 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14454 | fixed | 1.7 branch build_release.sh needs to point to 1.7 branch, not trunk | ||
Description |
Currently the build_release.sh still creates tags from trunk, rather than 1.7 branch. Basically, what was done in [24315] was never done for 1.7. Also worth noting which I intend to fix at the same time: the package.json in dojox does not get its version substituted, while dojo and dijit do. |
|||
#14404 | invalid | 1.7.0 ColorPallette and RichTextEditor issues in IE | ||
Description |
I attempted to migrate from 1.6.1 to 1.7.0 and found a couple issues with IE9 (works in Firefox, Safari): (1) ColorPallette? does not display ... could not locate dojo.require for colorpallette (2) RichTextEditor?, seems to be a problem loading content in the <div> for the editor ..... screen returns/stops before loading all Javascript. |
|||
#13991 | patchwelcome | 1.7.0b5: FilteringSelect widget in dojox.grid.DataGrid error in Firefox 6 Mac | ||
Description |
Version: 1.7.0b5 I'm using a FilteringSelect? widget to edit a column in a DataGrid?. It works in every browser except Firefox 6 Mac (10.6.8). In FF6 Mac, after making a selection in the FilteringSelect? widget, tabbing out of the field or pressing Return/Enter? causes this error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLInputElement.selectionEnd]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://[server]/dojo-170b5/dojo/dojo.js :: <TOP_LEVEL> :: line 457" data: no] It works correctly in Safari 5.1 (Snow Leopard/Win? 7), Chrome 14 (Snow Leopard/Win? 7), Firefox 6 (Win 7), and IE 9 (Win 7). The attached file causes the problem every time in Firefox Mac. |