Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #101990
    xyzzy
    Member

    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”>
     
     

    #101991
    admin
    Keymaster

    Hi 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/

    #101992
    xyzzy
    Member

    Hi,
    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 code[/caption]
    Neville

    #101993
    xyzzy
    Member

    <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>

    #101994
    xyzzy
    Member

    Sorry, 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.

    #108570
    tom lake
    Participant

    sdsd

    #109985
    William Smith
    Participant

    It 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.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.