Closed
Bug 873763
Opened 12 years ago
Closed 8 years ago
Buttons in netmonitor.xul have onclick event handlers, instead of oncommand
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: vporof, Unassigned)
Details
Attachments
(1 file)
|
8.02 KB,
patch
|
Details | Diff | Splinter Review |
onclick is not keyboard friendly.
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Comment 2•12 years ago
|
||
This breaks some tests because apparently using oncommand instead of onclick breaks EventUtils.sendMouseEvent. Using synthesizeMouse or synthesizeMouseAtCenter doesn't work either. I don't have time for this crap.
Assignee: vporof → nobody
Status: ASSIGNED → NEW
| Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•12 years ago
|
Attachment #751357 -
Flags: review?(rcampbell)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•