JS issue fileupload plugi ajax

mugler

New Member
hello,

i have a issue with the fileupload plugin.

When I edit an entry and there is upload a picture, then automatically load the lightbox. This is a mistake

There are also "canvas" codeses generated in HTML and a long scroll bar is visible

Here is the HTML code in the defective form



HTML:
<div id="abc_123456_ticket___dokumentation-widget-mocha" class="fabrikWindow fabrikWindow-modal modal" style="width: 440px; height: 550px; top: 233px; left: 796px; margin-left: 0px; opacity: 0; visibility: hidden;"></div>
 
<img height="480" width="640" src="https://xxx.xxx.xxx/images/tickets/xpP7VyyHj8540DN.JPG" style="display: none;"></img>
 
<canvas width="798px" height="598px"></canvas>
 
<canvas width="798px" height="598px"></canvas>


Here's the code in the correct form


HTML:
<div id="abc1234567_123_ticket___bilder-widget-mocha" class="fabrikWindow fabrikWindow-modal modal" style="width: 440px; height: 550px; top: 85px; left: 796px; margin-left: 0px; visibility: hidden; opacity: 0;"></div>
 
<img height="720" width="960" src="https://xxx.xxx.xxx/images/stories/42t.jpg" style="display: none;"></img>
It is installed the current version of GitHub.

I have recreated the form and just because the error does not occur. I have all the validations disabled and only the one loaded element. Nevertheless, the error occurs. But only in this form!

Can someone help me?

I can make a video screen
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top