Closed Bug 1854960 Opened 1 year ago Closed 11 months ago

@media/hover in Citrix context KO

Categories

(Core :: Widget: Win32, defect)

Firefox 102
Other
Windows 11
defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: popech, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0; eburolight) Gecko/20100101 Firefox/102.0

Steps to reproduce:

Connect to a Citrix desktop viewer and try @media :hover CSS capacity.

For example : https://developer.mozilla.org/en-US/docs/Web/CSS/@media/hover

Actual results:

The PC is detected with hover capacities but not in others Browsers and also in a classical context (without Citrix Desktop viewser)

Expected results:

I expect Firefox recognize correctly media capacities through Citrix container / viewer.

The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core

Bug refers to CSS media queries. So I change component. Thanks

Component: Audio/Video: Playback → CSS Parsing and Computation
OS: Unspecified → Windows 11
Hardware: Unspecified → Other

I'm confused, you expect hover to match? Or not to match? What's the hardware connected?

Anyways the Windows code for this changed recently in bug 1813979. Could you test if https://nightly.mozilla.org shows the issue or works as you expect?

Component: CSS Parsing and Computation → Widget: Win32
Flags: needinfo?(popech)
See Also: → 1813979

I am using Firefox with a classical PC through a Virtual Desktop Infrastructure VDI.

And I have the result from the MDN page

@media (hover: hover) {
  /* when hover is supported, on PC yes but no through VDI */
  a:hover {
    color: white;
    background: black;
  }
}

A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.

For more information, please visit BugBot documentation.

Status: UNCONFIRMED → RESOLVED
Closed: 11 months ago
Flags: needinfo?(popech)
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.