KHTML-Patch - show frame around not-yet-loaded images

Ismail Donmez ismail at kde.org.tr
Wed Dec 15 11:34:08 GMT 2004


> > So I'd definetly recommend:
> > -         outlineBox(paintInfo.p, _tx, _ty, "gray");
> > +        paintInfo.p->setPen(QPen(Qt::gray, 1));
> > +        paintInfo.p->setBrush( Qt::NoBrush );
> > +        paintInfo.p->drawRect(_tx, _ty, m_width, m_height);
> >
> > Otherwise, I'd even like this by default :-)
>
> Hmm, it'd better display an inset like IE does.

Now that someone mentioned IE. Its worth to note that its off by default in IE 
5.5+

Cheers,
ismail




More information about the kfm-devel mailing list