Comment 15 for bug 359180

Revision history for this message
Adi Roiban (adiroiban) wrote :

I have linked a new branch from db-devel, where we have the release version of YUI3.

This is just a prototype to see if is feasible to fix this bug using YUI3 event-key.

setFocusField js function should be renamed and moved to lp.pofile .

Also we can add keybinding like in PoEdit - Ctrl + Down , Ctrl + Up, Ctrl + C

This will not interfere with tabindex and will give us more power for keybindings.

The first element to be focused is implemented in the template and I think this can be moved in the view.

The way of finding next element to be focused is a bit of a hack... but I think it is much simpler doing this way, than constructing the chain in the view.

When you have time, please drop your feedback :)

There is no hurry, as we don't have the final YUI3 on edge.

Cheers