I have problem with painting blinking rectangle on browser window around page elements.

I am using similar method as used in DOM Inspector to paint rectangle around elected node.

Look at example (in DOM Inspector):
http://www.mps.gov.pl/index.php?lang=1

Try to select first element from left menu (Dialog spoleczny), it is an <A> element, then from DOM tree select other <A> elements from that menu. You should see that the red rectangle is not disappeared from last node when you selected new one.

I found that it works such way only in fullscreen, or at least when browser windows is big enough (i.e. 1280x1024). When browser window is small there is nothing like that, and everything works fine.

You can see that effect at my screenshot here:
http://www.mfoto.pl/uploads/1010/8eb103ba93.jpg

5 nodes highlighted by red frame at one time - old highightings simply do not disappearing when should. At other parts of this page same things hapeening many times - sometimes only a part of frame is not repainted.

Can you tell me how can I prevent DOM Inspector from doing same things?
I am using similar painting method im my application, and I encountedered same problem.
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to