[OPEN] [#1639] [4.8.1] Combobox Search issues with Chrome and Ext.NET 4.8.1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#1639] [4.8.1] Combobox Search issues with Chrome and Ext.NET 4.8.1

    Hello,

    i recognized a problem in my web application and i can reproduce it with the examples explorer.

    After typing "*" and changing the page forward and backwards in the resultset the window is closed.
    The problems appears with Chrome version 74.0.3729.131 (not reproducable with Firefox 60.6.2)

    Not Working:
    https://examples4.ext.net/#/Form/Com...Custom_Search/

    Working in all browsers:
    https://examples3.ext.net/#/Form/Com...Custom_Search/

    Can you please have a look at it?

    Many thanks for your help!

    Bye,

    Andreas
  2. #2
    Hello Andreas!

    Thanks for reporting the issue, we have logged it in github under #1639. We'll post an update here as soon as we get it fixed in the code, and slated for the next Ext.NET release.

    Notwithstanding, we'll take a look on ways to get over this issue so you can get back up and running in no time. In the meanwhile if you have any further information on the issue, please don't hesitate to share. By the way, did you notice this appeared after an upgrade, or you just found it by chance when developing new pages?

    We'll get back to you soon.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hi Fabricio,

    thanks for your fast reply and your help!
    I found the problem while developing new pages, so i can't say if it worked in an older version of Chrome.

    Bye,
    Andreas
  4. #4
    Hello again, Andreas!

    Sorry for the delay, but this seems trickier than I thought, and we couldn't come with a good grip on the issue in the short term.

    The best I could do was, by elimination, removing/resetting the html.body.padding and h1.margin-top was the only way to make it work.

    That is, either remove these from examples.css or add this style block after including it:

    <style type="text/css">
        html body {
            padding: unset
        }
    
        h1 {
            margin-top: 26.8px
        }
    </style>
    These values comes from the computed styles google chrome reports when they are not set at all.

    Further investigation will need to take place before we definitively resolve this issue. At least now we have a way to avoid it. Note that, as that's CSS-related, changing the theme might require different values, or even not trigger the defect at all.

    Hope this helps for the time being!
    Last edited by fabricio.murta; May 11, 2019 at 7:48 PM.
  5. #5
    Hi Fabricio,
    thanks for your quick solution. Sadly it does not work in my application.
    But when i apply your css solution with the Chrome Debugger to the Combobox example, i can see, that it works.

    Maybe you can find a more generic solution for this problem.

    Thanks for your help and have a nice weekend.

    Bye,
    Andreas
  6. #6
    Hello again, Andreas!

    It will take some time to find what else could be affecting your page if we can't reproduce the scenario at our end. I can think on two approaches that might help you tackle with the solution, although they may be not really helpful.

    1. try to reduce your problem to a minimum, from the current page you have to a bare simple, "css-less", with only that combo box, until you isolate what's triggering the issue in your case
    2. simplify your actual scenario down to a test case (we are not allowed to work with proprietary/copyrighted/private code here after all), so that we can actually reproduce the problem the way you have there and try to pinpoint other -- or a better -- solution for the issue.

    Knowing the issue has to do with CSS, it suggests there could be a problem when the dropdown box is not laid exactly where it expected to be. So highly potential scenarios that might affect how the issue are triggered are the active Ext.NET theme or custom CSS overrides throughout the solution. So focusing the "reduction" of the problem in the CSS aspect around the page is likely to help identify what, in your specific scenario, triggers the issue.

    We'll post an update here as soon as we have a better solution for this (or fix it in the code). If in the meanwhile you get a test case closer to your scenario, don't hesitate in sharing, as it might reveal a scenario not expected around the fix, in the least.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Upgrading Ext.Net 2.5.3 to 4.2 having ext.axd issues
    By Fahd in forum 4.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 25, 2017, 4:05 AM
  2. Replies: 2
    Last Post: Aug 27, 2016, 2:57 PM
  3. Replies: 10
    Last Post: Oct 29, 2015, 8:15 AM
  4. Replies: 23
    Last Post: Sep 10, 2015, 8:52 AM
  5. Ext.NET v2.x Example Issues (Summary)
    By cwolcott in forum 2.x Help
    Replies: 66
    Last Post: Jan 07, 2013, 1:02 PM

Posting Permissions