Need a special offer?Find out if your project fits.
+

Problem with running

Answered
Cleyton Barroso asked on March 8, 2017

Hello
I'm having trouble when I run fullScreen. When I close the full screen view the flexmonster modifies its original dimension by filling the entire window. This is a problem for me as it is overlaying the site menus.
I'm initializing the component this way:

 <div id="pivotContainer"></div>

var pivot = $("#pivotContainer").flexmonster({
componentFolder: "/Content/js/flexmonster/",
global: {
localization: "loc/pr.json"
},
width: "100%",
height: "100%",
toolbar: true,
beforetoolbarcreated: customizeToolbar
, licenseKey: ""
});

I am sending two images, one before running the full screen and another one after running

Attachments:
after.jpg
before.jpg

8 answers

Public
Cleyton Barroso March 8, 2017

https://jsfiddle.net/hwx229ep/ 
In this example, when you click the full screen button and then press escape to return the problem does not happen, but if you click the full screen toolbar button and press escape to return the problem happens

Public
Iryna Kulchytska Iryna Kulchytska Flexmonster March 9, 2017

Hi Cleyton,
 
Thank you for reporting the issue. It was reproduced on our side and it will be fixed in the minor version 2.312 (ETA Mar 27).
 
Meanwhile, I'd like to mention that the overlaying problem will not happen in the current version of the component if you exit the full-screen view by clicking the Fullscreen button in the toolbar.
 
Kind regards,
Iryna

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster March 27, 2017

Hello Cleyton,
I am glad to inform you that the minor release 2.312 is available for download now. You are welcome to update the component.
Kind regards,
Dmytro

Public
Marco Bortolotti December 7, 2017

Hi,
the issue still exists in release v2.4.
you can see it in your demo:
https://jsfiddle.net/flexmonster/g8ps0kf1/
if you click on "Fullscreen" button and then press "Esc":
the "CLOSE Field List" button disappear,
the grid fill that window,
and the "Fullscreen" button has been replaced by "Minimize" button (but if you click that it goes fullscreen again).
i'm sending two images: before and after fullscreen
i'm using macOS 10.12
thanks
best regards
Marco

Public
Tanya Gryshko Tanya Gryshko Flexmonster December 8, 2017

Hello, Marco,
Thank you for reporting the issue to us. We were able to reproduce it on our side.
The fix will be delivered with minor release 2.411, ETA Jan the 2nd.
Does it work for you?
Regards,
Tanya

Public
Marco Bortolotti December 11, 2017

Hi Tanya,
ETA is ok for me. thanks.
regards,
Marco

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster January 2, 2018

Hello Marco,
We are glad to inform you that the 2.411 version is already released. You are welcome to download it from our website.
Kind regards,
Dmytro.

Public
Marco Bortolotti January 9, 2018

Hi,
works perfectly.
thanks

Please login or Register to Submit Answer