frappe / frappe

Low code web framework for real world applications, in Python and Javascript
https://frappeframework.com
MIT License
7.02k stars 3.35k forks source link

Not working: Show fieldname on hover when cmd/ctrl is pressed #24355

Closed zongo811 closed 8 months ago

zongo811 commented 8 months ago

Description of the issue

In Form View hovered over various fields (Label & Field) and held Ctrl pressed for over a minute, but fieldname was not displayed.

Context information (for bug reports)

Not working with Windows 10 and Firefox 121.0.1 and Edge 120.0.2210.133. Not working with Debian Bullseye and Firefox 115.6.0

Output of bench version

erpnext 15.10.0
frappe 15.9.0

Steps to reproduce the issue

  1. Enter Form View of Employee
  2. Press Ctrl and hover over fields.

Observed result

Fieldname is not displayed.

Expected result

Fieldname is displayed.

Stacktrace / full error message

Does not occur

Additional information

OS version / distribution, Frappe install method, etc. Debian bullseye, manual install.

ankush commented 8 months ago

it's alt not ctrl

zongo811 commented 8 months ago

Thank you, I was misled by the release notes. With [Alt] it works very well.

ankush commented 8 months ago

Ah, we later realized that ctrl conflicts a lot with browser modifiers so switched to alt.