Ticket #6593 (closed defect: fixed)
[testcase] dojox.Grid text editor not accepting mouse highlighting in Dialog
| Reported by: | guest | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.0 |
| Severity: | normal | Keywords: | dojox.Grid Dialog mouse highlighting |
| Cc: | jackett_dad@… |
Description
I created two samples. Both samples are nearly identical, having a Grid object that displays four rows with values One, Two, Three and Four. The row can be single-click edited, and the value can be changed and committed by pressing the enter key.
In sample one, the grid works because it is display in the main section of the html doc. But the second displays the same Grid in a dialog box, but has trouble rendering (not the problem I am reporting, but there it is--you can follow the directions written in the dialog itself to get it to render). The problem I'm having with this is that in the dialog Grid, any new row or edited existing row, when edited, the mouse cannot be used to highlight the value in the field.
The version of dojo I'm using is 1.0, and IE7 as the browser on Windows XP.
The working grid is in the attached file datatype_1.html, and the malfunctioning one in datatype_2.html. Both are wired for my environment by specifying "/proserver" in the resource includes, so that would have to be changed for another environment. All includes are dojo 1.0 includes.