I found a keyboard binding bug.
At "Add Partition" window, it's "Additional Size Options" table(frame).
-- Additional Size Options -------
| ( ) Fixed size
| ( ) Fill all space up to (MB): [ gtk.SpinButton ]
| ( ) Fill to maximum allowable size
---
When we operate that table with keyboard(Up/Down arrow key),
The focus order is as follows.
> 1. Fixed size
> 3. Fill all space up to (MB): [ gtk.SpinButton ]
> 2. Fill to maximum allowable size
It's strange for users intuitively.
This bug is creating gtk.HBox() container for second radio and spin buttons.
It seems the GTK recognize another layer(or focus order) to pack radio and spin buttons.
If its purpose is just for layout,
we can specify the layout which is attached for gtk.Table().
# refer to attachment patch
# I confirmed my patch works the intended operation for Fedora9 with anaconda-11.4.0.82-1
Could you review my patch, please ?
and I'd appreciate it if you could give me the comment.
thanks,
Tetsuya MORIMOTO
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list