Closed
Bug 1177639
Opened 10 years ago
Closed 10 years ago
"Copy" context menu is missing on bookmarks
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
Firefox 42
People
(Reporter: alice0775, Assigned: Gijs)
References
Details
(Keywords: regression, reproducible, Whiteboard: [Bugday-20150701])
Attachments
(1 file)
1.34 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]:
Steps to reproduce:
1. Enable Bookmarks Toolbar
2. Right click on a bookmarks on the toolbar
--- "Copy" context menu is available as expected
3. Right click on a bookmarks on the toolbar and Choose "Paste"
--- The bookmark item is pasted as expected
4. Right click again on a bookmarks in menubar/toolbar/widget ui
Actual Results:
"Copy" context menu is missing. No longer available.
Expected Results:
"Copy" context menu should be available.
![]() |
Reporter | |
Comment 1•10 years ago
|
||
Pushlog:
https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=54cb0b2e118b&tochange=5d467596b176
REGRESSED BY: 5d467596b176 Gijs Kruitbosch — Bug 1006989 - hide and disable cut/copy/delete/properties when opening bookmarks context menu with no selection, r=mano
Blocks: 1006989
Component: Places → Bookmarks & History
Flags: needinfo?(gijskruitbosch+bugs)
Keywords: reproducible
Product: Toolkit → Firefox
![]() |
Reporter | |
Updated•10 years ago
|
Version: 41 Branch → 33 Branch
![]() |
Reporter | |
Comment 2•10 years ago
|
||
corrected
> 3. Right click on a bookmarks on the toolbar and Choose "Paste"
3. Right click on bookmarks toolbar empty area and Choose "Paste"
Comment 3•10 years ago
|
||
it doesn't make sense to track this when we already released 6 versions with the bug.
tracking-firefox39:
? → ---
tracking-firefox40:
? → ---
tracking-firefox41:
? → ---
tracking-firefox-esr38:
? → ---
Flags: firefox-backlog+
Assignee | ||
Comment 4•10 years ago
|
||
Simplified STR: right click an empty area of the bookmarks toolbar, then right click a bookmark on it. This is breaking because we hide the menu, and then return early when there is no selection attribute and reuse t he hidden state, meaning we will never show the 'copy' item again. This also affects the bookmarks manager. Re-checking my patch, I don't know why I removed selection=any, so I put it back, which should fix this.
Flags: needinfo?(gijskruitbosch+bugs)
Attachment #8627347 -
Flags: review?(mak77)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Updated•10 years ago
|
Flags: qe-verify+
QA Contact: andrei.vaida
Comment 5•10 years ago
|
||
Comment on attachment 8627347 [details] [diff] [review]
Patch
Review of attachment 8627347 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks
Attachment #8627347 -
Flags: review?(mak77) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Target Milestone: Firefox 41 → Firefox 42
Comment 8•10 years ago
|
||
Once I copy a bookmark from the bookmark bar and paste that on the bar, the copy context menu becomes unavailable for any bookmark on that bar, found this on :
Build ID 20150625030202
User Agent Mozilla/5.0 (Windows NT 6.3; rv:41.0) Gecko/20100101 Firefox/41.0
and this looks fixed on :
Build ID 20150701030207
User Agent Mozilla/5.0 (Windows NT 6.3; rv:42.0) Gecko/20100101 Firefox/42.0
Suggesting STATUS -> VERIFIED FIXED
Updated•10 years ago
|
Status: RESOLVED → VERIFIED
QA Whiteboard: [Bugday-20150701]
Whiteboard: [Bugday-20150701]
Updated•10 years ago
|
Flags: qe-verify+
Comment 9•8 years ago
|
||
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]: Bug Verified.
status-firefox51: Fixed
Assignee | ||
Comment 10•8 years ago
|
||
(In reply to Kavipriya.A from comment #9)
> [Tracking Requested - why for this release]:
>
> [Tracking Requested - why for this release]: Bug Verified.
>
> status-firefox51: Fixed
This bug was already marked verified. Please don't change the release tracking flags unnecessarily.
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•