This topic is locked

Detail Preview window to big .. overlays original link

7/13/2009 8:16:37 AM
PHPRunner General questions
Pfeiffer author

Hello,
the Preview window for details is often so big, that it is overlayed over the link in the table view.

You must close this preview window before you can again click (very fast) the link..

In 4.1 the preview window always was positioned beside the link..
Any way to change this behaviour ?
Best regards

Uwe Pfeiffer

J
Jane 7/13/2009

Uwe,
this behaviour is by design.

All records should be shown on the details preview.

A
ashipley 7/13/2009

Have you tried removing some columns,or regonfiguring them in the details window so as to make the details popup narrower? If the popup does not press against the right side of the screen, your problem might go away.

V
vytb 7/17/2009

Hello,
It's one of the most annoying issues for my customers (if not to say that it often makes them mad at me). The precise click before the pop-up opens is a real pain even for me. Narrowing the detail table to make some place on the left is rarely a possibility. I would try using the earlier posts to change the pop-up appearance time/moment: http://www.asprunner.com/forums/index.php?...218&hl=ajax . This would push you to edit generated files every time after the project is built. Therefore, the embedded, proprietary PHPR solution would appear very adequate to me.

O
OLDmrcaseyman 7/17/2009

Is it possible to have the popup open just a bit below the link?

V
vytb 8/3/2009

Hi Jane,
I'm very interested to know if a kind of a control for the delay for Ajax detail preview is in your plans.
Thanks.

J
Jane 8/4/2009

Hi,
check following code in the generated ajaxsuggest.js file:

if ( $('#master_details').css("display") == 'none' || ( str!=undefined && str!=masterDetails.flag ) )

{

this.timeout = setTimeout(function()

{

...

},200);

}