Bug #3573
closedProblem with button scroll in different views in firefox
0%
Description
Hello! I have a problem with scroll using buttons (key up, key down) in views.
I have WTreeView and WTableView, I select some row in the tree, press key up/key down and it scrolls correctly.
But when I select some row in table and press up/down this table does not scroll, but the tree does!
Could you tell me if is it a bug or what can cause such a behavior. This issue only appears on firefox for me, on chrome and opera everything is ok and proper view scrolls in both cases.
Is scrolling after press key up/key down a defined proper behavior for Wt views?
Updated by Koen Deforche about 10 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
Hey,
I don't know how you manage to do this, but in my case both WTableView and WTreeView have the same behaviour: i.e. they do not react key down/up at all. I suspect this has also to do with OS dependency, but indeed, it is not entirely defined in CSS I believe.
Normally on a widget which can take 'focus' (like line edits, etc...) can react to key events, but neither a WTreeView or WTableView sets 'tabindex' which would allow it to be focussed.
Regards,
koen
Updated by Benoit Daccache about 9 years ago
- Status changed from Feedback to Closed
- Target version changed from 3.3.1 to 3.3.5