Login Register

scroll

Firefox scrolling issues

Hi all,

In WinXP Firefox 2, I have a Grid that is scrollable both horizontally and vertically, similar to the dojox/grid/tests/test_sizing.html Test.

Grid data not loaded until mouse whell scroll

I need to use a grid on a page for displaying data after a query.
If i use the grid in an empty page it works fine, but i need to put it inside a contenpane that is inside a tabcontainer.
The problem is that the grid doesn't load the data, the rows are displayed only when i scroll down with the mouse whell.
Searching in the html code i noticed that the data isn't loaded at all, and not only hidden as i tought at first.

How can i force the loading of the data?
I'm searching to replicate what appens when i scroll down, it can be a solution, but i haven't found anything yet..

DropDownButton menus and scrolling

I have a rather large DropDownButton menu, which at 1024x768 extends the full height of the screen. However, the items above and below the screen can't be reached without scrolling the entire screen. I seem to recall menus being scrollable, so they reach a particular height and then scroll. Is there some way to force this? I tried setting the actual dijit.Menu object to have a height of 80% and overflow:scroll, but it didn't help.

uhmm. an example spanning dojo/dijit/dojox

So I got bored last night, and started out making a little container demo using the AOL CDN dojo.js (1.0) ... It covers dumping dojo on a page, the css required, dojo.query, dojo.connect, dojo.NodeList (a little), dijit.form.Button simple use case (and interacts with another button on the page), and using dojox.fx.smoothScroll to animate scrolling to named anchor links in a page (foo.html#part1) ...

Syndicate content