This topic is locked
[SOLVED]

 BUG in Version 10.2?

6/16/2019 6:35:59 AM
PHPRunner General questions
Karlo_from_Germany author

On the Designer-Page: Details-Link on the "List-Page": Orientation=vertical align=left
https://ibb.co/CtSPJh5
But it doesen`t work, all Details-Links are in one horizontal row.
https://ibb.co/HGmCM16

HJB 6/16/2019



On the Designer-Page: Details-Link on the "List-Page": Orientation=vertical align=left
https://ibb.co/CtSPJh5
But it doesen`t work, all Details-Links are in one horizontal row.
https://ibb.co/HGmCM16


https://www.youtube.com/watch?v=TOnQsObyLDk
It works at my end, just tested, = NO bug. Seems as if you missed something on the "vertical" end,

though the Youtube Video talks about EDIT page, the procedure is the same for the LIST page.

Karlo_from_Germany author 6/16/2019



https://www.youtube.com/watch?v=TOnQsObyLDk
It works at my end, just tested, = NO bug. Seems as if you missed something on the "vertical" end,

though the Youtube Video talks about EDIT page, the procedure is the same for the LIST page.


For me the same, when I build a new project. It works perfekt. But: If I open a project, built with version 10.1, it doesn´t work an I have the problem.....

I use the edit-page in a popup, so I can´t modify anything there.
Edit: Just installed version 10.2 on an different machine, new database, new project.......the same mistake. It seems, it is a bug, I did everything on the same way as in version 10.1, there it works perfectly.

A
acpan 6/17/2019

Yes, i also feedback on the blog regarding horizontal details links.

I can confirm that it happends on 10.2 and on 10.1 it was ok.

Waiting for the new build to fix the problem.
ACP

fhumanes 6/19/2019

Hi.
It happens to me too. While it is solved I have solved it by including this code in the "custom CSS" field

[data-itemtype = "grid_details_link"] [data-itemtype = "grid_details_link"] [data-itemtype = "grid_details_link"] [data-itemtype = "grid_details_link"] [data-itemtype = "grid_details_link"] [data-itemtype = "grid_details_link"],

[data-itemtype = "grid_alldetails_link"] [data-itemtype = "grid_alldetails_link"] [data-itemtype = "grid_alldetails_link"] [data-itemtype = "grid_alldetails_link"] [data-itemtype = "grid_alldetails_link"] [data-itemtype = "grid_alldetails_link"] {

display: block !important;

}


Regards,

admin 6/20/2019

Get the latest build of PHPRunner, it was fixed there.