JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › Window – resize bug
Tagged: Window resize non-modal
- This topic has 6 replies, 2 voices, and was last updated 7 months, 3 weeks ago by William Smith.
-
AuthorPosts
-
July 6, 2021 at 11:35 am #101990xyzzyMember
I have a non-modal Window, if I resize the widow by shrinking it disappears.
This only occurs if shrink in both axes or shrink in one axis and the other is the same size.
So if I shrink vertically but grow horizontal and vice-versa, no issues.
<Window OnClose=@OnOneBiggyCanvasClicked Label=”Single Sample” HeaderButtons=@HeaderButtonsOneBiggy ResizeMode=”WindowResizeMode.Both” IsOpened=@OneBiggyOpen Style=”position:center; width:400px; height:400px;” Modal=”false”>
July 6, 2021 at 11:43 am #101991adminKeymasterHi xyzzy,
We are unable to reproduce this in our demos. Example: https://www.htmlelements.com/angular/demos/window/resizing/
Best regards,
Peter Stoev
Smart UI Team
https://www.htmlelements.com/July 6, 2021 at 1:21 pm #101992xyzzyMemberHi,
Sent a video of this effect in response to your email. Does it every time.
This is a window object with a BECanvas object in it. Window is launched from a click event on another BECanvas object.
[caption id="" align="alignnone" width="1639"] code[/caption]
NevilleJuly 6, 2021 at 1:24 pm #101993xyzzyMember<div id=”canvasHolder” style=”position: fixed; width: 100%; height: 100%; left: 0; cursor: @cursor;”>
<BECanvas Width=@CanvasWidth Height=@CanvasHeight @ref=”CanvasRef”></BECanvas>
<Window OnClose=@OnOneBiggyCanvasClicked Label=”Single Sample” HeaderButtons=@HeaderButtonsOneBiggy ResizeMode=”WindowResizeMode.Both” IsOpened=@OneBiggyOpen Style=”position:center; width:400px; height:400px;” Modal=”false”>
<div id=”canvasHolderOneBiggy” style=”z-index:1000; position: fixed; width: 100%; height: 100%; left: 0px; top:40px;”>
<BECanvas Width=@OneBiggyWidth Height=”@OneBiggyWidth” @ref=”CanvasOneBiggyRef”></BECanvas>
</div>
</Window>
</div>July 6, 2021 at 1:53 pm #101994xyzzyMemberSorry, you can close this – not a bug.
There is an onclick event attached to the BECanvas (attached using JSInterop) that fires a C# method that closes the modal window. When resizing the window smaller the onclick event on the BECanvas is firing when I was not expecting it to as I’m not clicking on it. I’ve attached OnResizeStart and OnResizeEnd events to the Window object to switch a flag on and off that the BECanvas onclick event checks (to ensure window is not being resized) before closing the modal window.August 18, 2023 at 5:39 am #108570tom lakeParticipantsdsd
April 1, 2024 at 11:32 am #109985William SmithParticipantIt appears you’ve mentioned “window-resize-bug.” If you’re encountering a bug related to window resizing in a web application or any other context, DirecTV satellite tv it could be due to various factors such as browser compatibility issues, CSS conflicts, or JavaScript errors. To address the bug effectively, it’s essential to identify the root cause by debugging the code, testing in different browsers, and reviewing any recent changes made to the application. Once the cause is determined, you can implement the appropriate fix or workaround to resolve the issue. If you provide more details about the bug you’re experiencing, I can offer more specific assistance.
-
AuthorPosts
- You must be logged in to reply to this topic.