Hi,
I would like to report a bug in 8.0. In Mozilla Firefox 3.6.3 (Windows 7) when you open a Window and put a DynamicForm inside, you can't use arrow inside form's fields.
Simpliest test case:
Write some text in "test" field, then press left arrow to move cursor - nothing happens
The same setup works as expected in Google Chrome 5.0.
It also work in Mozilla when there is a ListGrid inside Window. You can use cursor to navigate between rows and inside a TextItem editor.
Best regards,
Janusz
I would like to report a bug in 8.0. In Mozilla Firefox 3.6.3 (Windows 7) when you open a Window and put a DynamicForm inside, you can't use arrow inside form's fields.
Simpliest test case:
Code:
var form = DynamicForm.create({items: [{name: "test", type: "text"}]}); var w = Window.create({width: 400, height: 300, items: form}); w.show();
The same setup works as expected in Google Chrome 5.0.
It also work in Mozilla when there is a ListGrid inside Window. You can use cursor to navigate between rows and inside a TextItem editor.
Best regards,
Janusz
Comment