Topic: Firefox 3.5 Build 4.5
GC-C wrote on Wednesday 9/9/09 at 7:25 AM (PST)
Hello,

Since firefox 3.5, the window managment is doing strnage things.

When you clik on a window the one in the back turns red.

When you move a window the whole background turns green !!

Anybody know how to fix that ?

Darin Kadrioski wrote on Wednesday 9/9/09 at 9:48 AM (PST)
I'll try and spend some time with this later this evening -- will let you know here what I find.
ScoDidier wrote on Thursday 9/10/09 at 12:08 AM (PST)
I remove the background colors on the ELM to resolve the problem
GC-C wrote on Monday 9/14/09 at 8:04 AM (PST)
Hello,

Well the page I work on is pretty complex, its desktop with icons and stuff.

Wich elm should I remove background color from ?

ScoDidier, are you french ? I am maybe we could meet to talk about DomAPI !!! I am in Paris !
GC-C wrote on Monday 9/14/09 at 9:18 AM (PST)
Just to keep you updated, the window demo on domapi.com has the same behaviour !
ScoDidier wrote on Tuesday 9/15/09 at 12:28 AM (PST)
I remove background in domapi source
in window.js

// Modif didier le 03/09/2009 : supprime la couleur de fond sinon ça apparait sous FF3.5
//e._topShield = domapi.Elm({parent:e,bgcolor:"red"});
e._topShield = domapi.Elm({parent:e});/

in theme.css
/*.DA_WINDOW_SHIELD{background-color :#8FBC8F} Modif didier le 03/09/2009 : Enlève la couleur de fond sinon un écran vert apparait si on bouge une window sous FF3.5*/

Oui je suis français du Havre
Salut
GC-C wrote on Monday 9/21/09 at 8:57 AM (PST)
Hello,

This is a PERFECT fix !

Can this be in the next release ?

By the way Darin are you still actively working on Domapi ?

Thanks

Jerome
Darin Kadrioski wrote on Tuesday 9/22/09 at 12:25 PM (PST)
It's largely just in maintenance mode right now. I've been bandying about ideas for a new release, but there hasn't been much interest in the community for one.
Darin Kadrioski Darin Kadrioski
support@domapi.com