11.1.2, ie8, firefox7, chrome14
Yhea ok so this is wierd my table only has a couple of hundred thousand rows and my scrollbar goes walk about when I query all of them if I tighten the query and return less rows my scrollbar shows up.
Need to investigate further will let you know what I find.
I know there is no reason to have so many rows displayed but I find it interesting never the less.
Made a quick test page on a large table with a bind variable mapping to rownnum and here are the results:
1 million records
ie - scrolly there
chrome - scrolly there
firefox - scrolly there
Somwhere around 1.2 million
ie - scrolly there
chrome - scrolly there
firefox - scrolly MISSING
Somwhere around 8.4 million
ie - scrolly there
chrome - scrolly MISSING
firefox - scrolly MISSING
OK so it looks like a firefox/chrome problem - use ie or chrome or alternativley map all huge result sets to cut off before 1 million records.
Yhea ok so this is wierd my table only has a couple of hundred thousand rows and my scrollbar goes walk about when I query all of them if I tighten the query and return less rows my scrollbar shows up.
Need to investigate further will let you know what I find.
I know there is no reason to have so many rows displayed but I find it interesting never the less.
Made a quick test page on a large table with a bind variable mapping to rownnum and here are the results:
1 million records
ie - scrolly there
chrome - scrolly there
firefox - scrolly there
Somwhere around 1.2 million
ie - scrolly there
chrome - scrolly there
firefox - scrolly MISSING
Somwhere around 8.4 million
ie - scrolly there
chrome - scrolly MISSING
firefox - scrolly MISSING
OK so it looks like a firefox/chrome problem - use ie or chrome or alternativley map all huge result sets to cut off before 1 million records.
Comments
Post a Comment