You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And maybe there should be some discussion when the backdrop is necessary. For all touch devices or only some? Or only when the pointing device with touch support is used? Some toughts on mozilla hack.
Background: Firefox reports touch support on my computer since 52.0 (indicated in note [2] on touchstart). (There is a touchpad and a trackpoint.) Because of a bug in my dropdown code, the backdrop was in front of the dropdown. Finding out why it happens on my computer and not on similar ones took much time. The documentation mentioning that the backdrop is enabled on touch support would have saved time.
Similar situation have happended in the past for others (SO, SO).
Of course I will fix the z-order of the dropdown now. (I do not want to hide the backdrop, to support closing menu on real mobile devices.)
browser: firefox 52.0.2
os: windows 10, 64bit
The text was updated successfully, but these errors were encountered:
Please update the documentation to report that the dropdown-backdrop is used on devices with touch support (and not only on mobile devices).
And maybe there should be some discussion when the backdrop is necessary. For all touch devices or only some? Or only when the pointing device with touch support is used? Some toughts on mozilla hack.
Background: Firefox reports touch support on my computer since 52.0 (indicated in note [2] on touchstart). (There is a touchpad and a trackpoint.) Because of a bug in my dropdown code, the backdrop was in front of the dropdown. Finding out why it happens on my computer and not on similar ones took much time. The documentation mentioning that the backdrop is enabled on touch support would have saved time.
Similar situation have happended in the past for others (SO, SO).
Of course I will fix the z-order of the dropdown now. (I do not want to hide the backdrop, to support closing menu on real mobile devices.)
browser: firefox 52.0.2
os: windows 10, 64bit
The text was updated successfully, but these errors were encountered: