Issue with loading detail View in older versions of chrome,IE and Edge.

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
zkarwinkar
Veteran Member
Posts: 32
Joined: 2021-06-12 21:01

Issue with loading detail View in older versions of chrome,IE and Edge.

Post by zkarwinkar » 2022-02-28 16:21

Hi ,

since i updated to version 22.11 and later , it does not support older versions of edge , Chrome and also IE . unable to load detail view .
Attachments
loading1.png
loading1.png (12.97 KiB) Viewed 1268 times

mberthiaume
Posts: 5
Joined: 2021-12-07 17:58

Re: Issue with loading detail View in older versions of chrome,IE and Edge.

Post by mberthiaume » 2022-04-02 15:07

Hi,

we have the same problem after I upgraded from 22.1 to higher

If I try to open record or add new record ... we are in loading status ...

IE / Chrome / Edge ... same weird problem

Note: we have in production 6 projects, and we have the same problems on these 6 projects.

To continue without problem, we downgraded to the last version of 5.98.

Anyone have any idea about this weird problem ?

My APPGINI is install on Windows 10 ...
Detail_View_loading_hanging.jpg
Detail_View_loading_hanging.jpg (12.87 KiB) Viewed 1040 times

netica
Posts: 9
Joined: 2015-03-03 13:07

Re: Issue with loading detail View in older versions of chrome,IE and Edge.

Post by netica » 2022-04-26 13:49

I also got this problem....... ;(

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Issue with loading detail View in older versions of chrome,IE and Edge.

Post by peebee » 2022-04-27 00:09

Just a thought and quite possibly nothing to do with this specific issue (which I haven't experienced myself) but how about trying:

Comment out (or remove) the "Loading" div and then removing the .hidden class in the div below in templates/tablename_templateDV.html

These lines near the top of the file, immediately above the child links:

Code: Select all

<!-- <div id="jobs_dv_container-loading" class="text-center text-info text-bold vspacer-lg"><i class="glyphicon glyphicon-refresh loop-rotate"></i> <%%TRANSLATION(Loading ...)%%></div> -->

<div class="panel-body REMOVE-HIDDEN-CLASS" id="tablename_dv_container">
	<!-- child links -->
I made the above edit myself as I found the loading div just slowed things down and was totally unnecessary. Made a significant difference.

Perhaps not related to your issue but maybe?

Post Reply