Closed Bug 1071067 Opened 10 years ago Closed 10 years ago

Show short textNodes inline instead of a block in the Inspector tree view

Categories

(DevTools :: Inspector, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1046803

People

(Reporter: jaws, Unassigned)

Details

From https://news.ycombinator.com/item?id=8351043

We should show "short" textNodes inline in the Inspector instead of showing them in a full block, which takes up 3x the vertical space.

I'm not sure where we should draw the line on short, maybe 80 characters (columns being the inspiration)?

Expected:
    <em>test</em>

Actual:
    <em>
       test
    </em>
We definitely should.  I think this is a dup of bug 1046803
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.