FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » javacript://
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
javacript:// [message #32158] Tue, 13 June 2006 13:59 Go to next message
linux4ever is currently offline  linux4ever   Germany
Messages: 16
Registered: January 2006
Karma: 0
Junior Member
Hi, after upgrade to 2.7.5 version the funktion to open an category with the + failed in error: the object failed in line 23, sign 10. Please help, thx.

Greets, Dirk
Re: javacript:// [message #32184 is a reply to message #32158] Tue, 13 June 2006 20:05 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
What browser are you using?

FUDforum Core Developer
Re: javacript:// [message #32197 is a reply to message #32158] Wed, 14 June 2006 09:28 Go to previous messageGo to next message
linux4ever is currently offline  linux4ever   Germany
Messages: 16
Registered: January 2006
Karma: 0
Junior Member
I'm useing the IE 6.0.29 ... hmm right- on my UNIX system it works fine.
Re: javacript:// [message #32207 is a reply to message #32197] Wed, 14 June 2006 14:26 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS, here is the patch:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=11498


FUDforum Core Developer
Re: javacript:// [message #32208 is a reply to message #32207] Wed, 14 June 2006 16:00 Go to previous messageGo to next message
linux4ever is currently offline  linux4ever   Germany
Messages: 16
Registered: January 2006
Karma: 0
Junior Member
ThX, best support i have seen jet Razz
Re: javacript:// [message #32342 is a reply to message #32158] Wed, 21 June 2006 17:53 Go to previous messageGo to next message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma: 0
Senior Member
In relation to this. In the line:

var on = c.style.display != 'none' ? 'none' : (document.all ? '' : 'table-row');


you set the display to "table-row" when showing a hidden forum. You might consider setting the display to "block". IE, at least <6, does not recognize the table-* properties. If it is currently working then it is working because IE recognizes that it isn't "none" any longer. Not because it is actually honoring the table-row property.
Re: javacript:// [message #32344 is a reply to message #32342] Wed, 21 June 2006 18:28 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
THe check is specifically designed to detect IE, so when it sees IE (document.all) rather then setting table-row, it simply removes 'none'.

FUDforum Core Developer
Re: javacript:// [message #32350 is a reply to message #32344] Wed, 21 June 2006 19:31 Go to previous message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma: 0
Senior Member
Ah, I see. Then a simpler patch would have been to change "table-row" to "block". No extra checks needed.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problems with Categories
Next Topic: Import from NNTP to forum
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 02 00:29:01 GMT 2024

Total time taken to generate the page: 0.03305 seconds