Closed
Bug 934252
Opened 11 years ago
Closed 10 years ago
[style inspector] rule view context menu offset from click position if rule list scrolled down before
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 936047
People
(Reporter: aryx, Unassigned)
Details
Attachments
(1 file)
415.42 KB,
image/png
|
Details |
Firefox Nightly and Aurora 20131103 on Windows XP SP 3
If you inspect a node and scroll down its styles in the style inspector and open the context menu (introduced in bug 917863) there afterwards, it will get opened at a position more to the top than expected.
Steps to reproduce:
1. Open https://wiki.mozilla.org/Main_Page
2. Open Inspector.
3. Inspect the node 'Project Schedules and Roadmaps'.
4. Scroll down the style list to the bottom.
5. Right click in the pane (on a rule, not a heading) to open the context menu.
Actual result:
Context menu position is moved to the top.
Expected result:
Context menu opens where you clicked.
If you fix this bug, please also fix the following localization notes with should use "Copy" instead of "Select All":
# LOCALIZATION NOTE (ruleView.contextmenu.copy.accessKey): Access key for
# the rule view context menu "Select all" entry.
ruleView.contextmenu.copy.accessKey=C
# LOCALIZATION NOTE (computedView.contextmenu.copy.accessKey): Access key for
# the computed view context menu "Select all" entry.
computedView.contextmenu.copy.accessKey=C
Comment 1•11 years ago
|
||
I can reproduce on Mac.
Comment 2•11 years ago
|
||
Comment 3•10 years ago
|
||
This is the same as bug 936047 and it has been fixed for a while.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•