Closed
Bug 764474
Opened 12 years ago
Closed 12 years ago
[inspector] arrow keys are creating problems
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: paul, Unassigned)
Details
Attachments
(1 file)
3.03 KB,
patch
|
harth
:
review+
|
Details | Diff | Splinter Review |
The highlighter highlights other elements when we use the arrow keys.
But we don't stop the event.
If the web site uses the arrows keys to do "things", it's just a complete mess.
Use right/left with this website for example: http://www.tibco.com/
Or try to move the cursor in jsbin.com.
I think we should just not highlight other nodes when arrow keys are pressed.
Reporter | ||
Comment 1•12 years ago
|
||
We should only use the arrow keys when the breadcrumbs are focused.
Reporter | ||
Comment 2•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Attachment #638660 -
Flags: review?(dcamp)
Reporter | ||
Updated•12 years ago
|
Attachment #638660 -
Flags: review?(dcamp) → review?(fayearthur)
Comment 3•12 years ago
|
||
Comment on attachment 638660 [details] [diff] [review]
v1
Really into this patch, much better behavior now. I guess you could change that comment since it's a one-item list now, but not necessary at all. Awesome!
Attachment #638660 -
Flags: review?(fayearthur) → review+
Reporter | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Reporter | ||
Comment 4•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 16
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•