-
Notifications
You must be signed in to change notification settings - Fork 78
[Filter field] not displaying suggestions in MS Edge #1558
Comments
@samuelfahrngruber your behaviour is not reproducible as in Edge Version 18 the autocomplete is displayed correctly. |
@lukasholzer Are you using the samples on https://barista.dynatrace.com/? because they work fine for me in Edge 18 too. I am currently not able to build a local example with the filter field and barista 8.0.0, as i always get an error message when building a fresh project with only a filter field on the page:
Should i file another bug for this issue? Also, i can not provide a stackblitz example because it does not work at all with MS Edge. EDIT: i created a bug for this problem #1577 |
Seems to be an issue with The highlight component which is used inside every option for the autocomplete does not render the highlighted text. It seems to be related to the 'IntersectionObserver` which is used in the highlight component. The observer does not fire on edge after the initial render when the overlay opens and the first options become visible. All other browser work as intended. |
The issue occurrs after updating from version 7.5.1 to 8.0.0, previously we didn't have any problems. |
As it seems to be an |
Sounds reasonable for me - I vote for it. |
Maybe also for other non-chromium Edge versions. Exact version:
|
Good point - same in my tests. {browserName: MicrosoftEdge, browserVersion: 44.18362.449.0, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, setWindowRect: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, , zal:screenResolution: 1600x1200, zal:tz: Europe/Vienna} |
I'm Questioning why we have used it if we don't have the browser support for it. 🤔 AFAIK we have to support all Edge Versions or? |
@thomaspink any updates on this bug? |
Having investigated further, the bug only occurs when the old View Engine is used instead of Ivy.
and clicking into the filter field in MS Edge. |
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes dynatrace-oss#1558
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes dynatrace-oss#1558
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes #1558
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes #1558
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes #1558
… in MS Edge. When not using Ivy but View Engine, MS Edge did not display any suggestions. Closes dynatrace-oss#1558
Bug Report
When clicking into the filter field in the non-chromium version of MS Edge, no filter suggestions are shown. Also, when typing, the clear all button does not appear. Instead there is a rather bad-looking "X" that clears the input (see screenshot).
This only happens, when the app is compiled with View Engine instead of Ivy though.
Expected Behavior
When clicking into the filter field, suggestions should be shown in a drop-down component, as in other browsers.
Current Behavior
Clicking into the filter field in MS Edge does not open a drop-down component with the filter suggestions. In place of the drop-down, a small border can be seen (see screenshot).
Steps to Reproduce
Context (Environment)
Used Versions:
Attachments
Strange X instead of "clear all"
No dropdown but border visible
Expected behaviour Firefox
Actual behaviour MS Edge
The text was updated successfully, but these errors were encountered: