Open Bug 1342035 Opened 8 years ago Updated 2 years ago

Text node overflow debugging

Categories

(DevTools :: Inspector, enhancement, P3)

enhancement

Tracking

(Not tracked)

REOPENED

People

(Reporter: ntim, Unassigned)

References

Details

Sometimes you end up with a layout like this: +---------------+ |foofoofoofoo foofoofoofoo foofoofoofoofoofoofoofoo | | +---------------+ You either don't realize it's happening, because the element is on the right side of the screen (sidebar). or beginners might not know how to fix it. It might be nice to put a small warning icon on the text node or the element itself to say that it's happening, and some suggestions on how to fix it.
Hi ntim, We are trying to triage this. Some of the questions we wanted to know if there are currently MDN docs for learning more about overflows. Some potential issues we see is that we might end up showing too many unwanted warnings/clutter in the markup view that it becomes annoying, and maybe overflow is what the developer wanted. It is gonna require prototyping to figure out what we want in this case.
Severity: normal → enhancement
Priority: -- → P3
(In reply to Gabriel Luong [:gl][1 biz day review guarantee] (ΦωΦ) from comment #1) > Hi ntim, > > We are trying to triage this. Some of the questions we wanted to know if > there are currently MDN docs for learning more about overflows. Some > potential issues we see is that we might end up showing too many unwanted > warnings/clutter in the markup view that it becomes annoying, and maybe > overflow is what the developer wanted. > > It is gonna require prototyping to figure out what we want in this case. I couldn't find any MDN doc on this. But usually the issue is a result of either: - the element being too wide - white-space: nowrap usage, but without proper clipping - Forgetting to set overflow: auto (overflow: visible is the default value)
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Product: Firefox → DevTools
Summary: Overflow debugging → Text node overflow debugging
No longer blocks: overflow-debugging
Depends on: 1639893
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.