Hello all,

pmapper 4.3 (Plainlayout4 / swap legend tab)
mapserver 6.2
php 5.3.3-7
Debian server

Is the 'Auto-Identify' tool with autoIdentifyFollowMouse at true working
out of the box for you?

For me, the pop up window shows up when I point the mouse to a few objects,
sometimes 5-6, sometimes only 1, and then no more info window appears.
With the help of Firebug, I can see that the POST requests are still done,
so the problem should be only about the display of the pop up info window.

The tool works fine with autoIdentifyFollowMouse at false.

I have pasted the *showIQueryResults* function from pm.query.js to
custom.js, in order to be able to debug it.
I have found 2 commented lines in that function:
//alert(iQL.height());
//iQL.css({height:0});

With the first one, I can see that the iQL.height is increasing with every
new alert.
Don't know if it is a normal behaviour or not...

The second one let me know that with a fixed height, the problem disappear.
For me, the following trick which consists in adding
iQL.css({height:100}); //any value higher than height needed
before
iQL.html(IQueryResult).showv().show();
solves the problem.

And even with this height fixed value, the container adapts its height
depending on the infos to show.

Regards,
Chris
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to