Closed Bug 949726 Opened 11 years ago Closed 9 years ago

Make trace logs copy pastable

Categories

(DevTools :: Debugger, defect, P3)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: fitzgen, Unassigned)

References

Details

In an early iteration of the patch for bug 929349, we were using HTML which is copy and paste-able by default. In the process of adopting widget methods we started using XUL which is not copy and paste-able by default.

So we should either go back to HTML, or we should jump through whatever hoops required to make XUL copy and paste-able.

The key is that we need to be able to copy whole trees of calls and returns, not just individual logs.
(In reply to Victor Porof [:vp] from comment #1)
> I think we can just use user-select for that
> https://developer.mozilla.org/en-US/docs/Web/CSS/user-select

I tried adding

#tracer-traces * {
  -moz-user-select: text;
}

both with and without the -moz- prefix and the text was not selectable. Any idea whats up?
Priority: -- → P3
Blocks: dbg-trace
Summary: Make the trace logs copy & paste-able → Make trace logs copy pastable
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.