The app has a main window, which has a layout and its areas. 

Everything works as designed for IE7 (not bad for IE6), however, FireFox 
version 2.0 does not seem to like it much. Specifically, dupe tabs. With FF, 
the app screen looks like this:
[tab 1] [tab2] -- appear to be called from {x-tabs-wrap} class
[tab 1] [tab2] -- appear to be called from {x-tabs-body}
processed, display content ...

I'm debugging FF with Firebug (it's real neat, thanks to the recommendation by 
one of your guys), this debugger CSS option initially indicates that
one DIV uses {x-tabs-wrap} class (and this class uses x-tabs-strip-wrap for 
related stuff
I guess) and another DIV uses {x-tabs-body}, this DIV has EVERYTHING needed. 
So, I attempted to disable the {x-tabs-wrap} class by commenting out this class 
and its subclass like x-tabs-strip-wrap from the CSS file. But problem persists.

What could I do to disable this redundant {x-tabs-wrap} thing?

Also, the debugger Console indicates two errors (of same type),
"_251[i] has no properties" -- cfajax.js   Line 147; same error on another Line
and that line reads:
if(!_251[i].length){

My own comment, if {_251[i]} has no property, the code on Line 147 naturally 
would fail for it trys to evaluate the property of {length}.  The error may be 
non-critical because the app runs perfectly with IE7 (or IE7 has some 'magic' 
power to handle it)?  The real question is, look like this error could cause 
the CSS code function in a strange way?  I think someone complained about a 
EXTjs tab bug.
Hmm, your thoughts?

Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to