DomAPI Home
DomAPI
Build: 4.5
Topic: Firefox 3.5

  GC-C registered v4 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 ?

 
    RSS feed of forum  
  Darin Kadrioski registered v4 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.

 
    RSS feed of forum  
  ScoDidier registered v4 wrote on Thursday 9/10/09 at 12:08 AM (PST)  
 

I remove the background colors on the ELM to resolve the problem

 
    RSS feed of forum  
  GC-C registered v4 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 !

 
    RSS feed of forum  
  GC-C registered v4 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 !

 
    RSS feed of forum  
  ScoDidier registered v4 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

 
    RSS feed of forum  
  GC-C registered v4 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

 
    RSS feed of forum  
  Darin Kadrioski registered v4 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

 
    RSS feed of forum  
You could respond to this post if you were logged in.
DHTML by www.domapi.com