Open
Bug 1406251
Opened 8 years ago
Updated 3 years ago
Hitting Ctrl+Z while appMenu is opening breaks edit controls
Categories
(Firefox :: Toolbars and Customization, defect, P5)
Firefox
Toolbars and Customization
Tracking
()
UNCONFIRMED
People
(Reporter: euthanasia_waltz, Unassigned)
Details
STR:
1. Type some characters in text field anywhere.(address bar, search field in about:home, text field in web pages, ...)
2. Select some characters, hit Ctrl+X, Ctrl+V.(or such)
3. Open hamburger menu, hit Ctrl+Z, click 'Paste'.
AR:
Nothing is pasted, edit controls are disabled.
ER:
Text is pasted. 'Paste' is still enabled.
Comment 1•8 years ago
|
||
What version are you seeing this on? What OS? Does it repro in a clean profile?
I tested 57 beta on macOS, and can't reproduce.
Flags: needinfo?(euthanasia_waltz)
Version 58.0a1
Build ID 20171009100134
for now.
It is reproducible on Windows10 1706 x64, LinuxMint 18.2 x64, manjaro linux 17(17.0.5) x64, with fresh new profile.
56.0 with browser.photon.structure.enabled;true have this issue as well.
Flags: needinfo?(euthanasia_waltz)
It's not only 'Paste'...
STR:
1. Type some characters in text field.
2. Open menu, hit Ctrl+Z, type some characters, select all, click 'Cut'.
AR:
Nothing is cut, edit controls are disabled.
ER:
Selected text is cut, edit controls are enabled.
There is no any message in browser/web console.
If I set breakpoint at
chrome://global/content/globalOverlay.js - function goDoCommand (#89)
it is working(stopped at the breakpoint) when normal case, but it is not working when problematic case...
Summary: The sequence of Ctrl+Z and Paste(in appMenu) while appMenu is opening disables edit controls → Hitting Ctrl+Z while appMenu is opening breaks edit controls
Updated•8 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•