Hello,
While working with ExtJs library and it's grid i had the same exception thrown from my JS code. In my scenario i have an image in my grid that by selecting it a column in the row that the image was click is changed and then changed back. When i set and change the data in my grid i got the same "unspecifed error" that was thrown from inside the getLocation method in line "var clientRects = element.getClientRects();"
As i understand from other forums, the probvlem is that while i change the data in the grid, the grid is created again and when the ajax tries to validate the click event it does not find the image that i clicked on.
After a while, i found this solution you give here to override the getLocation method. My prpblem is that when i insert this code to my page i get a new exception ""Sys.ArgumentTypeException: Object of type 'Object' cannot be converted to type 'Sys.UI.DomElement'.".
For my own reason i added a "return" statment right after the starting body of the function.
Is there any thing i'm doing wrong. Is there someother workaround to this problem. Is there any code i can supply that mught help someone understand my problem and mught help me????
Thank yon,
Joni.