can't select row in grid in iframe in Safari
Using the trial version of 2.5.3 in Safari 4, if I create a grid in an iframe, I can't select a row in the grid unless I first click somewhere else in the iframe.
For example, create the following page in the ActiveWidgets/examples/apps directory:
<body>
<iframe src="basic.htm" style="width:600px;height:300px"></iframe>
</body>
On that page in IE or Firefox, I can select rows in the grid. In Safari, I cannot, unless I click on empty space in the iframe first.
This may be the same problem that was reported here: http://www.activewidgets.com/javascript.forum.24530.7/can-t-select-row-in.html
For example, create the following page in the ActiveWidgets/examples/apps directory:
<body>
<iframe src="basic.htm" style="width:600px;height:300px"></iframe>
</body>
On that page in IE or Firefox, I can select rows in the grid. In Safari, I cannot, unless I click on empty space in the iframe first.
This may be the same problem that was reported here: http://www.activewidgets.com/javascript.forum.24530.7/can-t-select-row-in.html
CK
July 8,