PDA

View Full Version : Ext.View & Ext.JsonView scrolling issues.


rad_nq
04-25-2007, 12:45 PM
You can see this in the "Image Chooser" demo, you can goto a Tree example to see how this should work.

The issue is that when you have a Json view that is autoscroll and have the scroll bars around it and you click on an item or in empty space PAGEUP, PAGEDOWN do not scroll the content.

In the "ImageChooser" example, if you click on empty space, or on an image of one of the kids the PAGE buttons do not work, but if you click on one of the filenames (cursor changes) then the PAGE buttons start working. It is almost as if you have to click on selectable text before the scrolling kicks in.



However a tree scrolls without any problems, by selecting a node or by clicking on an empty area the PAGE buttons work. You can click on something else outside of the tree and then go.

jack.slocum
04-26-2007, 03:20 PM
How would this be a bu in Ext? Ext doesn't do anything with the page buttons. In order for the page buttons to work, an element inside the scrolling container has to have the focus and not every element can receive focus.