Infrastructure Map Server Forum
Welcome to Autodesk’s Infrastructure Map Server Forums. Share your knowledge, ask questions, and explore popular Infrastructure Map Server topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Infrastructure Map Server 2012 Search widget Bug

0 REPLIES 0
Reply
Message 1 of 1
ggdm
630 Views, 0 Replies

Infrastructure Map Server 2012 Search widget Bug

Hi everyone

 

I'm suggesting here a solution I personally found for a bug in Infrastructure Map Server 2012 search widget using Fusion flexible layout. (I don't know if previous versions are affected too)

 

You should be able to reproduce this JavaScript error (which completely freezes and crashes both Firefox and Safari, probably others) if you try to search for a term which leads to No Results (Error Page).

 

I use a $uservariable LIKE property search condition for the widget.

 

I finally found out that this depends on a JS code mispelling present in www/fusion/widgets/Search/ErrorPage.templ at line 59.

 

You have:

 

while (!node.fusion && node.parent)

 

You should have

 

while (!node.Fusion && node.parent)

 

with the capital F.

 

That's all. Let know if You are able to reproduce this problem and solve it, so maybe someone at AUTODESK will solve this in next Service Pack.

 

greetings from Italy Smiley Wink

 

 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report