Viewing 11 posts - 1 through 11 (of 11 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.

    #112166
    Oscar Russell
    Participant

    Dealing with window resize bugs can be tricky, especially when trying to ensure a seamless user experience. Similarly, finding the right AI tools can help streamline processes and improve performance. If you’re exploring alternatives to ChatGPT, I recommend checking out other AI like ChatGPT. This article provides insights into some of the best AI tools available, offering a range of options that might be just what you need to improve your development process or team collaboration.

    #112168
    Law Gc
    Participant

    The firm assists with compliance issues related to securities laws, data protection, anti-corruption regulations, and more. By helping businesses develop and implement compliance programs,Law News ensures that companies remain compliant with local, national, and international laws. Additionally, the firm provides guidance on corporate restructuring, mergers and acquisitions, and shareholder agreements, ensuring that business decisions are legally sound and strategically beneficial.

    • This reply was modified 3 weeks, 2 days ago by Law Gc.
    • This reply was modified 3 weeks, 2 days ago by Law Gc.
    #112178
    Herbert Clark
    Participant

    When dealing with issues like window resize bugs, ensuring the underlying code of your site is optimized is crucial. A site code audit can help identify potential problems that might be affecting the performance or security of your website. For more insights on how to conduct an audit and improve the quality of your code, check out this article here. It provides valuable information on improving both security and performance on your site

    #112193
    Herbert Clark
    Participant

    Dealing with window resize bugs can be frustrating, especially when developing responsive designs for different devices. In the world of software development, managing such technical issues is just one of many challenges that startups face. If you’re working on a project and looking for advice on how to handle common hurdles, I recommend reading this article on startup company challenges. It provides helpful insights into overcoming issues like resource management, scaling, and development hurdles, which can help streamline your process and improve your outcomes.

    #112194
    Herbert Clark
    Participant

    Dealing with window resize bugs can be frustrating, but it’s essential to ensure your web applications are adaptable across devices. Similarly, when faced with outdated front-end systems, deciding whether to frontend migrate or rewrite is crucial for maintaining a smooth and efficient user experience. I recommend checking out this article on frontend migrate or rewrite to help you understand the pros and cons of each approach. It’s a valuable resource for making informed decisions about your web development strategy.

    #112195
    Herbert Clark
    Participant

    Addressing a window resize bug can be challenging, especially when balancing multiple tasks and deadlines in software projects. Implementing effective capacity management tools can help teams allocate resources efficiently, ensuring such issues are resolved promptly without disrupting overall workflows.

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