The rendering of scrollbars for the overflow=auto div tag
Dave Seff
dave at solar1.net
Wed Mar 12 23:55:29 GMT 2003
I have been thinking of ways to fix the rendering problem in konq where
no scrollbar is rendered for text, etc . . . when the site uses an
overflow=auto div tag and the size of the area is fixed.
Could it be done by adding a method to render_tables like:
RenderTableCell::setScroll( bool scroll ) {
QScrollbar *s;
//render scrollbar here when style()->overflow() == AUTO
}
--
Dave Seff <dave at solar1.net>
More information about the kfm-devel
mailing list