[Dojo-interest] Error with a FilteringSelect widget in a DataGrid in Firefox 6 (Mac)
cdanielsfisv
craig.daniels at fiserv.com
Fri Aug 19 18:05:20 EDT 2011
I'm trying to figure out if this is an error with Dojo (1.7.0b2) or Firefox
(Mac 6.0). I have a dojox.grid.DataGrid connected to a
dojox.data.JsonRestStore. A few columns in the grid are using a
dijit.form.FilteringSelect widget for editing. I've also connected
'onApplyCellEdit' to grid.store.save().
In Chrome (Mac), Safari (Mac), IE 9 (Win), Chrome (Win), and Firefox 6
(Win), everything works as expected (FilteringSelect widget goes away, text
is updated, and a PUT is sent to the server). In Firefox 6 Mac, making a
selection in the FilteringSelect and pressing TAB to go to the next field
works correctly. However, making a selection and pressing ENTER is causing
an error like this:
uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIDOMHTMLInputElement.selectionEnd]"
nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
http://localhost/dojo-170b2/dojo/dojo.js :: <TOP_LEVEL> :: line 431" data:
no]
Since I've only seen this error in the Mac version of Firefox, is this
likely a Firefox problem?
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/Error-with-a-FilteringSelect-widget-in-a-DataGrid-in-Firefox-6-Mac-tp3269382p3269382.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
More information about the Dojo-interest
mailing list