Closed
Bug 1421080
Opened 7 years ago
Closed 7 years ago
Incorrect behaviour of devtools' Network hotkey Ctrl+Shift+E
Categories
(DevTools :: Netmonitor, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alexandrpaliy, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171115112113
Steps to reproduce:
At any page, blank or not, put the cursor in the URL bar and press Ctrl+Shift+E.
Actual results:
Underlined "e" symbol adds to the URL bar.
Screenshot included.
Expected results:
Devtools should open with "Network" tab in it.
Reporter | ||
Comment 1•7 years ago
|
||
Pressing Ctrl+Shift+C to open "Inspector" devtools tab works absolutely fine no matter where the current focus is.
A.F.A.I.R., I had this issue in Firefox 56 also.
I would like to provide some additional info about the problem, but don't really know what to check.
I checked my DE shortcuts (plasma 5) - did not find any Ctrl+Shift+E mentions there.
Build info: https://dpaste.de/spOQ
I use gentoo, so it shouldn't be a big problem if some build flags change is needed.
Reporter | ||
Comment 2•7 years ago
|
||
build info
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Netmonitor
Comment 3•7 years ago
|
||
I can't reproduce that on my machines (win10, mac). DevTools toolbox opens just fine for me.
Tested Firefox 57 and 59
Do you have localized Firefox?
Does it work if you use English version?
Honza
Flags: needinfo?(alexandrpaliy)
Priority: -- → P4
Reporter | ||
Comment 4•7 years ago
|
||
I have russian and ukrainian localizations installed, but I always use English version of Firefox.
`locale` output: https://gist.github.com/alexandrpaliy/9de9d97fb2fc7a1a32b409972b03a250
Just tried to launch Firefox as
$ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 firefox
- problem didn't go away, it still exists.
I have a feeling that this issue is related to my DE (plasma) somehow, and I still haven't found even 1 man who can reproduce it. It's always plasma + Firefox ESR (52) , or Firefox 56 or above + some different DE.
Flags: needinfo?(alexandrpaliy)
Reporter | ||
Comment 5•7 years ago
|
||
Ok, I have found the source of an issue - looks like there is 'emoji' feature, implemented in Gtk3/ibus (I'm not sure yet where exactly).
For example: I put cursor in URL bar, press Ctrl+Shist+E, then type 'kiss' and press space - and that's how the result looks like https://prnt.sc/hrbweb :D
I believe this is not related to Firefox itself, so I'll need to find out how to disable this feature (or at least change shortcut) on my own.
Bug report can be closed.
Comment 6•7 years ago
|
||
Close this issue since its a key conflict with Gtk3/ibus emoji
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•