Closed
Bug 1268295
Opened 9 years ago
Closed 9 years ago
"new/clone bug" menu should use regular <a> to provide consistent/better UX
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1129933
People
(Reporter: MattN, Unassigned)
References
Details
Attachments
(1 file)
5.92 KB,
patch
|
glob
:
feedback-
|
Details | Diff | Splinter Review |
The markup is currently like so:
> <li class="context-menu-item"><span>Create a new Bug</span></li>
with an event listener on the <li> but it's really annoying that I can't copy the link or use the usual browser controls to affect where/how the page opens.
I think all of the options just end up loading a URL so they should be implemented as regular links (<a>) to get the expected behaviour.
Updated•9 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Attachment #8760952 -
Flags: review?(dylan)
Comment on attachment 8760952 [details] [diff] [review]
1268295_1.patch
as all context menus should behave the same way this should be extended to all context menus (which probably means making it a template that can be included).
Attachment #8760952 -
Flags: feedback-
this is almost certainly a dupe of bug 1129933.
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Attachment #8760952 -
Flags: review?(dylan)
Updated•5 years ago
|
Assignee: dkl → nobody
Component: User Interface: Modal → User Interface
You need to log in
before you can comment on or make changes to this bug.
Description
•